/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 192 pub gid: ::gid_t, 3349 pub fn setfsgid(gid: ::gid_t) -> ::c_int; in setfsgid() 3353 gid: ::gid_t, in getgrgid_r() 3399 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid() 3402 group: ::gid_t, in getgrouplist() 3403 groups: *mut ::gid_t, in getgrouplist() 3406 pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; in initgroups()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 509 gid_t gid = 0; in lws_struct_sq3_open()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 92 typedef int gid_t; typedef
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 559 lws_get_effective_uid_gid(struct lws_context *context, uid_t *uid, gid_t *gid);
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 724 info.gid = (gid_t)-1; in main()
|
/third_party/libfuse/example/ |
H A D | passthrough_fh.c | 311 static int xmp_chown(const char *path, uid_t uid, gid_t gid, in xmp_chown()
|
H A D | passthrough.c | 234 static int xmp_chown(const char *path, uid_t uid, gid_t gid, in xmp_chown()
|
H A D | passthrough_hp.cc | 250 gid_t gid = (valid & FUSE_SET_ATTR_GID) ? attr->st_gid : static_cast<gid_t>(-1); in do_setattr()
|
H A D | passthrough_ll.c | 238 gid_t gid = (valid & FUSE_SET_ATTR_GID) ? in lo_setattr() 239 attr->st_gid : (gid_t) -1; in lo_setattr()
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 560 gid_t user_gr = 0; in set_user()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_unistd.cpp | 230 gid_t gid; in Bm_function_Getegid()
|
/third_party/pulseaudio/src/modules/ |
H A D | ohos_module-protocol-stub.c | 314 if (pa_make_secure_parent_dir(u->socket_path, pa_in_system_mode() ? 0755U : 0700U, (uid_t)-1, (gid_t)-1, false) < 0) { in pa__init()
|
H A D | module-protocol-stub.c | 314 if (pa_make_secure_parent_dir(u->socket_path, pa_in_system_mode() ? 0755U : 0700U, (uid_t)-1, (gid_t)-1, false) < 0) { in pa__init()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 98 gid_t gid;
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 114 gid_t gid;
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 377 pub type RawGid = c::gid_t;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.h | 63 gid_t ctrl_iface_group;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 59 gid_t ctrl_iface_group;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 83 pub pw_gid: ::gid_t, 447 pub gid: ::gid_t, 4052 pub fn setfsgid(gid: ::gid_t) -> ::c_int; in setfsgid() 4247 gid: ::gid_t, in getgrgid_r() 4263 pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; in initgroups() 4290 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid() 4293 group: ::gid_t, in getgrouplist() 4294 groups: *mut ::gid_t, in getgrouplist()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 113 static gid_t oldfsgid; 1243 gid_t gid = getgid(); in recheck_ENOTCONN_as_owner()
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 35 pub type gid_t = u32; types 166 pub st_gid: gid_t,
|
/third_party/toybox/lib/ |
H A D | lib.c | 1289 struct group *bufgetgrgid(gid_t gid) in bufgetgrgid() 1361 char *getgroupname(gid_t gid) in getgroupname()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 159 pub pw_gid: ::gid_t, 206 pub st_gid: ::gid_t,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 493 gid_t gid = 0; in wpas_ctrl_iface_open_sock() 1217 gid_t gid = 0; in wpas_global_ctrl_iface_open_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 503 gid_t gid = 0; in wpas_ctrl_iface_open_sock() 1283 gid_t gid = 0; in wpas_global_ctrl_iface_open_sock()
|