Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/netbsd-src/tests/lib/libc/ttyio/
H A Dt_ptm.c73 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 DMakefile7 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 Dsys_stat.in.h445 # 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 Dfstat.m41 # 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 Dt_fd.c83 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 Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
/netbsd-src/tests/lib/libc/sys/
H A Dt_stat.c169 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 Dstat.d1764 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 Dt_mktemp.c132 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 Dt_fstat.sh34 atf_require_prog fstat
58 atf_require_prog fstat
/netbsd-src/tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c84 if (fstat(fileno(stdout), &sb0) != 0) { in main()
89 if (fstat(7, &sb1) != 0) { in main()
/netbsd-src/lib/libc/db/db/
H A Ddbfile.c66 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 Dstat.d54 int fstat(int, struct_stat *) @trusted; in version()
78 int fstat(int, struct_stat *) @trusted; in version()
/netbsd-src/tests/kernel/
H A Dt_memfd_create.c144 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 Dlogwtmp.c94 if (fstat(fd, &buf) == 0) { in ftpd_logwtmp()
126 if (fstat(fdx, &buf) == 0) { in ftpd_logwtmpx()
/netbsd-src/usr.bin/cmp/
H A Dcmp.c140 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 Dsanitizer_wrappers.cc148 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 Dfile.d97 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 Dinfo_ndbm.c94 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 Dcompat_stat.c49 __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 Dfsif.h151 struct fsif_stat_request fstat; member
171 struct fsif_stat_response fstat; member
/netbsd-src/sys/lib/libsa/
H A Dls.c103 || fstat(fd, &sb) < 0 in ls()
129 if (fstat(fd, &sb) < 0) { in ls()

12345678910>>...32