/third_party/musl/compat/time32/ |
H A D | __xstat.c | 2 #include <sys/stat.h>
|
H A D | lutimes_time32.c | 5 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | posix_spawnattr_getpgroup.c | 18 #include <sys/stat.h>
|
H A D | posix_spawnattr_getflags.c | 18 #include <sys/stat.h>
|
H A D | posix_spawnattr_setpgroup.c | 18 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/regex/ |
H A D | glob.c | 17 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | mkdirat.c | 16 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_umask_test.cpp | 3 #include <sys/stat.h>
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | generic.rs | 8 pub struct stat { structure names
|
/third_party/spirv-tools/utils/ |
H A D | roll_deps.sh | 45 if [[ $(git diff --stat) != '' ]]; then
|
/third_party/toybox/generated/ |
H A D | globals.h | 402 // toys/other/stat.c 408 struct stat st; 410 } stat; member 731 struct stat st[2]; 879 struct stat *sought_files; 1221 struct stat top; 1669 struct stat_data stat; member
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 731 let mut stat = mem::MaybeUninit::<type_of_statfs>::uninit(); in statfs() variables 733 LIBC_STATFS(path.as_ptr(), stat.as_mut_ptr()) in statfs() 735 Errno::result(res).map(|_| Statfs(stat.assume_init())) in statfs() 749 let mut stat = mem::MaybeUninit::<type_of_statfs>::uninit(); in fstatfs() variables 750 Errno::result(LIBC_FSTATFS(fd.as_raw_fd(), stat.as_mut_ptr())) in fstatfs() 751 .map(|_| Statfs(stat.assume_init())) in fstatfs()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 92 #include <sys/stat.h> 246 struct stat *st) in debuginfod_config_cache() 296 struct stat st; in debuginfod_clean_cache() 993 struct stat st; in debuginfod_query_server() 994 if (stat (cache_path, &st) < 0) in debuginfod_query_server() 1005 if (stat (cachedir, &st) == 0) in debuginfod_query_server() 1021 || stat (cachedir, &st) != 0 in debuginfod_query_server() 1066 struct stat st; in debuginfod_query_server()
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 220 struct stat attr; in sfs_getattr() 231 static void do_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in do_setattr() 307 static void sfs_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in sfs_setattr() 1313 struct stat stat; in main() local 1314 auto ret = lstat(fs.source.c_str(), &stat); in main() 1316 err(1, "ERROR: failed to stat source (\"%s\")", fs.source.c_str()); in main() 1317 if (!S_ISDIR(stat.st_mode)) in main() 1319 fs.src_dev = stat.st_dev; in main()
|
H A D | passthrough_ll.c | 204 struct stat buf; in lo_getattr() 216 static void lo_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in lo_setattr() 291 static struct lo_inode *lo_find(struct lo_data *lo, struct stat *st) in lo_find() 701 struct stat st = { in lo_do_readdir() 1228 struct stat stat; in main() local 1231 res = lstat(lo.source, &stat); in main() 1233 fuse_log(FUSE_LOG_ERR, "failed to stat source (\"%s\"): %m\n", in main() 1237 if (!S_ISDIR(stat.st_mode)) { in main()
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 160 pub struct stat { structure names 594 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() 596 pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; in stat() functions 615 buf: *mut stat, in fstatat() 659 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() 780 buf: *mut stat, in __wasilibc_nocwd_fstatat() 792 pub fn __wasilibc_stat(pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in __wasilibc_stat()
|
/third_party/toybox/lib/ |
H A D | lib.c | 171 struct stat buf; in mkpathat() 258 struct stat st; in find_in_path() 271 if (!stat(rnext->str, &st) && S_ISREG(st.st_mode)) { in find_in_path() 514 struct stat st; in fdlength() 520 // TODO: is blocksize still always 512, or do we stat for it? in fdlength() 784 struct stat statbuf; in copy_tempfile() 1111 struct stat st1, st2; in names_to_pid() 1121 if (bb!=*cur && !stat(*cur, &st1)) { in names_to_pid() 1125 if (stat(buf, &st2)) continue; in names_to_pid()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 418 struct stat stbuf; in ntfs_allowed_dir_access() 654 struct stat *stbuf) in junction_getstat() 682 struct stat *stbuf) in wsl_getstat() 728 static void apply_umask(struct stat *stbuf) in apply_umask() 748 ntfs_inode *ni, struct stat *stbuf) in ntfs_fuse_getstat() 754 memset(stbuf, 0, sizeof(struct stat)); in ntfs_fuse_getstat() 966 #warning "No known way to set nanoseconds in struct stat !" in ntfs_fuse_getstat() 987 struct stat stbuf; in ntfs_fuse_getattr() 1251 struct stat st = { .st_ino = MREF(mref) }; in ntfs_fuse_filler() 1863 mode_t mode, struct stat *stbu in ntfs_fuse_chmod() [all...] |
/third_party/elfutils/tests/ |
H A D | getphdrnum.c | 8 #include <sys/stat.h>
|
/third_party/eudev/src/mtd_probe/ |
H A D | mtd_probe.c | 28 #include <sys/stat.h>
|
/third_party/curl/docs/examples/ |
H A D | httpput-postfields.c | 30 #include <sys/stat.h>
|
/third_party/cups-filters/scripting/php/ |
H A D | phpcups.h | 24 # include <sys/stat.h>
|
/third_party/libsnd/src/ |
H A D | sf_unistd.h | 21 #include <sys/stat.h>
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_device.c | 30 #include <sys/stat.h>
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_device.c | 30 #include <sys/stat.h>
|