HomeSort by: relevance | last modified time | path
    Searched defs:USER (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
trap.c 78 #define USER 040 /* user-mode flag added to type */
109 type &= ~USER;
  /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/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/games/gomoku/
main.c 55 USER, /* get input from standard input */
70 static char user[LOGIN_NAME_MAX]; /* name of player */ variable in typeref:typename:char[]
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...]

Completed in 12 milliseconds