Home
last modified time | relevance | path

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

12345678910>>...22

/openbsd-src/regress/sys/kern/pledge/filedescriptor/
H A DMakefile23 CLEANFILES = *.fstat
27 rm -f -- *.fstat
35 $p.fstat: $p
45 run-regress-dup: dup.fstat
47 grep ' 5 /.* r ' dup.fstat
49 grep ' 6 /.* rp ' dup.fstat
51 run-regress-dup2: dup2.fstat
53 grep ' 5 /.* r ' dup2.fstat
55 grep ' 6 /.* rp ' dup2.fstat
57 grep ' 7 /.* rp ' dup2.fstat
[all …]
/openbsd-src/usr.bin/fstat/
H A DMakefile3 PROG= fstat
4 SRCS= fstat.c fuser.c
5 MAN= fstat.1 fuser.1
8 LINKS= ${BINDIR}/fstat ${BINDIR}/fuser
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c37 unsigned int fstat; member
53 unsigned short fstat; member
96 *(unsigned short *) &fp->fstat = val; in i387_cache_to_fsave()
129 val = fp->fstat & 0xFFFF; in i387_fsave_to_cache()
173 *(unsigned short *) &fp->fstat = val; in i387_cache_to_fxsave()
265 val = fp->fstat & 0xFFFF; in i387_fxsave_to_cache()
269 top = (fp->fstat >> 11) & 0x7; in i387_fxsave_to_cache()
/openbsd-src/regress/usr.bin/mandoc/db/makeinodes/
H A Dmakeinodes.c54 if (fstat(fd, &sb1) == -1) in main()
60 if (fstat(fd, &sb2) == -1) in main()
67 if (fstat(fd, &sb2) == -1) in main()
/openbsd-src/regress/lib/libssl/interop/netcat/
H A DMakefile23 for i in `jot 1000`; do fstat -p $$! >netcat.fstat; \
24 grep -q ' stream tcp .*:[1-9][0-9]*$$' netcat.fstat && \
28 `sed -n 's/.* stream tcp .*:/127.0.0.1 /p' netcat.fstat`
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c211 ULONGEST fstat; in i387_print_float_info() local
228 fstat = get_frame_register_unsigned (frame, I387_FSTAT_REGNUM); in i387_print_float_info()
236 top = ((fstat >> 11) & 7); in i387_print_float_info()
276 print_i387_status_word (fstat, file); in i387_print_float_info()
779 ULONGEST fstat; in i387_return_value() local
789 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i387_return_value()
790 fstat |= (7 << 11); in i387_return_value()
791 regcache_raw_write_unsigned (regcache, I387_FSTAT_REGNUM, fstat); in i387_return_value()
/openbsd-src/gnu/lib/libiberty/src/
H A Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
/openbsd-src/regress/usr.sbin/syslogd/
H A Dargs-sighup-tcp.pl22 fstat => {
48 ${$self->{syslogd}}->fstat();
H A Dargs-sighup-tls.pl22 fstat => {
48 ${$self->{syslogd}}->fstat();
/openbsd-src/regress/lib/libc/sys/
H A Dt_stat.c170 ATF_REQUIRE_ERRNO(EBADF, fstat(-1, &st) == -1); in ATF_TC_BODY()
261 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY()
301 ATF_REQUIRE(fstat(fd, &sa) == 0); in ATF_TC_BODY()
303 ATF_REQUIRE(fstat(fd, &sb) == 0); in ATF_TC_BODY()
360 if (fstat(fd, &st) != 0 || errno != 0) in ATF_TC_BODY()
H A Dt_truncate.c68 ATF_REQUIRE(fstat(fd, &st) == 0); in ATF_TC_BODY()
128 ATF_REQUIRE(fstat(fd, &st) == 0); in ATF_TC_BODY()
/openbsd-src/usr.sbin/amd/amd/
H A Dinfo_ndbm.c75 error = fstat(dbm_pagfno(db), &stb); in ndbm_search()
98 if (fstat(dbm_pagfno(db), &stb) < 0) in ndbm_init()
/openbsd-src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/
H A DOpenBSD-MkTemp.t47 my @fstat = stat($fh1);
48 is_deeply(\@stat, \@fstat, "file name matches the handle");
58 @fstat = stat($fh2);
59 is_deeply(\@stat, \@fstat, "file name matches the handle");
/openbsd-src/usr.sbin/installboot/
H A Dsparc64_installboot.c60 if (fstat(fd, &sb) == -1) in md_loadboot()
81 if (fstat(fd, &sb) == -1) in md_loadboot()
/openbsd-src/usr.bin/cvs/
H A Dlogmsg.c53 if (fstat(fd, &st) == -1) in cvs_logmsg_read()
137 if (fstat(rd, &st) == -1) in cvs_logmsg_create()
215 if (fstat(fd, &st1) == -1) { in cvs_logmsg_create()
227 if (fstat(fd, &st2) == -1) { in cvs_logmsg_create()
/openbsd-src/usr.bin/cmp/
H A Dcmp.c108 if (fstat(fd1, &sb1) == -1) in main()
113 if (fstat(fd2, &sb2) == -1) in main()
/openbsd-src/lib/libkeynote/
H A Dkeynote-verify.c113 if (fstat(fd, &sb) == -1) in keynote_verify()
233 if (fstat(fd, &sb) == -1) in keynote_verify()
317 if (fstat(fd, &sb) == -1) in keynote_verify()
H A Dkeynote-sign.c113 if (fstat(fd, &sb) == -1) in keynote_sign()
149 if (fstat(fd, &sb) == -1) in keynote_sign()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py49 os.fstat(fd)
84 os.fstat(self.child_fd)
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp141 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function
152 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
/openbsd-src/lib/libc/gen/
H A Dscandir.c72 if (fstat(dirp->dd_fd, &stb) == -1) in scandir_dirp()
99 if (fstat(dirp->dd_fd, &stb) == -1) in scandir_dirp()
/openbsd-src/bin/pax/
H A Dbuf_subs.c632 else if (fstat(ifd, &sb) == -1) in wr_rdfile()
680 else if (fstat(ofd, &sb) == 0) { in rd_wrfile()
775 if (fstat(fd2, &sb) == 0) { in cp_file()
806 else if (fstat(fd1, &sb) == -1) in cp_file()
/openbsd-src/usr.bin/tail/
H A Dtail.c157 fstat(fileno(tf[i].fp), &(tf[i].sb))) { in main()
175 if (fstat(fileno(stdin), &(tf[0].sb))) { in main()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbfdio.c232 result = fstat (fileno (f), statbuf); in bfd_stat()
388 if (0 != fstat (fileno (fp), &buf)) in bfd_get_mtime()
438 if (0 != fstat (fileno (fp), & buf)) in bfd_get_size()
/openbsd-src/sys/stand/boot/
H A Dboot.c134 if (fstat(fd, &st) == 0) { in boot()
190 if (fstat(fd, &sb) == -1) { in loadrandom()

12345678910>>...22