Searched refs:groups (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | id.c | 120 static int get_groups(const char *username, gid_t rgid, gid_t *groups, int *n) in get_groups() argument 128 m = getgrouplist(username, rgid, groups, n); in get_groups() 136 *n = getgroups(*n, groups); in get_groups() 141 *n = getgroups(0, groups); /* get needed *n */ in get_groups() 196 gid_t *groups; in id_main() local 216 groups = xmalloc(64 * sizeof(groups[0])); in id_main() 218 if (get_groups(username, rgid, groups, &n) < 0) { in id_main() 220 groups = xrealloc(groups, n * sizeof(groups[0])); in id_main() 221 get_groups(username, rgid, groups, &n); in id_main() 227 if (opt && (groups[i] == rgid || groups[i] == egid)) in id_main() [all …]
|
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.h | 30 #define rtnl_talk(rtnl, n, peer, groups, answer, junk, jarg) \ argument 33 unsigned groups, struct nlmsghdr *answer,
|
D | libnetlink.c | 229 pid_t peer, unsigned groups, in rtnl_talk() argument 236 #define groups 0 in rtnl_talk() macro
|
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 547 int FAST_FUNC getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() argument 554 memcpy(groups, group_list, ngroups_old * sizeof(groups[0])); in getgrouplist()
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_bunzip2.c | 108 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ member 316 hufGroup = bd->groups + j; in get_next_block() 398 hufGroup = bd->groups + ngrp; in get_next_block()
|
/busybox-1.35.0/util-linux/ |
D | mkfs_ext2.txt | 9 this affects inode table in block groups
|
D | mount.c | 910 typedef struct groupnode *groups; typedef 914 groups gr_next; 922 groups ex_groups;
|
/busybox-1.35.0/shell/ |
D | hush_doc.txt | 21 "groups" are created implicitly, e.g. every control
|
D | README.job | 25 Process groups are used for distribution of signals, and by terminals 29 by programs (shells) to create process groups in implementing job control.
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 161 groups - noexec
|