Searched refs:fstat (Results 1 - 23 of 23) sorted by relevance

/barrelfish-2018-10-04/lib/posixcompat/
H A Dfstat.c17 __weak_reference(fstat, _fstat);
18 int fstat(int fd, struct stat *buf) function
25 POSIXCOMPAT_DEBUG("fstat(%d)\n", fd);
33 DEBUG_ERR(err, "fstat(%d) failed\n", fd);
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dmkostemp_test.c92 if (fstat(fd, &st2) == -1) {
94 "cannot fstat returned fd %d: %s\n",
119 if (fstat(fd, &st2) == -1)
121 "cannot fstat returned fd %d again: %s\n",
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dgetwd.c84 if(fstat(fd, &dotdotstat) < 0) {
85 (void) strcpy(path,"getwd(): fstat()\n");
H A Dos_support.h202 int fstat ARGS((int handle, struct_stat *buf));
H A Dio.c630 if(fstat(unit, &st) < 0 || st.st_blksize == 0)
2089 if (fstat(StreamUnit(nst), &buf) == 0)
2194 if (fstat(StreamUnit(nst), &buf) == 0)
2301 if(fstat(StreamUnit(nst), &buf) < 0)
2935 fstat(fd, &st) != -1 &&
H A Dos_support.c290 fstat(int handle, struct_stat *buf) function
H A Dbip_io.c1057 if (fstat(fd, &fs))
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacmsvc.h137 #define fstat _fstat macro
/barrelfish-2018-10-04/tools/fastmodels/
H A Dtest_mkmb.c38 if(fstat(fileno(file), &stat) < 0) fail("stat");
H A Dmain.c42 if(fstat(fileno(file), &stat) < 0) fail("stat");
/barrelfish-2018-10-04/lib/libc/include/
H A Dnamespace.h68 #define fstat _fstat macro
H A Dun-namespace.h49 #undef fstat macro
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp_private_mib/
H A Dlwip_prvmib.c197 fstat(fd, &sb);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c245 if (fstat(fd,st) != 0) { close(fd); continue; }
/barrelfish-2018-10-04/include/sys/
H A Dstat.h334 int fstat(int, struct stat *);
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dshared_mem.c230 (void) fstat(hd->map_fd, &st);
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c268 if(fstat(fd, &stat)) fail_errno("fstat");
/barrelfish-2018-10-04/lib/cpio/
H A Dcpiobin.c614 fstat(fd, &st);
/barrelfish-2018-10-04/lib/libc/sys/
H A DMakefile.inc445 MLINKS+=stat.2 fstat.2 \
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c689 fstat(fd, &sb))
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dauth.c2297 if (fstat(fileno(f), &sbuf) < 0) {
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dauth.c2297 if (fstat(fileno(f), &sbuf) < 0) {
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure7386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fstat" >&5
7387 $as_echo_n "checking for fstat... " >&6; }
7396 (void) fstat(0, &buf);

Completed in 150 milliseconds