getcwd_result    1872 Zend/zend_virtual_cwd.c 	char *getcwd_result;
getcwd_result    1875 Zend/zend_virtual_cwd.c 	getcwd_result = VCWD_GETCWD(prev_cwd, MAXPATHLEN);
getcwd_result    1876 Zend/zend_virtual_cwd.c 	if (!getcwd_result) {
getcwd_result     714 ext/standard/proc_open.c 		char *getcwd_result;
getcwd_result     715 ext/standard/proc_open.c 		getcwd_result = VCWD_GETCWD(cur_cwd, MAXPATHLEN);
getcwd_result     716 ext/standard/proc_open.c 		if (!getcwd_result) {