Searched refs:stat (Results 151 - 175 of 509) sorted by path

1234567891011>>

/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h58 struct stat* _st = NULL);
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp12 #include <sys/stat.h>
H A DPageSetupDlg.cpp11 #include <sys/stat.h>
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc29 #include <sys/stat.h>
H A Dstreambuf.cc204 JUMP_INIT(stat, _IO_sb_stat)
/haiku/src/libs/uuid/
H A Dgen_uuid.c44 #include <sys/stat.h>
452 struct stat s;
454 return (!stat("/dev/random", &s) || !stat("/dev/urandom", &s));
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp824 status_t stat = request->SendReply(&reply); local
825 if (stat < B_OK)
/haiku/src/servers/index/
H A DVolumeWatcher.cpp11 #include <sys/stat.h>
100 printf("stat changed node %i name %s %s\n", (int)node,
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp12 #include <sys/stat.h>
51 struct stat stat; local
52 if (fstat(sLog, &stat) == 0) {
53 if (stat.st_size < (off_t)sLogMaxSize)
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp10 #include <sys/stat.h>
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.h12 #include <sys/stat.h>
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.h14 #include <sys/stat.h>
/haiku/src/system/boot/loader/
H A Dpartitions.cpp219 struct stat stat; local
220 if (fstat(fFD, &stat) == B_OK)
221 return stat.st_size;
230 struct stat stat; local
231 if (fstat(fFD, &stat) == B_OK)
232 return stat.st_mode;
/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp56 struct stat st;
57 if (stat(filePath, &st) != 0)
140 struct stat st;
141 if (stat(fFilePath, &st) == 0 && S_ISREG(st.st_mode))
153 struct stat st;
154 if (stat(fFilePath, &st) != 0 || !S_ISREG(st.st_mode))
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp133 struct stat st;
134 if (stat(path.Path(), &st) == 0) {
/haiku/src/system/kernel/vm/
H A DVMUtils.cpp49 struct stat dummy;
51 if (stat(path, &dummy) != 0)
/haiku/src/system/libroot/os/
H A DArchitecture.cpp11 #include <sys/stat.h>
43 struct stat st;
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c10 #include <sys/stat.h>
95 struct stat stat; local
96 if (fstat(fd, &stat) < 0)
99 device = stat.st_dev;
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h20 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
30 struct stat
/haiku/src/system/libroot/posix/glibc/include/
H A Ddevice-nrs.h4 // ToDo: do something nice here, perhaps reusing the new stat->st_type field
5 #define DEV_TTY_P(stat) (0)
/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h2 #include_next <sys/stat.h>
5 #include <bits/stat.h>
8 extern int __stat (__const char *__file, struct stat *__buf);
9 extern int __fstat (int __fd, struct stat *__buf);
10 extern int __lstat (__const char *__file, struct stat *__buf);
26 extern __inline__ int __stat (__const char *__path, struct stat *__statbuf)
38 /* The `stat', `fstat', `lstat' functions have to be handled special since
43 #define stat(fname, buf) __xstat (_STAT_VER, fname, buf)
/haiku/src/system/libroot/posix/glibc/libio/
H A D_G_config.h85 #define _G_stat64 stat
126 /* This is defined by <bits/stat.h> if `st_blksize' exists. */
H A Dfiledoalloc.c64 #include <sys/stat.h>
H A Diofopncook.c115 JUMP_INIT(stat, _IO_default_stat),
234 JUMP_INIT(stat, _IO_default_stat),
H A Diopopen.c263 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
286 JUMP_INIT(stat, INTUSE(_IO_file_stat)),

Completed in 198 milliseconds

1234567891011>>