| /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/external/gpl3/gdb/dist/sim/frv/ |
| registers.c | 32 #define USER 0 /* User register */ 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 * [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| registers.c | 32 #define USER 0 /* User register */ 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 * [all...] |
| /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 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/ |
| ntpd-opts.h | 277 # ifdef USER 278 # warning undefining USER due to option name conflict 279 # undef USER 341 # undef USER
|
| /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/bsd/nsd/include/ |
| config.h | 671 /* the user name to drop privileges to */ 672 #define USER "_nsd"
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 347 enum id_kind { CODE, FN, PREDICATE, USER, NULL_ID } kind; 415 /* Identifier that maps to a user-defined predicate. */ 431 : id_base (id_base::USER, id_), substitutes (vNULL), 467 return id->kind == id_base::USER; 587 /* If this is a user-defined identifier track whether it was used. */ 692 function calls and user-defined predicate invocations. */ 4198 fatal_at (loc, "User-defined operator list does not have the " 4451 /* If this is possibly a user-defined identifier mark it used. */ 4767 /* Insert the user defined operators into the operator hash. */ 4811 fatal_at (token, "A user-defined operator must have at least [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 469 enum id_kind { CODE, FN, PREDICATE, USER, NULL_ID } kind; 537 /* Identifier that maps to a user-defined predicate. */ 553 : id_base (id_base::USER, id_), substitutes (vNULL), 589 return id->kind == id_base::USER; 737 /* If this is a user-defined identifier track whether it was used. */ 842 function calls and user-defined predicate invocations. */ 4492 fatal_at (loc, "User-defined operator list does not have the " 4745 /* If this is possibly a user-defined identifier mark it used. */ 4752 /* Mark user operators corresponding to 'str' as used. */ 5064 /* Insert the user defined operators into the operator hash. * [all...] |