Searched refs:st_uid (Results 226 - 250 of 250) sorted by relevance
12345678910
/third_party/mksh/ |
H A D | funcs.c | 2978 (uid_t)b1.st_uid == ksheuid); in test_eval()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 240 pub st_uid: ::uid_t,
|
/third_party/python/Lib/ |
H A D | tarfile.py | 2099 tarinfo.uid = statres.st_uid
|
/third_party/libuv/src/win/ |
H A D | fs.c | 1794 statbuf->st_uid = 0; in fs__stat_handle()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1844 statbuf->st_uid = 0; in fs__stat_handle()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 146 pub st_uid: ::uid_t,
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 668 pub st_uid: ::uid_t,
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 722 self.assertEqual(stat.st_uid, uid)
|
H A D | test_pathlib.py | 1980 uid = p.stat().st_uid
|
H A D | test_shutil.py | 1765 self.assertEqual(uid, s.st_uid)
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 312 pub st_uid: ::uid_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4882 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 D | general.rs | 5017 pub st_uid: __kernel_uid_t, 5041 pub st_uid: __kernel_uid_t,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 5102 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 D | general.rs | 5072 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 D | general.rs | 4767 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 D | general.rs | 4776 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 D | general.rs | 4740 pub st_uid: crate::ctypes::c_uint,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4738 pub st_uid: crate::ctypes::c_uint,
|
/third_party/eudev/ |
H A D | configure | 17697 return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4953 pub st_uid: __kernel_uid_t,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 4798 pub st_uid: crate::ctypes::c_uint,
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 2120 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 D | mod.rs | 302 pub st_uid: ::uid_t,
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 364 milliseconds
12345678910