Searched refs:fstat (Results 126 - 150 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibsmbclient.h430 int (*fstat) (SMBCCTX *c, SMBCFILE *file, struct stat *st); member in struct:_SMBCCTX
H A Dvfs_macros.h61 #define SMB_VFS_FSTAT(fsp, fd, sbuf) ((fsp)->conn->vfs.ops.fstat((fsp)->conn->vfs.handles.fstat, (fsp) ,(fd) ,(sbuf)))
177 #define SMB_VFS_OPAQUE_FSTAT(fsp, fd, sbuf) ((fsp)->conn->vfs_opaque.ops.fstat((fsp)->conn->vfs_opaque.handles.fstat, (fsp) ,(fd) ,(sbuf)))
294 #define SMB_VFS_NEXT_FSTAT(handle, fsp, fd, sbuf) ((handle)->vfs_next.ops.fstat((handle)->vfs_next.handles.fstat, (fsp) ,(fd) ,(sbuf)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmb_compat.c290 return statcont->fstat(statcont, file, st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dio.c52 if (fstat(tdb->fd, &st) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c543 * we get all the bytes specified by the size we get from "fstat()".
562 if (fstat(fd, &buf) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-util.c181 if (fstat(fd, &st) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCFile.cpp125 #define STAT_FD(x, y) fstat(x, y)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/tools/
H A Dbuild.c205 if (fstat(fd, &sb))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf.c293 if (fstat(fileno(stdout), &st))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dpkbench.c113 if (fstat (fileno(fp), &st))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c345 if (fstat(fileno(stdin), &s) != 0)
346 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c55 int fstat(int fd, struct stat *buf) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c113 if (fstat (fileno(fp), &st))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c358 if (fstat(fd, &st) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dfuser.c71 if (fd >= 0 && (fstat(fd, &buf)) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c488 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
503 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0
599 if (fstat(ttyfd, &statbuf) < 0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c432 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
447 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0
532 if (fstat(ttyfd, &statbuf) < 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c220 GETSYM(fstat, "fstat");
1065 int fstat(int fd, struct stat *st) function
1067 check_init("fstat");
1076 return (* smbw_libc.fstat)(fd, st);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Drtacct.c557 if (fstat(fd, &stb) != 0) {
558 perror("rtacct: fstat history file");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c295 if (fstat(dirfd(dirp), &stb) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c494 res = fstat(*mountpoint_fd, stbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_vms.c79 return (toff_t) (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c403 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c28 P_FSTAT norm_fstat_packet; /* normal fstat packet */
29 P_FSTAT_DIR dir_fstat_packet; /* DIR/CPD fstat packet */
30 P_FSTAT_UNIT unit_fstat_packet; /* unit (device) fstat packet */
31 P_FSTAT_IPC ipc_fstat_packet; /* IPC file fstat packet */
40 ZVSFSTAT_STRU fstat_packet; /* the fstat packet */
319 if (fstat(fileno(stdin), &s) != 0)
320 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2.c415 fail with fstat() on devices or pipes */
416 if (fstat(fileno(stdin), &s) != 0) {

Completed in 268 milliseconds

12345678910