Searched refs:fstat (Results 76 - 100 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tnftp/src/
H A Druserpass.c163 fstat(fileno(cfile), &stb) >= 0 &&
175 if (fstat(fileno(cfile), &stb) >= 0
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c62 if (fstat(fileno(f), &st) != 0) {
142 if(fstat(fd, &st2) < 0) {
H A Dtest_store.c207 if (fstat(fd, &sb) != 0)
208 krb5_err(context, 1, errno, "fstat");
214 if (fstat(fd, &sb) != 0)
215 krb5_err(context, 1, errno, "fstat");
/freebsd-11-stable/tests/sys/fifo/
H A Dfifo_misc.c264 if (fstat(writer_fd, &sb) != 0) {
265 warn("%s: fstat", __func__);
271 warnx("%s: fstat chmod result", __func__);
303 if (fstat(writer_fd, &sb) != 0) {
304 warn("%s: fstat", __func__);
310 warnx("%s: fstat chown result", __func__);
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf206 ## Allow querying file and file system state with fstat(2) and fstatfs(2),
209 fstat
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_dup.c92 ATF_REQUIRE(fstat(fd, &st) == 0);
93 ATF_REQUIRE(fstat(fd1, &st1) == 0);
/freebsd-11-stable/stand/libsa/
H A Dsplitfs.c129 if (fstat(conffd, &sb) < 0) {
310 if ((result = fstat(sf->curfd, sb)) == 0)
H A Dgzipfs.c189 if (fstat(rawfd, &sb) < 0) {
331 if ((result = fstat(zf->zf_rawfd, sb)) == 0)
H A Dbzipfs.c180 if (fstat(rawfd, &sb) < 0) {
355 if ((result = fstat(bzf->bzf_rawfd, sb)) == 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp112 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) {
113 return _REAL64(fstat)(fd, (struct stat *)buf);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c135 if (fstat(fd, &sb) < 0) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c73 if (fstat(fd, &st) != 0) {
/freebsd-11-stable/contrib/opie/libopie/
H A Dlock.c200 if (fstat(fh, &statbuf[1]) < 0)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsmstdio.c297 if (fstat(fd, &st) == 0)
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c138 if (fstat(lockfd, &st) < 0)
139 errx(1, "fstat() failed");
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Diruserok.c266 else if (fstat(fileno(hostf), &sbuf) < 0)
267 cp = ".rhosts fstat failed";
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c210 if (fstat(mapinfo->txt_fd, &sb) != 0) {
/freebsd-11-stable/tools/regression/aio/aiop/
H A Daiop.c178 if (fstat(fd, &sb) < 0)
179 err(1, "fstat failed");
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c119 CHECK_SYSCALL_SUCCEEDS(fstat, fd_file, &sb);
/freebsd-11-stable/usr.bin/ktrace/
H A Dktrace.c152 if (fstat(fd, &sb) != 0 || sb.st_uid != getuid())
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h76 int fstat(int, struct stat *);
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_file.c200 if (fstat(fileno(mapf), &stb) < 0)
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h152 #define fstat _fstat macro
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h77 int fstat(int, struct stat *);
/freebsd-11-stable/crypto/openssh/
H A Dauth-rhosts.c69 if (fstat(fd, &st) == -1) {

Completed in 181 milliseconds

1234567891011>>