Home
last modified time | relevance | path

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

1234

/haiku/src/bin/
H A Dfstrim.cpp67 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 Dfortune.c104 if (fstat(fd, &stat) < 0) { in main()
118 if (fstat(fd, &stat) < 0) { in main()
/haiku/src/system/libroot/posix/unistd/
H A Dttyname.c34 if (fstat(fd, &fdStat) < 0) in ttyname_r()
/haiku/src/tools/anyboot/
H A Danyboot.cpp238 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 DLocalFD.h51 result = fstat(fFD, &st); in IsSymlink()
H A Dfs_freebsd.cpp28 if (fstat(fd, &st) != 0) in haiku_freebsd_read()
128 if (fstat(fd, &st) != 0) in haiku_freebsd_write()
H A Dfunction_remapper.cpp34 fstat(int fd, struct stat* st) in fstat() function
36 HIDDEN_FUNCTION(fstat); in fstat()
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c51 if (fstat(fd, &stat) < 0) in fstatvfs()
/haiku/src/libs/util/
H A Dpidfile.c56 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 DJamfile14 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 DJamfile16 read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp240 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 DJamfile19 read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp89 if (fstat(fd, &stat) < 0) in posix_fadvise()
/haiku/src/kits/storage/
H A DFileDescriptorIO.cpp89 if (fstat(fFD, &st) < 0) in GetSize()
H A DFdIO.cpp117 if (fstat(fFd, &st) != 0) in GetSize()
/haiku/src/tests/system/boot/loader/
H A DHandle.cpp115 if (fstat(fHandle, &stat) == B_OK) { in Size()
/haiku/src/tools/fs_shell/
H A Dstat.cpp64 if (fstat(fd, &st) < 0) in unrestricted_fstat()
/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h49 #define fstat(fd, buf) __fxstat (_STAT_VER, fd, buf)
/haiku/src/bin/network/ftpd/
H A Dmd5hl.c62 if (fstat(f, &stbuf) < 0) in MD5FileChunk()
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp117 if (fstat(fDevice, &stat) < 0) in GetSize()
/haiku/src/kits/debugger/files/
H A DSourceFile.cpp61 if (fstat(fd, &st) < 0) { in Init()
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c96 if (fstat(fd, &stat) < 0) in _kstatfs_()
/haiku/src/tools/
H A Dcreate_image.cpp109 if (fstat(fd, &st) < 0) { in main()
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.cpp115 if (fstat(fDirFD, &st) < 0) in _Init()

1234