Home
last modified time | relevance | path

Searched refs:st_uid (Results 226 - 250 of 250) sorted by relevance

12345678910

/third_party/mksh/
H A Dfuncs.c2978 (uid_t)b1.st_uid == ksheuid); in test_eval()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs240 pub st_uid: ::uid_t,
/third_party/python/Lib/
H A Dtarfile.py2099 tarinfo.uid = statres.st_uid
/third_party/libuv/src/win/
H A Dfs.c1794 statbuf->st_uid = 0; in fs__stat_handle()
/third_party/node/deps/uv/src/win/
H A Dfs.c1844 statbuf->st_uid = 0; in fs__stat_handle()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs146 pub st_uid: ::uid_t,
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs668 pub st_uid: ::uid_t,
/third_party/python/Lib/test/
H A Dtest_posix.py722 self.assertEqual(stat.st_uid, uid)
H A Dtest_pathlib.py1980 uid = p.stat().st_uid
H A Dtest_shutil.py1765 self.assertEqual(uid, s.st_uid)
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs312 pub st_uid: ::uid_t,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4882 pub st_uid: __kernel_uid_t,
4905 pub st_uid: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs5017 pub st_uid: __kernel_uid_t,
5041 pub st_uid: __kernel_uid_t,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5102 pub st_uid: crate::ctypes::c_ushort,
5123 pub st_uid: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5072 pub st_uid: __kernel_uid_t,
5090 pub st_uid: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4767 pub st_uid: crate::ctypes::c_uint,
4789 pub st_uid: crate::ctypes::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4776 pub st_uid: crate::ctypes::c_uint,
4798 pub st_uid: crate::ctypes::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4740 pub st_uid: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4738 pub st_uid: crate::ctypes::c_uint,
/third_party/eudev/
H A Dconfigure17697 return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4953 pub st_uid: __kernel_uid_t,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4798 pub st_uid: crate::ctypes::c_uint,
/third_party/python/Modules/
H A Dposixmodule.c2120 or via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.\n\
2132 {"st_uid", "user ID of owner"},
2435 PyStructSequence_SET_ITEM(v, 4, _PyLong_FromUid(st->st_uid)); in _pystat_fromstructstat()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs302 pub st_uid: ::uid_t,
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 364 milliseconds

12345678910