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

12

/macosx-10.9.5/ntp-88/libopts/compat/
H A Dwindows-config.h118 #define stat _stat /* struct stat from <sys/stat.h> */
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dwindows-config.h118 #define stat _stat /* struct stat from <sys/stat.h> */
/macosx-10.9.5/bind9-45.100/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.9.5/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.9.5/ntp-88/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.9.5/tcpdump-56/tcpdump/
H A Dtcpdump-stdinc.h66 #define stat _stat
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dstdio.c420 return _stat("C:/",(struct _stat *)stbuf);
423 return _stat(filename,(struct _stat *)stbuf);
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfig.h.win32172 #define stat _stat
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/Kerberos5/
H A Dwin-mac.h195 #define stat _stat
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup.h390 # define stat(fname,stp) _stat(fname, stp)
391 # define struct_stat struct _stat
/macosx-10.9.5/less-23/less/
H A Ddefines.ds386 #define stat _stat
/macosx-10.9.5/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.9.5/tidy-15.12/tidy/include/
H A Dplatform.h473 #define stat _stat
/macosx-10.9.5/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.9.5/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.9.5/CF-855.17/
H A DCFPlatform.c726 CF_EXPORT int _NS_stat(const char *name, struct _stat *st) {
863 struct _stat dirInfo;
H A DCoreFoundation_Prefix.h211 CF_EXPORT int _NS_stat(const char *name, struct _stat *st);
H A DCFFileUtilities.c51 #define statinfo _stat
H A DForFoundationOnly.h452 CF_EXPORT int _NS_stat(const char *name, struct _stat *st);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Domitted.c79 extern int _stat(const char*, struct stat*);
146 #define sysstat _stat
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/MITKerberosShim-62.1/profile/
H A Dprof_file.c28 #define stat _stat
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzip2.c135 # define MY_LSTAT _stat
136 # define MY_STAT _stat

Completed in 239 milliseconds

12