Symbol: USER
crypto/dist/ipsec-tools/src/racoon/cfparse.y
295
%token PRIVSEP USER GROUP CHROOT
crypto/dist/ipsec-tools/src/racoon/cfparse.y
408
: USER QUOTEDSTRING
crypto/dist/ipsec-tools/src/racoon/cfparse.y
421
| USER NUMBER { lcconf->uid = $2; } EOS
dist/pf/sbin/pfctl/parse.y
2066
filter_opt : USER uids {
dist/pf/sbin/pfctl/parse.y
2277
| USER { $$.log = PF_LOG_SOCKET_LOOKUP; $$.logif = 0; }
dist/pf/sbin/pfctl/parse.y
414
%token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
dist/pf/sbin/pfctl/parse.y
5001
{ "user", USER},
games/fish/fish.c
121
printplayer(USER);
games/fish/fish.c
127
if (gofish(move, USER, userhand))
games/fish/fish.c
130
goodmove(USER, move, userhand, comphand);
games/fish/fish.c
274
if (player == USER || hand[card] == CARDS) {
games/fish/fish.c
359
case USER:
games/gomoku/main.c
169
input[color] = USER;
games/gomoku/main.c
173
input[BLACK] = USER;
games/gomoku/main.c
174
input[WHITE] = USER;
games/gomoku/main.c
260
else if (input[0] == USER && input[1] == USER)
games/gomoku/main.c
294
plyr[BLACK] = input[BLACK] == USER ? user : prog;
games/gomoku/main.c
295
plyr[WHITE] = input[WHITE] == USER ? user : prog;
games/gomoku/main.c
300
case USER:
games/gomoku/main.c
375
plyr[BLACK] = input[BLACK] == USER ? user : prog;
games/gomoku/main.c
376
plyr[WHITE] = input[WHITE] == USER ? user : prog;
libexec/ftpd/ftpcmd.y
1225
{ "USER", USER, STR1, 1, "<sp> username", 0, },
libexec/ftpd/ftpcmd.y
139
USER PASS ACCT CWD CDUP SMNT
libexec/ftpd/ftpcmd.y
187
: USER SP username CRLF
sys/arch/luna68k/stand/boot/trap.c
109
type &= ~USER;
tests/lib/libc/c063/t_fchownat.c
60
if ((pw = getpwnam(USER)) == NULL)
usr.sbin/npf/npfctl/npf_parse.y
1049
| USER uids { $$ = $2; }
usr.sbin/npf/npfctl/npf_parse.y
177
%token USER