Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 268) sorted by relevance

1234567891011

/netbsd/external/bsd/openldap/dist/tests/scripts/
H A Dtest022-ppolicy169 dn: $USER
177 dn: $USER
185 dn: $USER
193 dn: $USER
201 dn: $USER
209 dn: $USER
227 dn: $USER
276 dn: $USER
309 dn: $USER
398 dn: $USER
[all …]
/netbsd/external/gpl3/gdb/dist/sim/frv/
H A Dregisters.c28 #define USER 0 /* User register */ macro
195 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
196 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
197 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
198 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
199 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
200 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
202 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
203 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
204 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/frv/
H A Dregisters.c28 #define USER 0 /* User register */ macro
195 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
196 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
197 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
198 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
199 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
200 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
202 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
203 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
204 {0x00000000, 0x00000000, 0xffffffff, 0x00000000, IMPL, USER},
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/schema/
H A Dmsuser.ldif67 # NO-USER-MODIFICATION
72 # NO-USER-MODIFICATION
77 # NO-USER-MODIFICATION
82 # NO-USER-MODIFICATION
112 # NO-USER-MODIFICATION
121 # NO-USER-MODIFICATION
127 # NO-USER-MODIFICATION
130 # NO-USER-MODIFICATION
133 # NO-USER-MODIFICATION
136 # NO-USER-MODIFICATION
[all …]
H A Dmsuser.schema63 # NO-USER-MODIFICATION
68 # NO-USER-MODIFICATION
73 # NO-USER-MODIFICATION
78 # NO-USER-MODIFICATION
108 # NO-USER-MODIFICATION
117 # NO-USER-MODIFICATION
123 # NO-USER-MODIFICATION
126 # NO-USER-MODIFICATION
129 # NO-USER-MODIFICATION
132 # NO-USER-MODIFICATION
[all …]
/netbsd/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/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 "@" HOSTNAME "\">"
/netbsd/games/gomoku/
H A Dmain.c55 USER, /* get input from standard input */ enumerator
169 input[color] = USER; in set_input_sources()
173 input[BLACK] = USER; in set_input_sources()
174 input[WHITE] = USER; in set_input_sources()
260 else if (input[0] == USER && input[1] == USER) in declare_winner()
294 plyr[BLACK] = input[BLACK] == USER ? user : prog; in main_game_loop()
295 plyr[WHITE] = input[WHITE] == USER ? user : prog; in main_game_loop()
300 case USER: in main_game_loop()
375 plyr[BLACK] = input[BLACK] == USER ? user : prog; in main()
376 plyr[WHITE] = input[WHITE] == USER ? user : prog; in main()
/netbsd/external/mpl/bind/dist/contrib/dlz/modules/mysql/testing/
H A DREADME4 - Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
5 - Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
6 - update named.conf with correct USER and PASSWORD
/netbsd/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/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/
H A DREADME5 - Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
6 - Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
7 - Update named.conf with correct USER and PASSWORD
/netbsd/games/fish/
H A Dfish.c65 #define USER 1 macro
121 printplayer(USER); in main()
127 if (gofish(move, USER, userhand)) in main()
130 goodmove(USER, move, userhand, comphand); in main()
274 if (player == USER || hand[card] == CARDS) { in drawcard()
359 case USER: in printplayer()
/netbsd/crypto/external/bsd/heimdal/dist/cf/
H A Dkrb-version.m49 const char *${PACKAGE_TARNAME}_long_version = "@(#)\$Version: $PACKAGE_STRING by @USER@ on @HOST@ (…
18 User=${USER-${LOGNAME}}
22 …sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/…
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200-poplar.dts140 gpio-line-names = "", "USER-LED-1",
141 "USER-LED-2", "",
149 "", "USER-LED-0",
159 "USER-LED-3", "";
/netbsd/sys/arch/luna68k/stand/boot/
H A Dtrap.c78 #define USER 040 /* user-mode flag added to type */ macro
109 type &= ~USER; in trap()
/netbsd/external/bsd/am-utils/dist/
H A Dcvs-server.txt13 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout am-utils
17 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout -r amd-6-1-stable am-utils
21 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout -r amd-6-0-stable am-utils
/netbsd/external/bsd/am-utils/dist/m4/
H A Dupdate_build_version24 if test -n "$USER"
26 build_user="$USER"
/netbsd/usr.bin/skey/
H A Dskeyaudit.sh41 USER=$1
59 ) | /usr/bin/mailx -s "$SUBJECT" $USER $ADMIN
/netbsd/sys/arch/vax/floppy/
H A Ddefboo.hk4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
13 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
H A Ddefboo.up4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
13 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
H A Ddefboo.kra4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
13 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
H A Ddefboo.MS780C-interleaved4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
16 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
H A Dhpsboo.cmd4 ! GO SINGLE-USER AFTER BOOT
15 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
/netbsd/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/external/bsd/ntp/dist/scripts/rc/
H A Dntpd5 USER=ntp
7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE"

1234567891011