Home
last modified time | relevance | path

Searched refs:gid_t (Results 101 - 125 of 561) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_root.c48 inode->i_gid = KGIDT_INIT((gid_t)1000); in fill_device_local_inode()
88 inode->i_gid = KGIDT_INIT((gid_t)1000); in fill_device_inode_remote()
119 inode->i_gid = KGIDT_INIT((gid_t)1000); in fill_device_inode_cloud()
314 inode->i_gid = KGIDT_INIT((gid_t)1000); in fill_device_inode()
367 inode->i_gid = KGIDT_INIT((gid_t)1000); in fill_root_inode()
/third_party/ltp/include/
H A Dtst_safe_macros.h117 gid_t rgid, gid_t egid);
129 gid_t rgid, gid_t egid, gid_t sgid);
154 int safe_setgroups(const char *file, const int lineno, size_t size, const gid_t *list);
159 int safe_getgroups(const char *file, const int lineno, int size, gid_t list[]);
563 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid);
/third_party/musl/src/passwd/
H A Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c34 static gid_t nobody_gid, free_gid;
50 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c32 static gid_t nobody_gid, free_gid;
48 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test()
/third_party/musl/libc-test/src/api/
H A Dsys_stat.c15 T(gid_t) in f()
30 F(gid_t, st_gid) in f()
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c1134 static BOOL staticgroupmember(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid) in staticgroupmember()
1138 gid_t *groups; in staticgroupmember()
1167 static BOOL groupmember(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid) in groupmember()
1173 gid_t pr_egid; /* effective group id */ in groupmember()
1174 gid_t pr_rgid; /* real group id */ in groupmember()
1175 gid_t pr_sgid; /* saved group id (from exec) */ in groupmember()
1177 gid_t pr_groups[1]; /* array of supplementary groups */ in groupmember()
1182 gid_t groups[readset]; in groupmember()
1187 gid_t *p; in groupmember()
1216 readset*sizeof(gid_t)); in groupmember()
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs34 pub type gid_t = ::c_ushort; types
37 pub type gid_t = i32; types
40 pub type gid_t = u32; types
58 pub gr_gid: ::gid_t,
814 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown()
819 group: ::gid_t, in fchownat()
860 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown()
865 pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in lchown()
890 pub fn getegid() -> gid_t; in getegid()
892 pub fn getgid() -> gid_t; in getgid()
[all...]
/third_party/musl/src/unistd/
H A Dgetegid.c4 gid_t getegid(void) in getegid()
H A Dgetgid.c4 gid_t getgid(void) in getgid()
H A Dgetgroups.c4 int getgroups(int count, gid_t list[]) in getgroups()
H A Dsetgid.c5 int setgid(gid_t gid) in setgid()
H A Dsetegid.c8 int setegid(gid_t egid) in setegid()
H A Dfchownat.c4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat()
/third_party/musl/src/linux/
H A Dsetfsgid.c4 int setfsgid(gid_t gid) in setfsgid()
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstd.h29 typedef unsigned int gid_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfsuid.h14 int setfsgid(gid_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfsuid.h14 int setfsgid(gid_t);
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dsetegid.c6 int setegid(gid_t egid) in setegid()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfsuid.h14 int setfsgid(gid_t);
/third_party/musl/include/sys/
H A Dfsuid.h14 int setfsgid(gid_t);
/third_party/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid01.c17 static gid_t gid;
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetegid.c28 gid_t egid = getegid(); in getegid_0100()
H A Dgetgid.c28 gid_t gid = getgid(); in getgid_0100()
/kernel/linux/linux-5.10/fs/
H A Dinternal.h141 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group,
143 int chown_common(const struct path *path, uid_t user, gid_t group);

Completed in 14 milliseconds

12345678910>>...23