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

123

/haiku/src/build/libroot/
H A DLocalFD.h51 result = fstat(fFD, &st);
H A Dfs_freebsd.cpp28 if (fstat(fd, &st) != 0)
128 if (fstat(fd, &st) != 0)
H A Dfunction_remapper.cpp34 fstat(int fd, struct stat* st) function
36 HIDDEN_FUNCTION(fstat);
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c51 if (fstat(fd, &stat) < 0)
/haiku/src/system/libroot/posix/unistd/
H A Dttyname.c34 if (fstat(fd, &fdStat) < 0)
/haiku/src/bin/
H A Dfstrim.cpp67 if (fstat(fd, &fdStat) == -1) {
68 fprintf(stderr, "%s: fstat failed: %s\n", kProgramName,
80 if (fstat(fd, &fdStat) == -1) {
81 fprintf(stderr, "%s: fstat failed: %s\n", kProgramName,
93 if (fstat(fd, &fdStat) == -1) {
94 fprintf(stderr, "%s: fstat failed: %s\n", kProgramName,
H A Dfortune.c104 if (fstat(fd, &stat) < 0) {
118 if (fstat(fd, &stat) < 0) {
/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c86 if (fstat(fd, &buf) == 0) {
H A Dmd5hl.c62 if (fstat(f, &stbuf) < 0)
/haiku/src/libs/util/
H A Dpidfile.c56 if (fstat(pfh->pf_fd, &sb) == -1)
146 if (fstat(fd, &sb) == -1) {
/haiku/src/kits/storage/
H A DFileDescriptorIO.cpp89 if (fstat(fFD, &st) < 0)
H A DFdIO.cpp117 if (fstat(fFd, &st) != 0)
/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h38 /* The `stat', `fstat', `lstat' functions have to be handled special since
49 #define fstat(fd, buf) __fxstat (_STAT_VER, fd, buf)
/haiku/src/kits/debugger/files/
H A DSourceFile.cpp61 if (fstat(fd, &st) < 0) {
/haiku/src/tools/fs_shell/
H A Dstat.cpp64 if (fstat(fd, &st) < 0)
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp117 if (fstat(fDevice, &stat) < 0)
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp89 if (fstat(fd, &stat) < 0)
/haiku/src/tests/system/boot/loader/
H A DHandle.cpp115 if (fstat(fHandle, &stat) == B_OK) {
/haiku/src/tools/anyboot/
H A Danyboot.cpp238 int result = fstat(isoFileHandle, &stat);
254 result = fstat(efiFileHandle, &stat);
262 result = fstat(imageFileHandle, &stat);
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp240 if (fstat(fd, &st1) < 0) {
241 printf("%d: fstat() before fseeko() failed\n\n", __LINE__);
256 if (fstat(fd, &st2) < 0) {
257 printf("%d: fstat() after fseeko() failed\n\n", __LINE__);
318 } else if (fstat(fileno(fp), &st1) < 0) {
319 printf("%d: fstat() before fseeko() failed\n\n", __LINE__);
325 printf("%d: fstat st_size %zd ftello %zd\n", __LINE__,
337 } else if (fstat(fileno(fp), &st1) < 0) {
338 printf("%d: fstat() before fgetc() failed\n\n", __LINE__);
347 printf("%d: fstat st_siz
[all...]
/haiku/src/tools/
H A Dcreate_image.cpp109 if (fstat(fd, &st) < 0) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.cpp115 if (fstat(fDirFD, &st) < 0)
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c96 if (fstat(fd, &stat) < 0)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp167 if (fstat(fd, &st) < 0) {
/haiku/headers/posix/sys/
H A Dstat.h116 extern int fstat(int fd, struct stat *st);

Completed in 331 milliseconds

123