Home
last modified time | relevance | path

Searched refs:gid_t (Results 376 - 400 of 573) sorted by relevance

1...<<11121314151617181920>>...23

/kernel/linux/linux-6.6/fs/nilfs2/
H A Dthe_nilfs.h172 gid_t ns_resgid;
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c79 gid_t gid; in create_and_enter_userns()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h83 gid_t gid;
/third_party/eudev/src/libudev/
H A Dlibudev-private.h46 gid_t udev_device_get_devnode_gid(struct udev_device *udev_device);
/third_party/eudev/src/shared/
H A Dmacro.h241 #define GID_INVALID ((gid_t) -1)
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.h302 int, int, int, uid_t, gid_t, int);
/third_party/lzma/CPP/Windows/
H A DFileFind.h95 gid_t gid; /* group ID of owner */
/third_party/ltp/lib/
H A Dtst_safe_file_at.c203 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 Dalltypes.h244 typedef unsigned gid_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h247 typedef unsigned gid_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h309 typedef unsigned gid_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h244 typedef unsigned gid_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h244 typedef unsigned gid_t; typedef
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c47 static gid_t nobody_gid;
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs64 pub st_gid: ::gid_t,
/third_party/toybox/toys/pending/
H A Dmdev.c45 gid_t gid = 0; in make_device()
/third_party/python/Modules/
H A Dgrpmodule.c116 gid_t gid; in grp_getgrgid_impl()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c271 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 Dhexagon.rs39 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 DFileSystem.h150 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 Dos_unix.c340 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 Dos_unix.c348 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 Dfs_syscall.c2437 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 Dmod.rs69 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 Dmod.rs147 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,

Completed in 32 milliseconds

1...<<11121314151617181920>>...23