Searched refs:USER (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-current/etc/etc.sun2/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
/netbsd-current/etc/etc.sun3/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dtrap.c78 #define USER 040 /* user-mode flag added to type */ macro
109 type &= ~USER;
/netbsd-current/external/bsd/am-utils/dist/m4/
H A Dupdate_build_version24 if test -n "$USER"
26 build_user="$USER"
/netbsd-current/sys/arch/vax/floppy/
H A Ddefboo.hp4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
15 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dunit_tests.sh66 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}"
/netbsd-current/usr.bin/skey/
H A Dskeyaudit.sh41 USER=$1
45 # echo "$USER -- $SEQ -- $KEY"
59 ) | /usr/bin/mailx -s "$SUBJECT" $USER $ADMIN
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest022-ppolicy39 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
107 -b "$USER" -E accountUsability 1.1 | sed -n -e 's/.*seconds_before_unlock=\(\d*\)/\1/p'`
113 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
123 -b "$USER" -E accountUsability 1.1 | sed -n -e 's/.*expire=\(\d*\)/\1/p'`
130 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER"
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
H A Dremote-gdbserver-on-localhost.exp32 set_board_info username $env(USER)
H A Dlocal-remote-host-notty.exp28 set_board_info username $env(USER)
46 # be found on host, because the current directory usually is /home/$USER.
H A Dlocal-remote-host-native.exp45 set_board_info username $env(USER)
/netbsd-current/external/bsd/ntp/dist/scripts/rc/
H A Dntpd5 USER=ntp
7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/boards/
H A Dremote-gdbserver-on-localhost.exp36 set_board_info username $env(USER)
41 if { [board_info $board username] != $env(USER) } {
H A Dlocal-remote-host.exp30 set_board_info username $env(USER)
48 # be found on host, because the current directory usually is /home/$USER.
H A Dlocal-remote-host-native.exp45 set_board_info username $env(USER)
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its4184/
H A Dits418423 USER="uid=user1,ou=People,dc=example,dc=com"
73 $LDAPMODIFY -v -D "$USER" -w $PASS -H $URI1 \
/netbsd-current/external/bsd/openldap/dist/tests/data/tls/
H A Dcreate-crt.sh13 USER=0
26 USER=1;
39 if [ $SERVER = 0 -a $USER = 0 ]; then
68 if [ $USER = 1 ]; then
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dfunstack.awk631 USER = ENVIRON["USER"]
632 if (USER == "")
633 USER = ENVIRON["LOGNAME"]
634 if (USER == "")
635 USER = "????"
638 ("ypcat passwd | grep '^" USER ":' | awk -F: '{print $5}'") | getline PERSONAL_NAME
640 ("grep '^" USER ":' /etc/passwd | awk -F: '{print $5}'") | getline PERSONAL_NAME
646 print "<!-- for " PERSONAL_NAME " (" USER "@" HOSTNAME ") -->"
656 print prefix(2) "<LINK REV=\"made\" HREF=\"mailto:" USER "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dregisters.c28 #define USER 0 /* User register */ macro
30 #define RESERVED {0x00000000, 0x00000000, 0x00000000, 0xffffffff, ! IMPL, USER}
151 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* CCR */
157 {0x00000000, 0x00000000, 0x00000000, 0xffff0000, IMPL, USER}, /* CCCR */
164 {0x00000000, 0x00000000, 0x00000000, 0x00000003, IMPL, USER}, /* LR */
165 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* LCR */
171 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* IACC0H */
172 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* IACC0L */
176 {0xe0000021, 0x20000000, 0xe0000000, 0xffffffc2, IMPL, USER}, /* ISR */
194 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER}, /* NEEAR
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dregisters.c32 #define USER 0 /* User register */ macro
34 #define RESERVED {0x00000000, 0x00000000, 0x00000000, 0xffffffff, ! IMPL, USER}
155 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* CCR */
161 {0x00000000, 0x00000000, 0x00000000, 0xffff0000, IMPL, USER}, /* CCCR */
168 {0x00000000, 0x00000000, 0x00000000, 0x00000003, IMPL, USER}, /* LR */
169 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* LCR */
175 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* IACC0H */
176 {0x00000000, 0x00000000, 0x00000000, 0x00000000, IMPL, USER}, /* IACC0L */
180 {0xe0000021, 0x20000000, 0xe0000000, 0xffffffc2, IMPL, USER}, /* ISR */
198 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER}, /* NEEAR
[all...]
/netbsd-current/games/fish/
H A Dfish.c65 #define USER 1 macro
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:
/netbsd-current/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat43 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
/netbsd-current/games/gomoku/
H A Dmain.c55 USER, /* get input from standard input */ enumerator in enum:input_source
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;
300 case USER:
375 plyr[BLACK] = input[BLACK] == USER
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dcmd_args.c137 if (HAVE_OPT( USER )) {
139 user = estrdup(OPT_ARG( USER ));
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_posix1e.c392 { USER, 1, 4 | 2 },
478 { USER, 1, 4 },
535 { USER, 2, 4 },
541 { USER | ACL_DEFAULT, 1, 4 },

Completed in 423 milliseconds

1234