orig_cwd          454 ext/standard/proc_open.c 	char* orig_cwd = NULL;
orig_cwd          769 ext/standard/proc_open.c 		orig_cwd = getcwd(NULL, PATH_MAX);
orig_cwd          785 ext/standard/proc_open.c 		if (cwd && orig_cwd) {
orig_cwd          786 ext/standard/proc_open.c 			chdir2(orig_cwd);
orig_cwd          787 ext/standard/proc_open.c 			free(orig_cwd);
orig_cwd          796 ext/standard/proc_open.c 	if (cwd && orig_cwd) {
orig_cwd          797 ext/standard/proc_open.c 		chdir2(orig_cwd);
orig_cwd          798 ext/standard/proc_open.c 		free(orig_cwd);