Home
last modified time | relevance | path

Searched refs:stat (Results 651 - 675 of 2354) sorted by relevance

1...<<21222324252627282930>>...95

/third_party/musl/compat/time32/
H A D__xstat.c2 #include <sys/stat.h>
H A Dlutimes_time32.c5 #include <sys/stat.h>
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_getpgroup.c18 #include <sys/stat.h>
H A Dposix_spawnattr_getflags.c18 #include <sys/stat.h>
H A Dposix_spawnattr_setpgroup.c18 #include <sys/stat.h>
/third_party/musl/libc-test/src/functionalext/supplement/regex/
H A Dglob.c17 #include <sys/stat.h>
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dmkdirat.c16 #include <sys/stat.h>
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_umask_test.cpp3 #include <sys/stat.h>
/third_party/rust/crates/libc/src/unix/newlib/
H A Dgeneric.rs8 pub struct stat { structure names
/third_party/spirv-tools/utils/
H A Droll_deps.sh45 if [[ $(git diff --stat) != '' ]]; then
/third_party/toybox/generated/
H A Dglobals.h402 // 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 Dstatfs.rs731 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 Ddebuginfod-client.c92 #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 Dpassthrough_hp.cc220 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 Dpassthrough_ll.c204 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 Dwasi.rs160 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 Dlib.c171 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 Dlowntfs-3g.c418 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 Dgetphdrnum.c8 #include <sys/stat.h>
/third_party/eudev/src/mtd_probe/
H A Dmtd_probe.c28 #include <sys/stat.h>
/third_party/curl/docs/examples/
H A Dhttpput-postfields.c30 #include <sys/stat.h>
/third_party/cups-filters/scripting/php/
H A Dphpcups.h24 # include <sys/stat.h>
/third_party/libsnd/src/
H A Dsf_unistd.h21 #include <sys/stat.h>
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_device.c30 #include <sys/stat.h>
/third_party/libdrm/freedreno/msm/
H A Dmsm_device.c30 #include <sys/stat.h>

Completed in 25 milliseconds

1...<<21222324252627282930>>...95