/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/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 in typeref:typename:int
|
/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/bin/dd/ |
dd_hostops.c | 47 .op_fstat = fstat,
|
/src/usr.sbin/fssconfig/ |
fssconfig_hostops.c | 50 .op_fstat = fstat,
|
prog_ops.h | 67 #define prog_fstat fstat
|
/src/lib/libc/compat/gen/ |
compat_glob.c | 33 #define fstat __compat_fstat macro
|
compat___fts31.c | 45 #define fstat __compat___fstat30 macro
|
compat___fts32.c | 51 #define fstat __compat___fstat30 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/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);
|
/src/tests/lib/librumpclient/ |
t_fd.c | 83 ATF_REQUIRE_ERRNO(EBADF, fstat(0, &sb) == -1); 84 ATF_REQUIRE_ERRNO(EBADF, fstat(1, &sb) == -1); 85 ATF_REQUIRE_ERRNO(EBADF, fstat(2, &sb) == -1);
|
/src/games/hangman/ |
setup.c | 75 fstat(fileno(Dict), &sbuf);
|
/src/include/ |
rmt.h | 52 #define fstat rmtfstat macro
|
/src/sys/arch/alpha/stand/common/ |
bootxx.c | 102 if (fd == -1 || (fstat(fd, &sb) == -1)) {
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
bootxx.c | 99 if (fd == -1 || (fstat(fd, &sb) == -1)) {
|
/src/sys/arch/sbmips/stand/common/ |
bootxx.c | 99 if (fd == -1 || (fstat(fd, &sb) == -1)) {
|
/src/tests/usr.bin/ |
Makefile | 9 diff dirname error find fstat ftp gcov gdb grep gzip id indent \
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin64.h | 191 #define fstat _fstat macro
|