/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | the_nilfs.h | 172 gid_t ns_resgid;
|
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 79 gid_t gid; in create_and_enter_userns()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | socket.h | 83 gid_t gid;
|
/third_party/eudev/src/libudev/ |
H A D | libudev-private.h | 46 gid_t udev_device_get_devnode_gid(struct udev_device *udev_device);
|
/third_party/eudev/src/shared/ |
H A D | macro.h | 241 #define GID_INVALID ((gid_t) -1)
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.h | 302 int, int, int, uid_t, gid_t, int);
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.h | 95 gid_t gid; /* group ID of owner */
|
/third_party/ltp/lib/ |
H A D | tst_safe_file_at.c | 203 const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) in safe_fchownat()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 244 typedef unsigned gid_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | alltypes.h | 247 typedef unsigned gid_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 309 typedef unsigned gid_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | alltypes.h | 244 typedef unsigned gid_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 244 typedef unsigned gid_t; typedef
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 47 static gid_t nobody_gid;
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 64 pub st_gid: ::gid_t,
|
/third_party/toybox/toys/pending/ |
H A D | mdev.c | 45 gid_t gid = 0; in make_device()
|
/third_party/python/Modules/ |
H A D | grpmodule.c | 116 gid_t gid; in grp_getgrgid_impl()
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_other.c | 271 int chown(const char *pathname, uid_t owner, gid_t group) in chown() 281 if (group != (gid_t)-1) { in chown()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 39 pub gid: ::gid_t, 41 pub cgid: ::gid_t,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 150 gid_t fs_st_gid; 180 time_t MTime, uid_t UID, gid_t GID, off_t Size) in file_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_unix.c | 340 gid_t groups[] = { ANDROID_SETGROUPS_OVERRIDE }; in os_program_init() 342 gid_t groups[] = { AID_INET, AID_WIFI, AID_KEYSTORE }; in os_program_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_unix.c | 348 gid_t groups[] = { ANDROID_SETGROUPS_OVERRIDE }; in os_program_init() 350 gid_t groups[] = { AID_INET, AID_WIFI, AID_KEYSTORE }; in os_program_init()
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 2437 int SysFchownat(int fd, const char *path, uid_t owner, gid_t group, int flag) in SysFchownat() 2454 if (group != (gid_t)-1) { in SysFchownat() 2470 int SysFchown(int fd, uid_t owner, gid_t group) in SysFchown() 2492 if (group != (gid_t)-1) { in SysFchown() 2504 int SysChown(const char *pathname, uid_t owner, gid_t group) in SysChown()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 69 pub pw_gid: ::gid_t, 198 pub gid: ::gid_t, 200 pub cgid: ::gid_t, 268 pub st_gid: ::gid_t, 290 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 147 pub st_gid: ::gid_t, 219 pub cr_groups: [::gid_t; 16], 316 pub kp_groups: [::gid_t; NGROUPS], 319 pub kp_rgid: ::gid_t, 320 pub kp_svgid: ::gid_t,
|