Searched refs:fstat (Results 151 - 175 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dtheos.c435 if (fstat(fileno(stdin), &s) != 0) {
437 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeserver.cpp75 #include <sys/stat.h> // use fstat() for streaming DIME
323 else if (!fstat(fileno(fd), &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c347 if (!fstat(fileno(fd), &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddimeserver.cpp75 #include <sys/stat.h> // use fstat() for streaming DIME
323 else if (!fstat(fileno(fd), &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c347 if (!fstat(fileno(fd), &sb) && sb.st_size > 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.c453 if (fstat(rule_fd, &statbuf)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c313 G.isRegular = (fstat(G.logFD, &statf) == 0 && S_ISREG(statf.st_mode));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dncftp.h140 # define fstat _fstat macro
780 #define Fstat fstat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h34 OLDSYS(fstat)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c195 fstat(tdb->fd, &st);
1165 fstat(tdb.fd, &st);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c1232 fstat(STDIN_FILENO, &stb1);
1237 fstat(STDIN_FILENO, &stb2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c344 if (fstat(tdb->fd, &st) == -1)
1773 if (fstat(tdb->fd, &st) == -1)
1975 if (fstat(tdb->fd, &st) != 0) {
1976 TDB_LOG((tdb, 0, "tdb_reopen: fstat failed (%s)\n", strerror(errno)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c351 if (fstat(tdb->fd, &st) == -1)
1773 if (fstat(tdb->fd, &st) == -1)
2016 if (fstat(tdb->fd, &st) != 0) {
2017 TDB_LOG((tdb, 0, "tdb_reopen: fstat failed (%s)\n", strerror(errno)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Difstat.c703 if (fstat(fileno(hist_fp), &stb) != 0) {
704 perror("ifstat: fstat history file");
H A Dnstat.c553 if (fstat(fileno(hist_fp), &stb) != 0) {
554 perror("nstat: fstat history file");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c597 if (fstat(fd, &st) < 0) {
598 avahi_log_error("fstat(): %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c73 if (fstat(fd, &st) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c316 fstat(localhandle, &localstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c597 if (fstat(fd, &st) < 0) {
598 avahi_log_error("fstat(): %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dstat.c182 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c83 if ( fstat( fd, &st ) < 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dsys_ea.c651 if (fstat(attrfd, &sbuf) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.c614 if(( success = ( o != NULL ) && !fstat( o->fd, &sb )))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c695 err = fstat(input, &perf_stat);

Completed in 421 milliseconds

12345678910