Searched refs:fstat (Results 201 - 225 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c856 if (fdval ? fstat(fd, &ts) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c494 size = (fstat(si.sdt_fd, &st) < 0) ? 0 : st.st_size;
H A Dfile.c1469 if (fstat(sfd, &st) == 0) {
1549 stat_result = fstat(ad_data_fileno(adp), &st); /* saving stat exit code, thus saving us on one more stat later on */
1552 /* unlikely but if fstat fails, the default file mode will be 0666. */
H A Dfork.c93 if ( fstat( ad_data_fileno( ofork->of_ad ), st ) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1106 if (fstat(fd, &sbuf) != 0)
H A Dauth.c2319 if (fstat(fileno(f), &sbuf) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmain.c1267 if (fstat (fileno (output_stream), &st) == 0 && S_ISREG (st.st_mode))
H A Dutils.c1327 if (fstat (fd, &buf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.c39 if (fstat(self->fd, &input_stat) < 0)
H A Dprobe-finder.c894 if (fstat(fd, &st) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dw32-gettext.c1214 if (fstat (fileno (fp), &st)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c605 if (fstat(fileno(stdin), &s) != 0) {
607 error("fstat(stdin)");
609 time((time_t *)&s.st_mtime); /* some fstat()s return time zero */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1214 if (fstat (fileno (fp), &st)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c1211 if (!fstat(fd, &buf)) {
H A Dauth.c1689 if (fstat(fileno(f), &sbuf) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c784 Try to do that by getting file's size using fstat.
792 if (fstat(fileno(in_stream), &file_stats) == 0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c1324 fstat(fileno(file), &statbuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dice1724.c509 unsigned char fstat = inb(ICEMT1724(ice, DMA_FIFO_ERR)); local
510 outb(fstat, ICEMT1724(ice, DMA_FIFO_ERR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1954 fstat(fd, &st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c675 if((infd == -1) || fstat(infd, &fileinfo))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c503 /* fstat() is needed to get the file size. */
504 if (fstat(ifd, &st) < 0)
505 err(1, "fstat() on initrd '%s'", name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c2023 fstat(STDIN_FILENO, &s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c286 An fstat() wrapper that will deal with 64 bit filesizes.
295 ret = fstat(fd, sbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dgl_getline.c64 # define fstat _fstat macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_cache.c116 if (fstat(tdb_fd(wcache->tdb), &st) == -1) {

Completed in 605 milliseconds

12345678910