Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 40) sorted by relevance

12

/busybox-1.35.0/libpwdgrp/
Duidgid_get.c34 struct group *gr; in get_uidgid()
35 char *user, *group; in get_uidgid() local
39 group = strchr(ug, ':'); in get_uidgid()
40 if (group) { in get_uidgid()
41 int sz = (++group) - ug; in get_uidgid()
63 if (group) { in get_uidgid()
64 n = bb_strtou(group, NULL, 10); in get_uidgid()
69 gr = getgrnam(group); in get_uidgid()
91 char *group; in parse_chown_usergroup_or_die() local
96 group = strchr(user_group, '.'); /* deprecated? */ in parse_chown_usergroup_or_die()
[all …]
Dpwd_grp.c80 offsetof(struct group, gr_name), /* 0 S */
81 offsetof(struct group, gr_passwd), /* 1 s */
82 offsetof(struct group, gr_gid), /* 2 I */
83 offsetof(struct group, gr_mem) /* 3 m (char **) */
85 sizeof(GR_DEF)-1, sizeof(struct group)
292 ((struct group *)result)->gr_mem = members; in convert_to_struct()
460 struct group* FAST_FUNC getgrnam(const char *name) in getgrnam()
468 struct group* FAST_FUNC getgrgid(gid_t id) in getgrgid()
516 struct group group; in getgrouplist_internal() local
517 if (!convert_to_struct(db, buf, &group)) in getgrouplist_internal()
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dcompound.right1 new group
9 new group
10 new group
Dcompound.tests1 echo new group
14 echo new group
17 echo new group
/busybox-1.35.0/shell/ash_test/ash-misc/
Dcompound.right1 new group
9 new group
10 new group
Dcompound.tests1 echo new group
14 echo new group
17 echo new group
/busybox-1.35.0/testsuite/
Dcpio.tests30 group=$(id -g)
43 -rw-r--r-- 2 $user $group 0 x
44 -rw-r--r-- 2 $user $group 0 y
81 -rw-r--r-- 2 $user $group 0 empty
82 -rw-r--r-- 2 $user $group 0 empty1
83 -rw-r--r-- 2 $user $group 2 nonempty
84 -rw-r--r-- 2 $user $group 2 nonempty1
85 -rw-r--r-- 1 $user $group 0 solo
134 $user/$group
/busybox-1.35.0/libbb/
Dbb_pwd.c25 struct group* FAST_FUNC xgetgrnam(const char *name) in xgetgrnam()
27 struct group *gr = getgrnam(name); in xgetgrnam()
42 struct group* FAST_FUNC xgetgrgid(gid_t gid) in xgetgrgid()
44 struct group *gr = getgrgid(gid); in xgetgrgid()
59 struct group *gr = xgetgrgid(gid); in xgid2group()
71 struct group *gr = getgrgid(gid); in gid2group()
97 struct group *mygroup; in xgroup2gid()
/busybox-1.35.0/loginutils/
Daddgroup.c50 static void xgroup_study(struct group *g) in xgroup_study()
92 static void new_group(char *group, gid_t gid) in new_group() argument
94 struct group gr; in new_group()
99 gr.gr_name = group; in new_group()
104 if (update_passwd(bb_path_group_file, group, p, NULL) < 0) in new_group()
125 update_passwd(bb_path_gshadow_file, group, "!::", NULL); in new_group()
171 struct group *gr; in addgroup_main()
DConfig.src17 bool "Use internal password and group functions rather than system functions"
21 and group functions. And if you are using the GNU C library
24 order for the password and group functions to work. This generally
28 system's /etc/password, /etc/group files (and your system will be
36 (e.g. if user/group database is NOT stored in /etc/passwd etc),
Ddeluser.c111 struct group *gr; in deluser_main()
DREADME22 Getty should establish a new session and process group, and ensure
39 fails in process group leader. The workaround is to run it as a child
57 ??? Should login establish a new session and/or process group, and ensure
/busybox-1.35.0/archival/libarchive/
Dheader_verbose_list.c18 char *group; in header_verbose_list() local
27 group = file_header->tar__gname; in header_verbose_list()
28 if (group == NULL) { in header_verbose_list()
30 group = utoa(file_header->gid); in header_verbose_list()
35 group, in header_verbose_list()
/busybox-1.35.0/networking/
Dtunctl.c70 long user = -1, group = -1; in tunctl_main() local
112 group = xgroup2gid(opt_group); in tunctl_main()
113 IOCTL(fd, TUNSETGROUP, (void *)(uintptr_t)group); in tunctl_main()
129 if (group != -1) in tunctl_main()
130 printf(" gid %ld", group); in tunctl_main()
/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.sh11 ${PREFIX}gcc $STATIC --start-group ssl_helper.o -lm wolfssl-*/src/.libs/libwolfssl.a --end-group -o…
/busybox-1.35.0/include/
Dgrp_.h46 struct group* FAST_FUNC getgrgid(gid_t __gid);
49 struct group* FAST_FUNC getgrnam(const char *__name);
/busybox-1.35.0/util-linux/
Dmkfs_ext2.txt31 Blocks per group: 32768 Blocks per group: 3…
32 Fragments per group: 32768 Fragments per group: 3…
33 Inodes per group: 7104 Inodes per group: 7…
34 Inode blocks per group: 222 Inode blocks per group: 4…
44 Reserved blocks gid: 0 (group root) Reserved blocks gid: 0…
/busybox-1.35.0/miscutils/
Dmakedevs.c211 char group[41]; in makedevs_main() local
220 &name_len, &type, &mode, user, group, in makedevs_main()
229 gid = (*group) ? get_ug_id(group, xgroup2gid) : getgid(); in makedevs_main()
/busybox-1.35.0/shell/
DREADME.job21 get our pprocess group
23 Each process group is a member of a session and each process is a member
24 of the session of which its process group is a member.
27 process group as the terminal are foreground and may read, while others
31 the process group of the control terminal.
35 group of the controlling terminal.
36 If the exit of the process causes a process group to become orphaned,
37 and if any member of the newly-orphaned process group is stopped, then a SIGHUP
39 in the newly-orphaned process group.
42 move ourself to our own process group
[all …]
Dhush_doc.txt19 as one pipe struct with one progs[0] element which is a "group" -
22 statement (if, while, etc) sits inside its own group.
37 prog 0 group {}:
45 Above you see that if is a list, and it sits in a {} group
51 prog 0 group {}:
54 prog 0 group {}:
63 prog 0 group {}:
91 prog 0 group {}:
/busybox-1.35.0/procps/
Dps.posix28 Write information for processes whose real group ID numbers are
106 rgroup The real group ID of the process. This shall be the textual
107 group ID, if it can be obtained and the field width permits, or
110 group The effective group ID of the process. This shall be the textual
111 group ID, if it can be obtained and the field width permits, or
118 pgid The decimal value of the process group ID.
165 group GROUP time TIME
/busybox-1.35.0/docs/
Dtar_pax.txt76 The group ID of the group that owns the file, expressed as a
80 extended header record for each file whose group ID is greater
84 The group of the file(s), formatted as a group name in the
85 group database. This record shall override the gid and gname
89 the character set appropriate for the group database on the
94 file whose group name cannot be represented entirely with the
DSerial-Programming-HOWTO.txt38 8.3.1 Get the foreground group process id.
39 8.3.2 Set the foreground process group id of a terminal.
40 8.3.3 Get process group id.
374 monitor or to change the process group to which the device is
377 8.3.1. Get the foreground group process id.
379 If there is no foreground group, a number not representing an existing
380 process group is returned. On error, a -1 is returned and errno is
386 8.3.2. Set the foreground process group id of a terminal.
394 8.3.3. Get process group id.
/busybox-1.35.0/testsuite/tar/
Dtar_with_link_with_size25 lrwxrwxrwx user/group 0 2008-07-19 15:02:37 firmware-372/sources/native/bin/chroot-setup.sh…
26 -rwxr-xr-x user/group 512 2008-07-19 15:02:37 firmware-372/sources/native/bin/qemu-setup.sh"
/busybox-1.35.0/findutils/
Dfind.c480 IF_FEATURE_FIND_GROUP( ACTS(group, gid_t gid;))
864 ACTF(group) in ACTF() argument
1091 action ***group = &ppl->appp[ppl->cur_group]; in alloc_action() local
1092 *group = app = xrealloc(*group, (ppl->cur_action+2) * sizeof(ppl->appp[0][0])); in alloc_action()
1563 ap = ALLOC_ACTION(group); in parse_params()

12