Searched refs:_stat (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/ntp-92/libopts/compat/
H A Dwindows-config.h118 #define stat _stat /* struct stat from <sys/stat.h> */
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h118 #define stat _stat /* struct stat from <sys/stat.h> */
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dentropy.c490 struct stat _stat; local
501 if (stat(fname, &_stat) < 0) {
513 if (S_ISSOCK(_stat.st_mode))
517 if (S_ISFIFO(_stat.st_mode))
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dtranslatorchooser.c165 struct stat _stat; local
236 if (!stat (driver, &_stat))
239 (unsigned long) _stat.st_size / 1024L);
240 sprintf (_date, "%s", ctime (&_stat.st_mtime));
H A Ddriverchooser.c101 struct stat _stat; local
264 if (!stat (driver, &_stat))
266 sprintf (size, "%d Kb", (int) (_stat.st_size / 1024));
H A Dadministrator.c127 struct stat _stat; local
160 if (!stat (info.dli_fname, &_stat))
163 (unsigned long) _stat.st_size / 1024L);
164 sprintf (_date, "%s", ctime (&_stat.st_mtime));
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dentropy.c490 struct stat _stat; local
501 if (stat(fname, &_stat) < 0) {
513 if (S_ISSOCK(_stat.st_mode))
517 if (S_ISFIFO(_stat.st_mode))
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h66 #define stat _stat
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dstdio.c420 return _stat("C:/",(struct _stat *)stbuf);
423 return _stat(filename,(struct _stat *)stbuf);
/macosx-10.10/bind9-45.101/bind9/
H A Dconfig.h.win32172 #define stat _stat
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drandfile.c85 #define stat _stat
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup.h378 # define stat(fname,stp) _stat(fname, stp)
379 # define struct_stat struct _stat
/macosx-10.10/less-25/less/
H A Ddefines.ds386 #define stat _stat
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dsecurity.c46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y)
/macosx-10.10/tidy-15.15/tidy/include/
H A Dplatform.h473 #define stat _stat
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c396 * It would be nice to be able to define stat as _stat on
397 * Windows, but that substitutes _stat for the db call as well.
400 struct _stat fstat;
461 if (_stat(path, &fstat) == 0) {
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c395 * It would be nice to be able to define stat as _stat on
396 * Windows, but that substitutes _stat for the db call as well.
399 struct _stat fstat;
460 if (_stat(path, &fstat) == 0) {
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dby_dir.c78 #define stat _stat
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Domitted.c79 extern int _stat(const char*, struct stat*);
146 #define sysstat _stat
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1557 typedef struct _stat StatStruct;
1583 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_file.c28 #define stat _stat
/macosx-10.10/bzip2-36/bzip2/
H A Dbzip2.c135 # define MY_LSTAT _stat
136 # define MY_STAT _stat
/macosx-10.10/libxml2-26/libxml2/
H A DxmlIO.c53 /* MS C library seems to define stat and _stat. The definition
56 # define stat(x,y) _stat(x,y)
63 # define stat _stat
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c50 /* MS C library seems to define stat and _stat. The definition
53 # define stat(x,y) _stat(x,y)
60 # define stat _stat
/macosx-10.10/vim-55/src/
H A Dos_mswin.c515 n = _wstat(wp, (struct _stat *)stp);

Completed in 273 milliseconds

12