/haiku/src/bin/ |
H A D | fstrim.cpp | 67 if (fstat(fd, &fdStat) == -1) { in IsDirectory() 80 if (fstat(fd, &fdStat) == -1) { in IsBlockDevice() 93 if (fstat(fd, &fdStat) == -1) { in IsCharacterDevice()
|
H A D | fortune.c | 104 if (fstat(fd, &stat) < 0) { in main() 118 if (fstat(fd, &stat) < 0) { in main()
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | ttyname.c | 34 if (fstat(fd, &fdStat) < 0) in ttyname_r()
|
/haiku/src/tools/anyboot/ |
H A D | anyboot.cpp | 238 int result = fstat(isoFileHandle, &stat); in main() 254 result = fstat(efiFileHandle, &stat); in main() 262 result = fstat(imageFileHandle, &stat); in main()
|
/haiku/src/build/libroot/ |
H A D | LocalFD.h | 51 result = fstat(fFD, &st); in IsSymlink()
|
H A D | fs_freebsd.cpp | 28 if (fstat(fd, &st) != 0) in haiku_freebsd_read() 128 if (fstat(fd, &st) != 0) in haiku_freebsd_write()
|
H A D | function_remapper.cpp | 34 fstat(int fd, struct stat* st) in fstat() function 36 HIDDEN_FUNCTION(fstat); in fstat()
|
/haiku/src/system/libroot/posix/sys/ |
H A D | statvfs.c | 51 if (fstat(fd, &stat) < 0) in fstatvfs()
|
/haiku/src/libs/util/ |
H A D | pidfile.c | 56 if (fstat(pfh->pf_fd, &sb) == -1) in pidfile_verify() 146 if (fstat(fd, &sb) == -1) { in pidfile_open()
|
/haiku/src/tests/system/boot/loader/file_systems/tarfs/ |
H A D | Jamfile | 14 read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
/haiku/src/tests/system/boot/loader/file_systems/amiga_ffs/ |
H A D | Jamfile | 16 read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
/haiku/src/tests/system/libroot/posix/ |
H A D | fseek_test.cpp | 240 if (fstat(fd, &st1) < 0) { in glibc_test() 256 if (fstat(fd, &st2) < 0) { in glibc_test() 318 } else if (fstat(fileno(fp), &st1) < 0) { in glibc_test() 337 } else if (fstat(fileno(fp), &st1) < 0) { in glibc_test()
|
/haiku/src/tests/system/boot/loader/file_systems/bfs/ |
H A D | Jamfile | 19 read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
/haiku/src/system/libroot/posix/ |
H A D | fcntl.cpp | 89 if (fstat(fd, &stat) < 0) in posix_fadvise()
|
/haiku/src/kits/storage/ |
H A D | FileDescriptorIO.cpp | 89 if (fstat(fFD, &st) < 0) in GetSize()
|
H A D | FdIO.cpp | 117 if (fstat(fFd, &st) != 0) in GetSize()
|
/haiku/src/tests/system/boot/loader/ |
H A D | Handle.cpp | 115 if (fstat(fHandle, &stat) == B_OK) { in Size()
|
/haiku/src/tools/fs_shell/ |
H A D | stat.cpp | 64 if (fstat(fd, &st) < 0) in unrestricted_fstat()
|
/haiku/src/system/libroot/posix/glibc/include/sys/ |
H A D | stat.h | 49 #define fstat(fd, buf) __fxstat (_STAT_VER, fd, buf)
|
/haiku/src/bin/network/ftpd/ |
H A D | md5hl.c | 62 if (fstat(f, &stbuf) < 0) in MD5FileChunk()
|
/haiku/src/add-ons/kernel/file_systems/shared/ |
H A D | DeviceOpener.cpp | 117 if (fstat(fDevice, &stat) < 0) in GetSize()
|
/haiku/src/kits/debugger/files/ |
H A D | SourceFile.cpp | 61 if (fstat(fd, &st) < 0) { in Init()
|
/haiku/src/system/libroot/os/arch/x86/ |
H A D | compatibility.c | 96 if (fstat(fd, &stat) < 0) in _kstatfs_()
|
/haiku/src/tools/ |
H A D | create_image.cpp | 109 if (fstat(fd, &st) < 0) { in main()
|
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/ |
H A D | PackagesDirectory.cpp | 115 if (fstat(fDirFD, &st) < 0) in _Init()
|