fstat              95 Zend/zend_stream.h # define zend_fstat fstat
fstat             199 ext/session/mod_files.c 			if (fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid())) {
fstat            1546 ext/soap/php_sdl.c 	if (fstat(f, &st) != 0) {
fstat            1418 ext/sockets/conversions.c 		if (fstat(fd, &statbuf) == -1) {
fstat            2928 ext/spl/spl_directory.c FileFunction(fstat)
fstat            3069 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, fstat,          arginfo_splfileinfo_void,          ZEND_ACC_PUBLIC)
fstat            25824 ext/sqlite3/libsqlite/sqlite3.c   { "fstat",        (sqlite3_syscall_ptr)fstat,      0  },
fstat            3080 ext/standard/basic_functions.c 	PHP_NAMED_FE(fstat,				php_if_fstat,							arginfo_fstat)
fstat             152 ext/standard/random.c 		if (fstat(fd, &st) != 0 || 
fstat             416 ext/zip/lib/zip_source_filep.c 		    err = fstat(fileno(ctx->f), &fst);
fstat             687 sapi/litespeed/lsapilib.c     if ( fstat( fd, &st ) == -1 )
fstat             914 sapi/phpdbg/phpdbg.c 		if (((fstat(fileno(stderr), &stat[2]) < 0) & (fstat(fileno(stdout), &stat[0]) < 0)) | (fstat(data->fd, &stat[1]) < 0)) {