Searched refs:getgrgid (Results 1 – 22 of 22) sorted by relevance
/external/toybox/toys/pending/ |
D | ipcs.c | 229 if ((gr = getgrgid(buf.shm_perm.cgid))) printf(" %-10s", gr->gr_name); in shm_array() 233 if ((gr = getgrgid(buf.shm_perm.gid))) printf(" %-10s\n", gr->gr_name); in shm_array() 321 if ((gr = getgrgid(buf.sem_perm.cgid))) printf(" %-10s", gr->gr_name); in sem_array() 325 if ((gr = getgrgid(buf.sem_perm.gid))) printf(" %-10s\n", gr->gr_name); in sem_array() 406 if ((gr = getgrgid(buf.msg_perm.cgid))) printf(" %-10s", gr->gr_name); in msg_array() 410 if ((gr = getgrgid(buf.msg_perm.gid))) printf(" %-10s\n", gr->gr_name); in msg_array()
|
D | groupadd.c | 44 if (getgrgid(TT.gid)) error_exit("group '%ld' is in use", TT.gid); 49 while (getgrgid(TT.gid)) TT.gid++;
|
D | useradd.c | 102 while (getgrgid(TT.gid)) TT.gid++;
|
D | tcpsvd.c | 212 if (!(grp = getgrgid(n))) perror_exit("Invalid group '%s'",group); in get_uidgid()
|
D | tar.c | 244 if ((gr = getgrgid(st->st_gid))) in add_file()
|
/external/e2fsprogs/include/nonunix/ |
D | grp.h | 16 #define getgrgid(i) NULL macro
|
/external/openssh/ |
D | groupaccess.c | 74 if ((gr = getgrgid(groups_bygid[i])) != NULL) in ga_init()
|
/external/openssh/openbsd-compat/ |
D | pwcache.c | 102 if ((gr = getgrgid(gid)) == NULL) { in group_from_gid()
|
/external/iptables/extensions/ |
D | libxt_owner.c | 314 struct group *grp = getgrgid(info->gid); in owner_mt_print_item_v0() 363 struct group *grp = getgrgid(info->gid); in owner_mt6_print_item_v0() 416 const struct group *grp = getgrgid(info->gid_min); in owner_mt_print_item()
|
/external/toybox/toys/posix/ |
D | id.c | 138 if (!(grp = getgrgid(groups[i]))) perror_msg(0); in do_id()
|
D | find.c | 283 if (check) if (getgrgid(new->st.st_gid)) test = 0; in do_find()
|
D | ls.c | 121 struct group *gr = getgrgid(gid); in getgroupname()
|
/external/toybox/toys/other/ |
D | stat.c | 147 TT.group_name = getgrgid(stat->st_gid); in stat_main()
|
/external/toybox/lib/ |
D | xwrap.c | 474 struct group *group = getgrgid(gid); in xgetgrgid() 505 if (!errno && s && !*s) gr = getgrgid(gid); in xgetgrnamid()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 43 gr = getgrgid (gid); in print_group()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 1226 group_info_ptr = ::getgrgid (gid); in GetGroupName()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 240 gp = getgrgid(ent_pw->pw_gid); in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 543 group = getgrgid(inode->gid); in print_filename()
|
D | mksquashfs.c | 4905 struct group *group = getgrgid(id_table[i]->id); in write_filesystem_tables()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1168 INTERCEPTOR(__sanitizer_group *, getgrgid, u32 gid) { 1170 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid, gid); 1171 __sanitizer_group *res = REAL(getgrgid)(gid); 1179 COMMON_INTERCEPT_FUNCTION(getgrgid);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1863 fun:getgrgid=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 693 PUBLIC a8f10 0 getgrgid
|