Searched refs:fstat (Results 1 - 25 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_size.c26 if (fstat(ad_data_fileno(ad), &st) < 0)
H A Dad_write.c61 if ( fstat( ad_data_fileno(ad), &st ) < 0 ) {
71 if ( fstat( ad_data_fileno(ad), &st ) < 0 ) {
121 if ( fstat( fd, &st ) < 0 ) {
H A Dad_mmap.c67 if ( fstat( ad->ad_df.adf_fd, &st ) < 0 ) {
88 if ( fstat( ad->ad_hf.adf_fd, &st ) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dpidfile.c31 wrote_pidfile = (fstat(pid_fd, &sb) == 0) && S_ISREG(sb.st_mode);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dload_policy.c19 if (fstat(fd, &st) < 0) {
20 bb_perror_msg_and_die("can't fstat");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.h44 # ifdef fstat
45 # undef fstat macro
47 # define fstat(f,s) _fstati64((f), (s)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dlseek.c53 if (fstat (fd, &statbuf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcstat.h51 int fstat(int fd, struct stat *sb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dfileupload.c42 if(fstat(fileno(fd), &file_info) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/cmsmvs/
H A Dvmstat.h46 int fstat(int fd, struct stat *buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dos_support.h36 # define fstat(f,s) _fstati64((f), (s)) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dfilemap_utils.c27 if (fstat(filemap->fd, &statbuf)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dreadfilemap.c59 if (fstat(fd, &sb) < 0) {
H A Dunixfilemap.c35 if (fstat(fd, &sb) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dreadfilemap.c47 if (fstat(fd, &sb) < 0) {
H A Dunixfilemap.c35 if (fstat(fd, &sb) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib541.c58 hd = fstat(fileno(hd_src), &file_info);
62 fprintf(stderr, "fstat() failed with error: %d %s\n",
H A Dlib505.c66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d %s\n",
H A Dlib525.c66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d (%s)\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c59 if (fstat(fd, &sb) < 0) {
H A Dunixfilemap.c35 if (fstat(fd, &sb) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dz-stat.h72 int fstat(int handle, struct stat *buf); /* returns dummy values */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dz-stat.h72 int fstat(int handle, struct stat *buf); /* returns dummy values */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Duuencode.c37 fstat(src_fd, &stat_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile_open.c36 #undef fstat macro

Completed in 234 milliseconds

12345678910