Searched defs:fstat (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/postfix-255/postfix/src/util/
H A Dwarn_stat.h20 #define fstat(f, s) warn_fstat((f), (s)) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgross.c35 extern int fstat(int fd, struct stat* st) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h52 #define fstat(f, b) _fstat(f, b) macro
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h31 #define fstat _fstat macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c400 struct _stat fstat; local
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c399 struct _stat fstat; local
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_file_io.h137 #define fstat(f,b) fstat64(f,b) macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h68 #define fstat _fstat macro
/macosx-10.10/tidy-15.15/tidy/include/
H A Dplatform.h471 #define fstat _fstat macro
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunix++.cpp358 void FileDesc::fstat(UnixStat &st) const function in class:Security::UnixPlusPlus::FileDesc
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunix++.cpp358 void FileDesc::fstat(UnixStat &st) const function in class:Security::UnixPlusPlus::FileDesc
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup.h358 # undef fstat macro
359 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
377 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/macosx-10.10/gnuserv-7/gnuserv/
H A Dsysfile.h443 # undef fstat macro
444 # define fstat sys_fstat macro
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dstdio.c585 #undef fstat macro
H A Dntport.h153 #define fstat(a,b) nt_fstat((a),(b)) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h513 int fstat(int, struct stat *) __DARWIN_INODE64(fstat); variable
/macosx-10.10/cxxfilt-11/cxxfilt/include/gdb/
H A Dcallback.h93 int (*fstat) PARAMS ((host_callback *, int, struct stat *)); member in struct:host_callback_struct
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h108 #define fstat __la_fstat macro
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h469 #define fstat(fd,st) (-1) macro
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Ddsnchooser.c194 struct stat fstat; local
254 struct stat fstat; local
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h122 #undef fstat macro
180 #define fstat(fd,st) fstati64(fd,st) macro
194 #define fstat(fd,st) rb_w32_fstat(fd,st) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h218 # define fstat fstat64 macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c2997 fstat(proc_t p, register struct fstat_args *uap, __unused int32_t *retval) function
/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c2059 fstat (int fildes, struct stat *buf) function
H A Dw32.c2590 fstat (int desc, struct stat * buf) function

Completed in 316 milliseconds

12