popen_ex         1173 TSRM/tsrm_virtual_cwd.c 	return popen_ex(command, type, CWDG(cwd).cwd, NULL);
popen_ex          176 TSRM/tsrm_win32.c 	return popen_ex(command, type, NULL, NULL);
popen_ex           95 TSRM/tsrm_win32.h TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);