Searched refs:fstat (Results 176 - 200 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c72 ret = fstat(fd, &sb);
H A Dfilescanner_itunes.c775 ret = fstat(fd, &sb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-csprng.c770 if (fstat( fd, &sb ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c557 if (fstat(fileno(stdin), &s) != 0) {
559 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c285 if (fstat(fileno(stdin), &s) != 0) {
287 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c307 if (fstat(fileno(stdin), &s) != 0) {
309 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c645 fstat(fd, &s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c1386 if (fstat(fileno(stdin), &s) != 0) {
1388 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c770 if (fstat( fd, &sb ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c106 allows you to use it as a filter as in this example. (fstat() is
232 #include <sys/stat.h> /* need fstat */
357 if (!fstat(client.recvfd, &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c106 allows you to use it as a filter as in this example. (fstat() is
232 #include <sys/stat.h> /* need fstat */
357 if (!fstat(client.recvfd, &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dtar.c503 if (fstat(tbInfo.tarFd, &tbInfo.statBuf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c579 (fstat(fd, &st) < 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunix_io.c434 (fstat(data->dev, &st) == 0) &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddump.c299 if (fstat(STDIN_FILENO, &sbuf)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c45 if (fstat(fd, &bootstat) < 0) {
H A Dmkfs_minix.c675 if (fstat(G.dev_fd, &statbuf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp.c532 if (fstat(fileno(fin), &st) < 0 ||
884 if (fstat(fileno(fout), &st) < 0 || st.st_blksize == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c36 #include <sys/types.h> /* for fstat */
37 #include <sys/stat.h> /* for fstat */
1003 if (fstat(fileno(gi->GeoIPDatabase), &buf) == -1) {
1039 if (fstat(fileno(gi->GeoIPDatabase), &buf) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c86 #define fstat _fstati64 macro
148 if (fstat(fd, &st) || st.st_size < 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h1356 # define zfstat fstat
1494 # define zfstat fstat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c320 if (fd < 0 || fstat(fd, &st) != 0)
1932 if (fstat(fileno(file), &st) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dswat.c456 if (fstat(fileno(f), &st) == 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dloadmsgcat.c940 __builtin_expect (fstat (fd, &st) != 0, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadmsgcat.c837 __builtin_expect (fstat (fd, &st) != 0, 0)

Completed in 592 milliseconds

12345678910