Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dinit_os_ctx.c63 struct _stat s; in get_from_module_dir()
85 found = !_stat(name, &s); in get_from_module_dir()
175 struct _stat s; in get_from_known_folder()
198 if (_stat(szPath, &s)) { in get_from_known_folder()
H A Dccdefname.c147 struct _stat s; in try_dir()
150 if (_stat(dir, &s)) in try_dir()
/freebsd/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c41 static int pt_sec_windows_fstat(const char *filename, struct _stat *stat) in pt_sec_windows_fstat()
65 struct _stat stat; in pt_section_mk_status()
93 struct _stat stat; in check_file_status()
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h43 #define stat _stat
/freebsd/contrib/processor-trace/libipt/internal/include/windows/
H A Dpt_section_windows.h42 struct _stat stat;
/freebsd/sys/dev/sfxge/common/
H A Dsiena_phy.c443 #define SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \ argument
447 if ((_stat) != NULL && !EFSYS_MEM_IS_NULL(_esmp)) { \
450 (_stat)[_efx_record] = \
455 #define SIENA_SIMPLE_STAT_SET2(_vmask, _esmp, _smask, _stat, _record) \ argument
456 SIENA_SIMPLE_STAT_SET(_vmask, _esmp, _smask, _stat, \
H A Def10_tx.c38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument
40 (_etp)->et_stat[_stat]++; \
44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
H A Defx_tx.c38 #define EFX_TX_QSTAT_INCR(_etp, _stat) \ argument
40 (_etp)->et_stat[_stat]++; \
44 #define EFX_TX_QSTAT_INCR(_etp, _stat) argument
H A Def10_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
H A Defx_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
/freebsd/contrib/unifdef/win32/
H A Dunifdef.h45 #define stat _stat
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h87 #define stat _stat /* struct stat from <sys/stat.h> */
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h168 #define stat _stat
/freebsd/sys/dev/vmm/
H A Dvmm_stat.h66 SYSINIT(type##_stat, SI_SUB_KLD, SI_ORDER_ANY, vmm_stat_register, type)
/freebsd/sys/sys/
H A Dmodule.h275 int modstat(int _modid, struct module_stat *_stat);
H A Dlinker.h408 int kldstat(int _fileid, struct kld_file_stat* _stat);
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c41 #define stat _stat
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c197 struct _stat st; in create_reg_file_win()
/freebsd/contrib/bc/include/
H A Dstatus.h74 #define stat _stat
/freebsd/crypto/openssl/crypto/x509/
H A Dby_dir.c323 #define stat _stat in get_cert_by_subject_ex()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c65 #define stat _stat
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c65 #define stat _stat
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_file.c29 #define stat _stat
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2003 typedef struct _stat StatStruct;
2012 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c38 #define stat _stat

12