/third_party/musl/src/unistd/ |
H A D | setgid.c | 5 int setgid(gid_t gid) in setgid() argument
|
H A D | chown.c | 5 int chown(const char *path, uid_t uid, gid_t gid) in chown() argument
|
H A D | lchown.c | 6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
|
H A D | fchown.c | 6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() argument
|
H A D | fchownat.c | 4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat() argument
|
/third_party/musl/src/linux/ |
H A D | setfsgid.c | 4 int setfsgid(gid_t gid) in setfsgid() argument
|
/third_party/musl/porting/liteos_a/user/src/unistd/ |
H A D | lchown.c | 6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
|
/third_party/ltp/testcases/kernel/syscalls/setgid/ |
H A D | setgid01.c | 17 static gid_t gid; variable
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_gid.h | 30 int GID_SIZE_CHECK(gid_t gid) in GID_SIZE_CHECK() argument
|
/third_party/pulseaudio/src/daemon/ |
H A D | caps.c | 50 gid_t gid; in pa_drop_root() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr_roce_cm.h | 42 static inline u32 qedr_get_ipv4_from_gid(const u8 *gid) in qedr_get_ipv4_from_gid() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | mcg.c | 42 void *gid; in mlx5_core_attach_mcg() local 55 void *gid; in mlx5_core_detach_mcg() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | mcg.c | 41 void *gid; in mlx5_core_attach_mcg() local 54 void *gid; in mlx5_core_detach_mcg() local
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | qedr_roce_cm.h | 42 static inline u32 qedr_get_ipv4_from_gid(const u8 *gid) in qedr_get_ipv4_from_gid() argument
|
/third_party/eudev/src/shared/ |
H A D | mkdir-label.c | 33 int mkdir_safe_label(const char *path, mode_t mode, uid_t uid, gid_t gid) { in mkdir_safe_label() argument
|
H A D | dev-setup.c | 34 int dev_setup(const char *prefix, uid_t uid, gid_t gid) { in dev_setup() argument
|
/third_party/musl/src/misc/ |
H A D | initgroups.c | 5 int initgroups(const char *user, gid_t gid) in initgroups() argument
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown01.c | 20 static int uid, gid; variable 25 FILENAME, uid, gid); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/setfsgid/ |
H A D | setfsgid01.c | 33 gid_t gid; in run() local 39 TST_EXP_VAL(SETFSGID(nobody_gid), gid); in run() local
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | syscall.c | 42 gid_t gid; in syscall_0200() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | getgid.c | 28 gid_t gid = getgid(); in getgid_0100() local
|
H A D | setgid.c | 27 uid_t gid = 0; in setgid_0100() local
|
/third_party/skia/third_party/externals/freetype/tests/issue-1063/ |
H A D | main.c | 37 FT_UInt gid = FT_Get_Char_Index( face, i ); in main() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sock_flags_kern.c | 15 __u32 gid = gid_uid >> 32; in bpf_prog1() local
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_credentials_pri.h | 45 UINT32 gid; member
|