getcwd_result    1830 Zend/zend_virtual_cwd.c 	char *getcwd_result;
getcwd_result    1833 Zend/zend_virtual_cwd.c 	getcwd_result = VCWD_GETCWD(prev_cwd, MAXPATHLEN);
getcwd_result    1834 Zend/zend_virtual_cwd.c 	if (!getcwd_result) {
getcwd_result     691 ext/standard/proc_open.c 		char *getcwd_result;
getcwd_result     692 ext/standard/proc_open.c 		getcwd_result = VCWD_GETCWD(cur_cwd, MAXPATHLEN);
getcwd_result     693 ext/standard/proc_open.c 		if (!getcwd_result) {