Searched refs:groupadd (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/usr.sbin/pw/tests/
H A Dpw_groupadd.sh10 ${PW} groupadd -n test1 -g 9999999999999
17 atf_check -s exit:0 ${PW} groupadd foo
20 ${PW} groupadd foo
H A Dpw_groupmod.sh36 atf_check -s exit:0 -x ${PW} groupadd test
49 atf_check -s exit:0 -x ${PW} groupadd testgroup
50 atf_check -s exit:0 -x ${PW} groupadd testgroup2
68 atf_check -s exit:0 -x ${PW} groupadd testgroup
78 atf_check -s exit:0 ${PW} groupadd foo
92 atf_check -s exit:0 ${PW} groupadd foo -M "user1, user2"
H A Dpw_usermod.sh107 atf_check -s exit:0 ${PW} groupadd test1
108 atf_check -s exit:0 ${PW} groupadd test2
121 atf_check -s exit:0 ${PW} groupadd test1
122 atf_check -s exit:0 ${PW} groupadd test2
123 atf_check -s exit:0 ${PW} groupadd test3
124 atf_check -s exit:0 ${PW} groupadd test4
/freebsd-11.0-release/usr.sbin/bsdconfig/usermgmt/
H A DMakefile9 SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
/freebsd-11.0-release/release/tools/
H A Dvagrant.conf38 groupadd vagrant -g 1001
H A Darm.subr83 groupadd freebsd -g 1001
/freebsd-11.0-release/usr.sbin/pw/
H A Dpw.h90 int groupadd(struct userconf *, char *name, gid_t id, char *members, int fd,
H A Dpw_group.c436 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, function
554 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, fd, dryrun,
H A Dpw_user.c416 groupadd(cnf, nam, grid, NULL, -1, false, false, false);
/freebsd-11.0-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec174 /usr/sbin/groupadd -g %{sshd_gid} -o -r sshd 2> /dev/null || :
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec317 %{_sbindir}/groupadd -r -g %{sshd_gid} sshd 2>/dev/null || :

Completed in 145 milliseconds