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

1 2

  /external/toybox/tests/
groupdel.test 13 testing "group_name (text)" "groupadd toyTestGroup &&
16 testing "group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
19 testing "group_name (numeric)" "groupadd 987654321 &&
22 testing "group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
25 testing "group_name with group_id" "groupadd -g 49999 toyTestGroup &&
groupadd.test 18 testing "group_name (text)" "groupadd toyTestGroup &&
21 testing "group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
24 testing "group_name (numeric)" "groupadd 987654321 &&
27 testing "group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
32 testing "group_name (long string)" "groupadd $_s210 &&
35 testing "group_name with group_id" "groupadd -g 49999 toyTestGroup &&
39 "groupadd -g 49999 -S toyTestGroup && grep '^toyTestGroup:' /etc/group $arg &&
41 testing "group_name (system_group)" "groupadd -S toyTestGroup &&
44 testing "group_name (add/del user)" "groupadd toyTestGroup &&
45 grep '^toyTestGroup:' /etc/group $arg && groupadd $USER toyTestGroup &
    [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/openssh/contrib/hpux/
egd 7 # groupadd egd
README 32 # groupadd egd
  /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/ltp/testcases/network/nfsv4/acl/
runtest 20 groupadd -g 60$i grp$i
random_gen.py 44 u = commands.getoutput('/usr/sbin/groupadd -g' + gid + " " + grpname)
  /external/openssh/
README.privsep 23 # groupadd sshd
buildpkg.sh.in 372 # If this is a test build, we will skip the groupadd/useradd/passwd commands
  /external/toybox/
Config.in 154 When commands like useradd/groupadd allocate system IDs, start here.
160 When commands like useradd/groupadd allocate user IDs, start here.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pNative.java 356 * This is a helper method that invokes groupAdd(networkId, isPersistent) internally.
363 return mSupplicantP2pIfaceHal.groupAdd(persistent);
376 return mSupplicantP2pIfaceHal.groupAdd(netId, true);
SupplicantP2pIfaceHal.java     [all...]
  /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
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java     [all...]
  /external/toybox/generated/
globals.h 628 // toys/pending/groupadd.c
1464 struct groupadd_data groupadd; member in union:global_union
newtoys.h 6 USE_GROUPADD(OLDTOY(addgroup, groupadd, TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
86 USE_GROUPADD(NEWTOY(groupadd, "<1>2g#<0S", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
  /external/openssh/contrib/suse/
openssh.spec 174 /usr/sbin/groupadd -g %{sshd_gid} -o -r sshd 2> /dev/null || :
  /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...]
  /external/openssh/contrib/redhat/
openssh.spec 317 %{_sbindir}/groupadd -r -g %{sshd_gid} sshd 2>/dev/null || :

Completed in 835 milliseconds

1 2