/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | fstat.c | 1 /* $NetBSD: fstat.c,v 1.1 1996/01/13 22:25:38 leo Exp $ */ 40 fstat(fd, sb) function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | gross.c | 35 extern int fstat(int fd, struct stat* st) function
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 106 #pragma weak _fstat = fstat 108 fstat(int fd, struct stat *sb) function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64 macro
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | _stat.c | 67 fstat(int fd, struct stat *buf) function 113 * ret = fstat(fd, buf); 125 ret = fstat(fd, buf); 154 ret = fstat(fd, buf);
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 65 #define fstat _fstat macro
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | fsswitch.c | 161 fstat(int fd, struct stat *sb) function 200 ret = fstat(fd, sb);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | stat.c | 135 * fstat can and should be fast, do an inline implementation here. 154 fstat(int fd, struct stat *sb) function 166 return (fstat(fd, sb)); 189 * Common code for stat(), lstat(), and fstat().
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 118 #define fstat fstat64 macro 322 (fstat(this.fd->dd_fd, &statb2) < 0 ||
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 63 * stat structure, used by stat(2) and fstat(2) 160 #pragma redefine_extname fstat fstat64 171 #define fstat fstat64 macro 189 #pragma redefine_extname fstat64 fstat 199 #define fstat64 fstat
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 196 fstat.2 \ 390 fstat.2 := LINKSRC = stat.2
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 228 int fstat; /* status word (flags, etc) */ member in struct:__anon48
|