HomeSort by: relevance | last modified time | path
    Searched refs:fstat (Results 1 - 25 of 764) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/fstat/
Makefile 5 TESTSDIR= ${TESTSBASE}/usr.bin/fstat
t_fstat.sh 34 atf_require_prog fstat
35 atf_set "descr" "Check that fstat(1) works"
51 atf_check -o ignore -s exit:0 -e empty -x "fstat -p $pid"
58 atf_require_prog fstat
59 atf_set "descr" "Check fstat(1) with invalid parameters"
64 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -1"
65 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -100"
66 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p abcd"
67 atf_check -o empty -s exit:1 -e not-empty -x "fstat -u abcd"
68 atf_check -o empty -s exit:1 -e not-empty -x "fstat -u -100
    [all...]
  /src/external/cddl/osnet/sys/sys/
stat.h 38 #define fstat64 fstat
  /src/external/gpl3/binutils/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/external/gpl3/binutils.old/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/external/gpl3/gcc/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/external/gpl3/gcc.old/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/external/gpl3/gdb/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/external/gpl3/gdb.old/dist/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /src/sys/lib/libsa/
stat.c 44 rv = fstat(fd, sb);
fstat.c 1 /* $NetBSD: fstat.c,v 1.7 2007/12/02 04:59:25 tsutsui Exp $ */
37 fstat(int fd, struct stat *sb) function
  /src/usr.bin/fstat/
Makefile 7 PROG= fstat
8 SRCS= fstat.c isofs.c ntfs.c ptyfs.c tmpfs.c misc.c
32 COPTS.fstat.c+= ${CC_WNO_FORMAT_TRUNCATION}
  /src/sbin/raidctl/
raidctl_hostops.c 46 .op_fstat = fstat,
prog_ops.h 54 #define prog_fstat fstat
  /src/external/bsd/libpcap/dist/testprogs/
unix.h 44 #define fstat _fstat macro
  /src/external/ibm-public/postfix/dist/src/util/
warn_stat.h 22 #define fstat(f, s) warn_fstat((f), (s)) macro
  /src/bin/dd/
dd_hostops.c 47 .op_fstat = fstat,
  /src/usr.sbin/fssconfig/
fssconfig_hostops.c 50 .op_fstat = fstat,
  /src/lib/libc/compat/gen/
compat_glob.c 33 #define fstat __compat_fstat macro
  /src/usr.bin/crunch/crunchide/
exec_coff.c 67 if (fstat(fd, &sb) == -1)
exec_ecoff.c 65 if (fstat(fd, &sb) == -1)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file-3.c 35 res = fstat (fd, &buf);
  /src/external/ibm-public/postfix/dist/src/global/
file_id.c 38 /* The result from e.g., stat(2) or fstat(2).
86 if (fstat(fd, &st) < 0)
87 msg_fatal("fstat: %m");
  /src/tests/lib/libc/gen/posix_spawn/
h_fileactions.c 84 if (fstat(fileno(stdout), &sb0) != 0) {
85 fprintf(stderr, "%s: could not fstat stdout\n",
89 if (fstat(7, &sb1) != 0) {
90 fprintf(stderr, "%s: could not fstat filedesc 7\n",
  /src/tests/lib/libc/ttyio/
t_ptm.c 73 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1);
91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1);
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1);
153 REQUIRE_ERRNO(fstat(fds, &sts), -1);

Completed in 124 milliseconds

1 2 3 4 5 6 7 8 91011>>