| /netbsd-src/tests/lib/libc/ttyio/ |
| H A D | t_ptm.c | 73 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY() 86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1); in ATF_TC_BODY() 91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1); in ATF_TC_BODY() 139 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY() 153 REQUIRE_ERRNO(fstat(fds, &sts), -1); in ATF_TC_BODY()
|
| /netbsd-src/usr.bin/fstat/ |
| H A D | 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}
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | sys_stat.in.h | 445 # undef fstat 446 # define fstat rpl_fstat 448 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2))); 449 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf)); 451 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf)); 454 _GL_CXXALIASWARN (fstat); 457 # undef fstat 458 # define fstat fstat_used_without_requesting_gnulib_module_fstat 461 # define fstat _fstati64 463 # undef fstat [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | fstat.m4 | 1 # fstat.m4 serial 8 21 dnl Replace fstat() for supporting the gnulib-defined open() on directories. 35 # Prerequisites of lib/fstat.c and lib/stat-w32.c.
|
| /netbsd-src/tests/lib/librumpclient/ |
| H A D | t_fd.c | 83 ATF_REQUIRE_ERRNO(EBADF, fstat(0, &sb) == -1); in ATF_TC_BODY() 84 ATF_REQUIRE_ERRNO(EBADF, fstat(1, &sb) == -1); in ATF_TC_BODY() 85 ATF_REQUIRE_ERRNO(EBADF, fstat(2, &sb) == -1); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | fdmatch.c | 57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch() 58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | fdmatch.c | 57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch() 58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | fdmatch.c | 57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch() 58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | fdmatch.c | 57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch() 58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_stat.c | 169 ATF_REQUIRE_ERRNO(EBADF, fstat(-1, &st) == -1); in ATF_TC_BODY() 260 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY() 300 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY() 302 ATF_REQUIRE(fstat(fd, &sb) == 0); in ATF_TC_BODY() 359 if (fstat(fd, &st) != 0 || errno != 0) in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | stat.d | 1764 alias fstat64 fstat; 1774 int fstat(int, stat_t*) @trusted; 1783 int fstat(int, stat_t*) @trusted; 1789 alias fstat fstat64; 1799 alias fstat64 fstat; 1809 int fstat(int, stat_t*) @trusted; 1823 int fstat(int, stat_t*); 1829 pragma(mangle, "fstat$INODE64") int fstat(int, stat_t*); 1836 int fstat(int, stat_t*); 1845 int fstat(int, stat_t*); [all …]
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_mktemp.c | 132 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY() 159 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY() 214 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY() 251 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY()
|
| /netbsd-src/tests/usr.bin/fstat/ |
| H A D | t_fstat.sh | 34 atf_require_prog fstat 58 atf_require_prog fstat
|
| /netbsd-src/tests/lib/libc/gen/posix_spawn/ |
| H A D | h_fileactions.c | 84 if (fstat(fileno(stdout), &sb0) != 0) { in main() 89 if (fstat(7, &sb1) != 0) { in main()
|
| /netbsd-src/lib/libc/db/db/ |
| H A D | dbfile.c | 66 if (sb && fstat(fd, sb) == -1) in __dbopen() 109 if (sb && fstat(fd, sb) == -1) in __dbtemp()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | stat.d | 54 int fstat(int, struct_stat *) @trusted; in version() 78 int fstat(int, struct_stat *) @trusted; in version()
|
| /netbsd-src/tests/kernel/ |
| H A D | t_memfd_create.c | 144 RL(fstat(fd, &st)); in ATF_TC_BODY() 150 RL(fstat(fd, &st)); in ATF_TC_BODY() 156 RL(fstat(fd, &st)); in ATF_TC_BODY() 243 RL(fstat(fd, &st)); in test_all_seals_except()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | logwtmp.c | 94 if (fstat(fd, &buf) == 0) { in ftpd_logwtmp() 126 if (fstat(fdx, &buf) == 0) { in ftpd_logwtmpx()
|
| /netbsd-src/usr.bin/cmp/ |
| H A D | cmp.c | 140 if (fstat(fd1, &sb1)) in main() 145 if (fstat(fd2, &sb2)) in main()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cc | 148 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function 159 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | file.d | 97 if (fstat(fd, &buf)) in read() 293 alias fstat = fstat64; in version() local 299 int fstat(int, stat_t*) @trusted; in version()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | info_ndbm.c | 94 error = fstat(dbm_pagfno(db), &stb); in ndbm_search() 125 error = fstat(dbm_pagfno(db), &stb); in ndbm_init()
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_stat.c | 49 __warn_references(fstat, 63 __strong_alias(fstat, __compat_fstat) in __strong_alias()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| H A D | fsif.h | 151 struct fsif_stat_request fstat; member 171 struct fsif_stat_response fstat; member
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | ls.c | 103 || fstat(fd, &sb) < 0 in ls() 129 if (fstat(fd, &sb) < 0) { in ls()
|