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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dsetup.h188 # define stat(fname,stp) _stat(fname, stp)
189 # define struct_stat struct _stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dfileinfo.c201 struct stat _stat; local
229 if(!stat(current_filename, &_stat) && S_ISREG(_stat.st_mode)) {
231 label_set_text(flac_filesize, _("Filesize: %lld B"), _stat.st_size);
233 label_set_text(flac_filesize, _("Filesize: %ld B"), _stat.st_size);
237 8.0 * (float)(_stat.st_size) / (1000.0 * (float)streaminfo.data.stream_info.total_samples / (float)streaminfo.data.stream_info.sample_rate),
238 100.0 * (float)_stat.st_size / (float)(streaminfo.data.stream_info.bits_per_sample / 8 * streaminfo.data.stream_info.channels * streaminfo.data.stream_info.total_samples));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsetup.h341 # define stat(fname,stp) _stat(fname, stp)
342 # define struct_stat struct _stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Duserdlm.c105 #define user_log_dlm_error(_func, _stat, _lockres) do { \
107 "resource %.*s: %s\n", dlm_errname(_stat), _func, \
108 _lockres->l_namelen, _lockres->l_name, dlm_errmsg(_stat)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Drealcalls.h137 #define real_stat(fn,st) (_stat(fn,st))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzip2.c135 # define MY_LSTAT _stat
136 # define MY_STAT _stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c308 #define ocfs2_log_dlm_error(_func, _stat, _lockres) do { \
310 "resource %s: %s\n", dlm_errname(_stat), _func, \
311 _lockres->l_name, dlm_errmsg(_stat)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.c46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y)
56 # define stat _stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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
H A Dconfigure26102 for ac_func in stat _stat signal
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y)
56 # define stat _stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/
H A Dconfigure17146 for ac_func in _stat _lstat _fstat __stat __lstat __fstat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 488 milliseconds