| /src/etc/etc.sun2/ |
| ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
| /src/etc/etc.sun3/ |
| ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
| /src/sys/arch/luna68k/stand/boot/ |
| trap.c | 78 #define USER 040 /* user-mode flag added to type */ 109 type &= ~USER;
|
| /src/sys/arch/vax/floppy/ |
| defboo.hp | 4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
15 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
|
| /src/usr.bin/skey/ |
| skeyaudit.sh | 41 USER=$1 45 # echo "$USER -- $SEQ -- $KEY" 59 ) | /usr/bin/mailx -s "$SUBJECT" $USER $ADMIN
|
| /src/external/bsd/am-utils/dist/m4/ |
| update_build_version | 24 if test -n "$USER" 26 build_user="$USER"
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| unit_tests.sh | 66 local USER="$2" 72 LD_LIBRARY_PATH="${LIB_PATH}" ./ppm_test "${USER}" "${PASS}" "${CONF}" 76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}" 78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}" 119 launch_test "ppm3.conf" "uid=User-Pw-Test,ou=users,dc=my-domain,dc=com" "Password10" "PASS"
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test022-ppolicy | 39 USER="uid=nd, ou=People, dc=example, dc=com" 91 $LDAPSEARCH -H $URI1 -D "$USER" -w wrongpw >$SEARCHOUT 2>&1 93 $LDAPSEARCH -H $URI1 -D "$USER" -w wrongpw >>$SEARCHOUT 2>&1 95 $LDAPSEARCH -H $URI1 -D "$USER" -w wrongpw >>$SEARCHOUT 2>&1 97 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w wrongpw >> $SEARCHOUT 2>&1 98 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS >> $SEARCHOUT 2>&1 106 DELAYATTR=`$LDAPSEARCH -D "$MANAGERDN" -H $URI1 -w $PASSWD -b "$USER" -E accountUsability 1.1` 114 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \ 123 DELAYATTR=`$LDAPSEARCH -D "$MANAGERDN" -H $URI1 -w $PASSWD -b "$USER" -E accountUsability 1.1` 132 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS [all...] |
| /src/external/bsd/ntp/dist/scripts/rc/ |
| ntpd | 5 USER=ntp 7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE"
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its4184/ |
| its4184 | 23 USER="uid=user1,ou=People,dc=example,dc=com" 73 $LDAPMODIFY -v -D "$USER" -w $PASS -H $URI1 \
|
| /src/external/bsd/openldap/dist/tests/data/tls/ |
| create-crt.sh | 11 USAGE="$0 [-s] [-l] [-u <user@domain.com>]" 13 USER=0 22 -u | -user) 24 echo "User cert requires an email address as an argument" 27 USER=1; 43 if [ $SERVER = 0 -a $USER = 0 -a $LDAP_USER = 0 ]; then 54 if [ $USER = 1 ]; then 88 if [ $USER = 1 ]; then
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9863/ |
| its9863 | 259 USER="uid=test,ou=people,dc=example,dc=com" 260 echo "Changing password for $USER to test proxied user modifications work..." 263 -D "$USER" >> $TESTOUT 2>&1 271 echo "Changing cn for $USER to test disallowed proxied user modifications should fail..." 272 $LDAPMODIFY -H $URI3 -D "$USER" -w $PASSWD <<EOF >>$TESTOUT 2>&1 273 dn: $USER
|
| /src/games/fish/ |
| fish.c | 65 #define USER 1 121 printplayer(USER); 127 if (gofish(move, USER, userhand)) 130 goodmove(USER, move, userhand, comphand); 274 if (player == USER || hand[card] == CARDS) { 359 case USER:
|
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| config.bat | 43 if not "%USER%" == "" goto haveuser
44 echo No USERNAME and no USER found in the environment, using default values
48 set HOSTNAME=%USER%'s PC
49 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
|
| /src/games/gomoku/ |
| main.c | 55 USER, /* get input from standard input */ 70 static char user[LOGIN_NAME_MAX]; /* name of player */ variable 169 input[color] = USER; 173 input[BLACK] = USER; 174 input[WHITE] = USER; 260 else if (input[0] == USER && input[1] == USER) 294 plyr[BLACK] = input[BLACK] == USER ? user : prog; 295 plyr[WHITE] = input[WHITE] == USER ? user : prog [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| cmd_args.c | 137 if (HAVE_OPT( USER )) { 139 user = estrdup(OPT_ARG( USER )); 140 group = strrchr(user, ':'); 145 len = group - user; 147 user = erealloc(user, len);
|
| ntpd-opts.h | 277 # ifdef USER 278 # warning undefining USER due to option name conflict 279 # undef USER 341 # undef USER
|
| /src/sys/conf/ |
| newvers.sh | 45 # names, user names, time stamps, or other dynamic 212 u=${USER-root}
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_acl_platform_posix1e.c | 384 acl1_text = "user::rwx," 387 "user:1:rw-," 392 { USER, 1, 4 | 2 }, 399 acl1_text = "user::rwx\n" 402 "user:1:rw-\n" 470 acl2_text = "user::rwx," 473 "user:1:r--," 478 { USER, 1, 4 }, 485 acl2_text = "user::rwx\n" 488 "user:1:r--\n [all...] |
| /src/tests/lib/libc/c063/ |
| t_fchownat.c | 52 #define USER "nobody" 60 if ((pw = getpwnam(USER)) == NULL) 73 atf_tc_set_md_var(tc, "require.user", "root"); 102 atf_tc_set_md_var(tc, "require.user", "root"); 129 atf_tc_set_md_var(tc, "require.user", "root"); 145 atf_tc_set_md_var(tc, "require.user", "root"); 164 atf_tc_set_md_var(tc, "require.user", "root"); 188 atf_tc_set_md_var(tc, "require.user", "root"); 208 atf_tc_set_md_var(tc, "require.user", "root");
|
| /src/external/bsd/nvi/dist/dist/ |
| distrib | 77 if test $USER = 'bostic'; then ctagsopt = '-d'; fi
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| acl.h | 60 #define USER (0x02) /* additional users */ 69 #define DEF_USER (ACL_DEFAULT | USER) 217 * similar to ufs_acl.h: changed to char type for user commands (tar, cpio) 236 #define ACL_APPEND_ID 0x1 /* append uid/gid to user/group entries */ 262 #define EACL_INVALID_USER_GROUP 16 /* need user/group name */
|
| /src/external/cddl/osnet/dist/common/acl/ |
| acl_common.c | 140 avl_tree_t user; member in struct:ace_list 478 if (aclent[i].a_type & USER) 528 * user|group for the mask (the group_obj was added 555 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { 562 } else if (aclent[i].a_type & USER) { 607 } else if (aclent[i].a_type & USER) { 1060 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { 1068 if (dest->a_type & (USER | GROUP)) { 1132 /* USER */ 1134 for (vals = avl_first(&list->user); vals != NULL [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/crosstool/ARM/ |
| build-install-linux.sh | 13 # Both $USER and root *must* have read/write access to this dir. 68 sudo chown ${USER} $1
|
| /src/external/gpl2/xcvs/dist/src/ |
| cvsbug.in | 94 if [ -z "$LOGNAME" -a -n "$USER" ]; then 95 LOGNAME=$USER
|