Searched refs:fstat (Results 151 - 175 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c316 if (fstat(pipe_fd, &sb) < 0)
319 errx(-1, "fstat: %s not device", pipefile);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_read.c255 if ((fp = fopen(name, "r")) == NULL || fstat(fileno(fp), &sb)) {
H A Dex_write.c351 if (!fstat(fileno(fp), &sb) &&
/freebsd-11-stable/sys/sys/
H A Dstat.h334 int fstat(int, struct stat *);
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c212 fstat(fileno(fp), &sb) == -1) {
/freebsd-11-stable/usr.bin/look/
H A Dlook.c148 if ((fd = open(file, O_RDONLY, 0)) < 0 || fstat(fd, &sb))
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c319 if (fstat(ifd, &sb) == -1) {
/freebsd-11-stable/usr.bin/tcopy/
H A Dtcopy.c325 if(fstat(fd, &sp))
326 errx(12, "fstat in rewind");
/freebsd-11-stable/usr.bin/touch/
H A Dtouch.c178 if (fd == -1 || fstat(fd, &sb) || close(fd)) {
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c284 if (fstat(fd, &sbuf))
/freebsd-11-stable/usr.bin/wc/
H A Dwc.c257 if (fstat(fd, &sb)) {
258 xo_warn("%s: fstat", file);
/freebsd-11-stable/bin/cat/
H A Dcat.c302 if (fstat(wfd, &sbuf))
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h50 #undef fstat macro
H A Dnamespace.h69 #define fstat _fstat macro
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c294 if (fstat(fd, st) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mincore.c176 ATF_REQUIRE(fstat(fd, &st) == 0);
/freebsd-11-stable/sbin/hastd/
H A Dsubr.c98 if (fstat(res->hr_localfd, &sb) == -1) {
/freebsd-11-stable/sbin/nvmecontrol/
H A Dfirmware.c80 if (fstat(fd, &sb) < 0)
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c204 if (fstat(fd, &s) == -1)
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzcmp.c168 if (fstat(ido->fd, &sb))
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Damd10h.c155 error = fstat(fd, &st);
157 WARN(0, "fstat(%s)", path);
/freebsd-11-stable/usr.sbin/uefisign/
H A Dchild.c68 error = fstat(fd, &sb);
70 err(1, "%s: fstat", x->x_path);
/freebsd-11-stable/usr.bin/gzip/
H A Dunxz.c263 fstat(src_fd, &st);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c279 if (fstat(crontab_fd, statbuf) < OK) {
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c182 if (fstat(in, &sb) == -1)

Completed in 302 milliseconds

1234567891011>>