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

/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_groupadd_test.sh10 ${PW} groupadd -n test1 -g 9999999999999
17 atf_check -s exit:0 ${PW} groupadd foo
20 ${PW} groupadd foo
H A Dpw_groupmod_test.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_test.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
H A Dpw_useradd_test.sh206 atf_check -s exit:0 ${PW} groupadd blafasel -g ${gid}
430 ${PW} groupadd plop -g 442
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A DMakefile9 SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
/freebsd-11-stable/release/tools/
H A Dvagrant.conf41 groupadd vagrant -g 1001
H A Darm.subr83 groupadd freebsd -g 1001
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.h100 int groupadd(struct userconf *, char *name, gid_t id, char *members, int fd,
H A Dpw_group.c438 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, function
556 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, fd, dryrun,
H A Dpw_user.c419 groupadd(cnf, nam, grid, NULL, -1, false, false, false);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec65 getent group unbound >/dev/null || groupadd -r unbound
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec174 /usr/sbin/groupadd -g %{sshd_gid} -o -r sshd 2> /dev/null || :
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec317 %{_sbindir}/groupadd -r -g %{sshd_gid} sshd 2>/dev/null || :

Completed in 99 milliseconds