orig_cwd          480 ext/standard/proc_open.c 	char* orig_cwd = NULL;
orig_cwd          792 ext/standard/proc_open.c 		orig_cwd = getcwd(NULL, PATH_MAX);
orig_cwd          808 ext/standard/proc_open.c 		if (cwd && orig_cwd) {
orig_cwd          809 ext/standard/proc_open.c 			chdir2(orig_cwd);
orig_cwd          810 ext/standard/proc_open.c 			free(orig_cwd);
orig_cwd          819 ext/standard/proc_open.c 	if (cwd && orig_cwd) {
orig_cwd          820 ext/standard/proc_open.c 		chdir2(orig_cwd);
orig_cwd          821 ext/standard/proc_open.c 		free(orig_cwd);