Searched refs:fstat (Results 101 - 125 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogreloc.c110 if (fstat (executable_fd, &statexe) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rw.c249 DB_ASSERT(env, fstat(fhp->fd, &sb) != -1 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c143 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.h122 int (* fstat)(int fd, struct stat *st); member in struct:SMBW_libc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c293 if (fstat(fd, st) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dminigzip.c143 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dstat.c139 int fstat(int handle, struct stat *buf) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dmakesfx.c60 fstat(fd, &s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dstat.c139 int fstat(int handle, struct stat *buf) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dhuman68k.c257 if (fstat(fileno(stdin), &s) != 0) {
259 error("fstat(stdin)");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/tools/
H A Dbuild.c248 if (fstat (id, &sb)) {
249 perror ("fstat");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogreloc.c110 if (fstat (executable_fd, &statexe) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dobjstrip.c114 if (fstat(fd, &st) == -1) {
115 perror("fstat");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dconfmtd_utils.c149 if (fstat(fd, &tmp_stat)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddd.c245 if (fstat(ofd, &st) < 0 || S_ISREG(st.st_mode) ||
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c347 if (fstat(fd, &st) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c222 if (fstat(fileno(fo), &st) != 0 || st.st_nlink != 0) {
H A Dcrond.c472 if (fstat(fileno(fi), &sbuf) == 0 && sbuf.st_uid == DaemonUid) {
904 if (fstat(mailFd, &sbuf) < 0 || sbuf.st_uid != DaemonUid
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dftpgetput.c243 fstat(fd_local, &sbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogreloc.c111 if (fstat (executable_fd, &statexe) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs.h280 int (*fstat)(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_STAT *sbuf); member in struct:vfs_ops::vfs_fn_pointers
404 struct vfs_handle_struct *fstat; member in struct:vfs_ops::vfs_handles_pointers
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.c451 if (fstat(pair->src_fd, &pair->src_st))
610 if (fstat(pair->dest_fd, &pair->dest_st)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c672 if (fstat(fileno(stdin), &s) != 0)
673 error("fstat(stdin)");
743 fail with fstat() on devices or pipes */
744 if (fstat(fileno(stdin), &s) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.c451 if (fstat(pair->src_fd, &pair->src_st))
610 if (fstat(pair->dest_fd, &pair->dest_st)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-util.c181 if (fstat(fd, &st) < 0) {

Completed in 413 milliseconds

12345678910