HomeSort by relevance Sort by last modified time
    Searched full:groupadd (Results 1 - 19 of 19) sorted by null

  /external/toybox/tests/
groupdel.test 13 testing "groupadd group_name (text)" "groupadd toyTestGroup &&
16 testing "groupadd group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
19 testing "groupadd group_name (numeric)" "groupadd 987654321 &&
22 testing "groupadd group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
25 testing "groupadd group_name with group_id" "groupadd -g 49999 toyTestGroup &
    [all...]
groupadd.test 18 testing "groupadd group_name (text)" "groupadd toyTestGroup &&
21 testing "groupadd group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
24 testing "groupadd group_name (numeric)" "groupadd 987654321 &&
27 testing "groupadd group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
32 testing "groupadd group_name (long string)" "groupadd $_s210 &
    [all...]
  /external/e2fsprogs/debian/
uuid-runtime.postinst 5 groupadd -f -K GID_MIN=1 -K GID_MAX=999 libuuid
libuuid1.postinst 28 groupadd -f -K GID_MIN=$FIRST_SYSTEM_GID -K GID_MAX=$LAST_SYSTEM_GID libuuid
  /external/toybox/toys/pending/
groupadd.c 0 /* groupadd.c - create a new group
6 * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/groupadd.html
8 USE_GROUPADD(NEWTOY(groupadd, "<1>2g#<0S", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
9 USE_GROUPADD(OLDTOY(addgroup, groupadd, TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
11 config GROUPADD
12 bool "groupadd"
15 usage: groupadd [-S] [-g GID] [USER] GROUP
useradd.c 47 // Act like groupadd?
50 xexec((char *[]){"groupadd", toys.optargs[0], toys.optargs[1], 0});
107 if (xrun((char *[]){"groupadd", *toys.optargs, s, 0}))
155 if (xrun((char *[]){"groupadd", *toys.optargs, TT.u_grp, 0}))
156 error_exit("groupadd");
  /external/libcap/contrib/
pcaps4server 79 groupadd -g 60 apache
114 groupadd -g 60 apache
150 groupadd -g 61 samba
190 groupadd -g 62 bind
223 groupadd -g 63 dhcpd
256 groupadd -g 64 cupsd
  /external/toybox/
Config.in 126 When commands like useradd/groupadd allocate system IDs, start here.
132 When commands like useradd/groupadd allocate user IDs, start here.
  /external/toybox/lib/
password.c 169 } else if (!strcmp(toys.which->name, "groupadd") ||
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 141 self.p2p_interface.GroupAdd(self.P2PDictionary)
  /external/e2fsprogs/
e2fsprogs.spec.in 102 getent group uuidd >/dev/null || groupadd -r uuidd
  /external/toybox/generated/
globals.h 566 // toys/pending/groupadd.c
1364 struct groupadd_data groupadd; member in union:global_union
newtoys.h 6 USE_GROUPADD(OLDTOY(addgroup, groupadd, TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
83 USE_GROUPADD(NEWTOY(groupadd, "<1>2g#<0S", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
help.h 3 #define HELP_toybox_uid_usr "When commands like useradd/groupadd allocate user IDs, start here.\n\n"
5 #define HELP_toybox_uid_sys "When commands like useradd/groupadd allocate system IDs, start here.\n\n"
    [all...]
flags.h 888 // groupadd <1>2g#<0S
    [all...]
  /external/toybox/www/
roadmap.html 158 fgrep file fuser gettext grep groupadd groupdel groupmod groups
185 chfn chsh dmesg egrep fgrep groupadd groupdel groupmod groups
    [all...]
index.html     [all...]
news.html     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c     [all...]

Completed in 839 milliseconds