lstat             346 Zend/zend_virtual_cwd.c 	if (lstat && data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) {
lstat             139 Zend/zend_virtual_cwd.h # define php_sys_lstat lstat
lstat             308 Zend/zend_virtual_cwd.h #define VCWD_LSTAT(path, buff) lstat(path, buff)
lstat            1086 ext/phar/func_interceptors.c 	PHAR_INTERCEPT(lstat);
lstat            1122 ext/phar/func_interceptors.c 	PHAR_RELEASE(lstat);
lstat             152 ext/session/mod_files.c 		if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf TSRMLS_CC)) {
lstat            3204 ext/standard/basic_functions.c 	PHP_NAMED_FE(lstat,				php_if_lstat,							arginfo_lstat)