HomeSort by relevance Sort by last modified time
    Searched refs:gid_t (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/openssh/openbsd-compat/
bsd-setres_id.h 18 int setresgid(gid_t, gid_t, gid_t);
bsd-getpeereid.c 28 getpeereid(int s, uid_t *euid, gid_t *gid)
47 getpeereid(int s, uid_t *euid, gid_t *gid)
64 getpeereid(int s, uid_t *euid, gid_t *gid)
  /external/ltp/testcases/kernel/syscalls/utils/
compat_gid.h 29 typedef __kernel_old_gid_t GID_T;
30 int GID_SIZE_CHECK(gid_t gid)
40 typedef gid_t GID_T;
41 int GID_SIZE_CHECK(gid_t gid LTP_ATTRIBUTE_UNUSED)
  /bionic/libc/bionic/
setegid.cpp 31 int setegid(gid_t egid) {
initgroups.c 35 initgroups (const char *user, gid_t group)
37 gid_t groups0[ INIT_GROUPS ];
38 gid_t* groups = groups0;
chown.cpp 34 int chown(const char* path, uid_t uid, gid_t gid) {
lchown.cpp 34 int lchown(const char* path, uid_t uid, gid_t gid) {
  /external/openssh/
groupaccess.h 30 int ga_init(const char *, gid_t);
  /bionic/libc/include/
grp.h 44 gid_t gr_gid; /* group id */
50 struct group* getgrgid(gid_t __gid);
58 int getgrgid_r(gid_t __gid, struct group* __group, char* __buf, size_t __n, struct group** __result) __INTRODUCED_IN(24);
60 int getgrouplist(const char* __user, gid_t __group, gid_t* __groups, int* __group_count);
61 int initgroups(const char* __user, gid_t __group);
  /bionic/tests/headers/posix/
grp_h.c 36 STRUCT_MEMBER(struct group, gid_t, gr_gid);
39 TYPE(gid_t);
44 FUNCTION(getgrgid, struct group* (*f)(gid_t));
45 FUNCTION(getgrgid_r, int (*f)(gid_t, struct group*, char*, size_t, struct group**));
sys_ipc_h.c 36 STRUCT_MEMBER(struct ipc_perm, gid_t, gid);
38 STRUCT_MEMBER(struct ipc_perm, gid_t, cgid);
46 TYPE(gid_t);
  /external/compiler-rt/test/msan/Linux/
getresid.cc 18 gid_t gids[6];
19 assert(0 == __msan_test_shadow(gids, 6 * sizeof(gid_t)));
22 assert(sizeof(gid_t) ==
23 __msan_test_shadow(gids + 2 * i, 2 * sizeof(gid_t)));
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 132 int chown(const char *, uid_t, gid_t);
141 gid_t getegid(void);
143 gid_t getgid(void);
144 int getgroups(int, gid_t []);
150 int setgid(gid_t);
164 int setegid(gid_t);
182 int fchown(int, uid_t, gid_t);
186 int lchown(const char *, uid_t, gid_t);
190 int setregid(gid_t, gid_t);
    [all...]
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid01.c 25 static gid_t gid, egid; /* current real and effective group id */
26 static gid_t neg_one = -1;
29 gid_t *arg1;
30 gid_t *arg2;
  /bionic/libc/include/sys/
fsuid.h 59 int setfsgid(gid_t __gid) __INTRODUCED_IN(21);
  /external/libbrillo/brillo/
userdb_utils.h 22 const std::string& user, uid_t* uid, gid_t* gid) WARN_UNUSED_RESULT;
27 const std::string& group, gid_t* gid) WARN_UNUSED_RESULT;
  /external/minijail/test/
libminijail_test.cpp 26 gid_t groups[] = {kSystemUid + 1, kSystemUid + 2};
28 size_t getgroups_with_alloc(gid_t** plist) {
41 *plist = (gid_t*)calloc((size_t)nsupp_groups, sizeof(gid_t));
59 gid_t rgid = getgid();
67 bool check_groups(size_t expected_size, gid_t* expected_list) {
70 gid_t* actual_list;
99 gid_t rgid, egid, sgid;
106 gid_t* list;
  /external/minijail/examples/
drop_privs.cpp 24 gid_t groups[] = { 1001, 1002 };
28 gid_t rgid, egid, sgid;
44 gid_t *list = (gid_t*)calloc((size_t)nsupp_groups, sizeof(gid_t));
  /external/strace/linux/
asm_stat.h 5 # undef gid_t macro
16 # define gid_t __kernel_gid_t macro
29 # undef gid_t macro
40 # define gid_t gid_t macro
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/
rpc_authunix_create.c 59 gid_t groups[NGROUPS_MAX];
60 gid_t *aup_gids;
62 gid_t gid;
  /device/google/cuttlefish_common/common/libs/utils/
users.cpp 31 gid_t GroupIdFromName(const std::string& group_name) {
58 std::vector<gid_t> GetSuplementaryGroups() {
65 std::vector<gid_t> groups(num_groups + 1);
78 if (gid == static_cast<gid_t>(-1)) {
  /external/e2fsprogs/include/mingw/linux/
types.h 26 typedef __u32 gid_t; typedef
  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat.h 30 gid_t group, int flags)
  /external/python/cpython2/Modules/
posixmodule.h 15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t); variable
  /external/python/cpython3/Modules/
posixmodule.h 16 PyAPI_FUNC(PyObject *) _PyLong_FromGid(gid_t); variable

Completed in 2528 milliseconds

1 2 3 4 5 6 7 8 91011