| /src/usr.sbin/user/ |
| usermgmt.h | 33 int useradd(int, char **);
|
| Makefile | 12 LINKS+= ${BINDIR}/user ${BINDIR}/useradd 23 MAN= user.8 useradd.8 userdel.8 usermod.8 userinfo.8 usermgmt.conf.5 25 MLINKS= useradd.8 adduser.8 63 @rm -f useradd 64 @ln -s user useradd 65 -./useradd -m -g=uid test1.1
|
| main.c | 51 { 1, { "useradd", NULL }, useradd }, 52 { 2, { "user", "add" }, useradd },
|
| user.c | 1792 if (strcmp(prog, "useradd") == 0) { 1848 useradd(int argc, char **argv) function 1964 usermgmt_usage("useradd"); 1996 usermgmt_usage("useradd"); 1999 openlog("useradd", LOG_PID, LOG_USER);
|
| /src/tests/usr.sbin/useradd/ |
| Makefile | 7 TESTSDIR= ${TESTSBASE}/usr.sbin/useradd
|
| /src/tests/usr.sbin/ |
| Makefile | 17 TESTS_SUBDIRS+= useradd
|
| /src/distrib/utils/embedded/files/ |
| creds_msdos | 35 # "useradd <user> <passwd>" 36 # If the "useradd" method is used, this the creds.txt file will be 60 useradd -m -G "${group}" "${user}" || fail "Useradd failed." 120 useradd -m -p "${pwhash}" -G "${group}" "${user}" || fail "Useradd failed." 173 useradd)
|
| ec2_init | 52 useradd -g users -G wheel,operator -m "${EC2_USER}"
|
| /src/crypto/external/apache2/openssl/dist/ |
| Configure | 788 my %useradd = ( 856 #if (exists $useradd{$1}) 858 # $useradd{$1} = []; 1009 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings'; 1122 push @{$useradd{LDLIBS}}, $_; 1126 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy); 1130 push @{$useradd{LDFLAGS}}, $_; 1138 push @{$useradd{LDFLAGS}}, $_, $rpath; 1142 push @{$useradd{LDFLAGS}}, $_; 1146 push @{$useradd{CPPDEFINES}}, $1 [all...] |
| /src/crypto/external/bsd/openssl/dist/ |
| Configure | 709 my %useradd = ( 776 #if (exists $useradd{$1}) 778 # $useradd{$1} = []; 912 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings'; 1001 push @{$useradd{LDLIBS}}, $_; 1005 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy); 1009 push @{$useradd{LDFLAGS}}, $_; 1017 push @{$useradd{LDFLAGS}}, $_, $rpath; 1021 push @{$useradd{LDFLAGS}}, $_; 1025 push @{$useradd{CPPDEFINES}}, $1 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ |
| Configure | 589 my %useradd = ( 658 #if (exists $useradd{$1}) 660 # $useradd{$1} = []; 775 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings'; 857 push @{$useradd{LDLIBS}}, $_; 861 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy); 865 push @{$useradd{LDFLAGS}}, $_; 873 push @{$useradd{LDFLAGS}}, $_, $rpath; 877 push @{$useradd{LDFLAGS}}, $_; 881 push @{$useradd{CPPDEFINES}}, $1 [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 15-android.conf | 69 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 15-android.conf | 68 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| 15-android.conf | 68 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
|
| /src/external/bsd/nsd/dist/contrib/ |
| nsd.spec | 77 useradd -r -g nsd -d /etc/nsd -s /sbin/nologin \
|
| /src/external/bsd/unbound/dist/contrib/ |
| unbound.spec | 67 useradd -r -g unbound -d /var/unbound -s /sbin/nologin \
|