Searched refs:fstat (Results 51 - 75 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmore.c103 fstat(fileno(file), &st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dfile.c164 h->is_streamed = !fstat(fd, &st) && S_ISFIFO(st.st_mode);
177 ret = fstat(c->fd, &st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dsyshdrs.h311 # define Fstat fstat
320 # define Fstat fstat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Druserpass.c153 fstat(fileno(cfile), &stb) >= 0 &&
165 if (fstat(fileno(cfile), &stb) >= 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Dfixdep.c280 fstat(fd, &st);
351 fstat(fd, &st);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtail.c54 if (!fstat(fd, &sbuf))
128 if (!fstat(STDIN_FILENO, &statbuf) && S_ISFIFO(statbuf.st_mode)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/basic/
H A Dfixdep.c285 fstat(fd, &st);
356 fstat(fd, &st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c400 struct _stat fstat; local
402 struct stat fstat;
461 if (_stat(path, &fstat) == 0) {
463 if (stat(path, &fstat) == 0) {
467 config->ts, (u_long)fstat.st_size/1024);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c399 struct _stat fstat; local
401 struct stat fstat;
460 if (_stat(path, &fstat) == 0) {
462 if (stat(path, &fstat) == 0) {
466 config->ts, (u_long)fstat.st_size/1024);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdirentries.c84 if (fstat(d->fd, &sb) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Drun.c173 if(fstat(STDIN_FILENO,&st)==-1){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h79 int fstat(int, struct stat *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h79 int fstat(int, struct stat *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfiltertest.c63 * we get all the bytes specified by the size we get from "fstat()".
82 if (fstat(fd, &buf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetcwd.c179 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile.c67 if (fstat(fd, &st) < 0) {
70 av_log(&file_log_ctx, AV_LOG_ERROR, "Error occurred in fstat(): %s\n", errbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A Dsyshdrs.h61 # define fstat _fstat macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_msdos.c66 return (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
H A Dtif_unix.c77 return (toff_t) (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib568.c80 fstat(sdp, &file_info);
H A Dlib572.c98 fstat(params, &file_info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/tools/
H A Dbuild.c146 if (fstat(fd, &sb))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmreorg.c114 fstat (dbf->desc, &fileinfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c201 if (fstat(fd,st) != 0) { close(fd); continue; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmreorg.c114 fstat (dbf->desc, &fileinfo);

Completed in 194 milliseconds

12345678910