Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/coreutils/
Did.c120 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/
Dlibnetlink.h30 #define rtnl_talk(rtnl, n, peer, groups, answer, junk, jarg) \ argument
33 unsigned groups, struct nlmsghdr *answer,
Dlibnetlink.c229 pid_t peer, unsigned groups, in rtnl_talk() argument
236 #define groups 0 in rtnl_talk() macro
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c547 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/
Ddecompress_bunzip2.c108 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/
Dmkfs_ext2.txt9 this affects inode table in block groups
Dmount.c910 typedef struct groupnode *groups; typedef
914 groups gr_next;
922 groups ex_groups;
/busybox-1.35.0/shell/
Dhush_doc.txt21 "groups" are created implicitly, e.g. every control
DREADME.job25 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/
DNOFORK_NOEXEC.lst161 groups - noexec