Searched refs:token (Results 26 - 50 of 1018) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.h32 /* Extract token information from TOKEN, which ought to either be a
37 get_token_indent_info (const T *token) argument
40 info.location = token->location;
41 info.type = token->type;
42 info.keyword = token->keyword;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dshadow-stack-unwind.h53 /* Linux CET kernel places a restore token on shadow stack for signal
54 handler to enhance security. The restore token is 8 byte and aligned
56 will pop the restore token when signal handler returns. But when an
58 restore token from shadow stack. For x86-64, we just need to treat
60 the restore token to check if the original shadow stack is 8 byte
62 need to pop 2 slots, one restore token, from shadow stack. Otherwise,
63 we need to pop 3 slots, one restore token + 4 byte padding, from
71 _Unwind_Word ssp, prev_ssp, token; \
80 /* Look for a restore token. */ \
81 token
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dshadow-stack-unwind.h46 /* Linux CET kernel places a restore token on shadow stack for signal
47 handler to enhance security. The restore token is 8 byte and aligned
49 will pop the restore token when signal handler returns. But when an
51 restore token from shadow stack. For x86-64, we just need to treat
53 the restore token to check if the original shadow stack is 8 byte
55 need to pop 2 slots, one restore token, from shadow stack. Otherwise,
56 we need to pop 3 slots, one restore token + 4 byte padding, from
64 _Unwind_Word ssp, prev_ssp, token; \
73 /* Look for a restore token. */ \
74 token
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.h32 /* Extract token information from TOKEN, which ought to either be a
37 get_token_indent_info (const T *token) argument
40 info.location = token->location;
41 info.type = token->type;
42 info.keyword = token->keyword;
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_parse.y91 * Workaround yacc limitation by passing the start token.
94 %token RULE_ENTRY_TOKEN MAP_ENTRY_TOKEN
100 %token ALG
101 %token ALGO
102 %token ALL
103 %token ANY
104 %token APPLY
105 %token ARROWBOTH
106 %token ARROWLEFT
107 %token ARROWRIGH
[all...]
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Djson.c191 static int json_check_tree_state(struct json_token *token) argument
193 if (!token)
195 if (json_check_tree_state(token->child) < 0 ||
196 json_check_tree_state(token->sibling) < 0)
198 if (token->state != JSON_COMPLETED) {
200 "JSON: Unexpected token state %d (name=%s type=%d)",
201 token->state, token->name ? token->name : "N/A",
202 token
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; local
493 struct json_token *token, *ret = NULL; local
509 struct json_token *token; local
551 json_print_token(struct json_token *token, int depth, char *buf, size_t buflen) argument
[all...]
/netbsd-current/usr.bin/msgc/
H A Dmsgparse.y53 %token MESSAGE
54 %token <s_value> NAME VALUE
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax7a.y8 %token <text> '\xfff'
H A Derr_syntax7b.y8 %token <text> '\x.'
H A Derr_syntax7.y8 %token <text> '\777'
H A Derr_syntax8a.y8 %token $$123 '\777'
H A Derr_syntax8.y8 %token . '\777'
H A Dok_syntax1.y27 %token DIGIT LETTER
29 %token OCT1 '\177'
30 %token HEX1 '\xff'
31 %token HEX2 '\xFF'
32 %token HEX3 '\x7f'
33 %token STR1 "\x7f\177\\\n"
34 %token STR2 "\x7f\
37 %token BELL '\a'
38 %token BS '\b'
39 %token N
[all...]
H A Dquote_calc4.y17 %token OP_ADD "ADD-operator"
18 %token OP_SUB "SUB-operator"
19 %token OP_MUL "MUL-operator"
20 %token OP_DIV "DIV-operator"
21 %token OP_MOD "MOD-operator"
22 %token OP_AND "AND-operator"
24 %token DIGIT LETTER
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_userc361.c30 nvif_userc361_doorbell(struct nvif_user *user, u32 token) argument
32 nvif_wr32(&user->object, 0x90, token);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/keyfromlabel/
H A Dsetup.sh19 softhsm2-util --init-token --free --pin 1234 --so-pin 1234 --label "softhsm2-keyfromlabel" | awk '/^The token has been initialized and is reassigned to slot/ { print $NF }'
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c107 enum dhcp_token token; local
114 token = peek_token(&val, NULL, cfile);
115 if (token == RBRACE) {
125 } else if (token == LBRACE) {
127 } else if (token == SEMI && (brace_count == 0)) {
131 } else if (token == EOL) {
139 /* Eat the current token */
140 token = next_token(&val, NULL, cfile);
141 } while (token != END_OF_FILE);
147 enum dhcp_token token; local
167 enum dhcp_token token; local
205 enum dhcp_token token; local
279 enum dhcp_token token; local
378 enum dhcp_token token; local
452 enum dhcp_token token; local
499 enum dhcp_token token; local
592 enum dhcp_token token; local
667 enum dhcp_token token; local
716 enum dhcp_token token; local
954 enum dhcp_token token; local
1185 enum dhcp_token token; local
1322 int token; local
1547 enum dhcp_token token; local
2016 enum dhcp_token token; local
2110 enum dhcp_token token; local
2785 int token; local
2965 int token; local
3116 enum dhcp_token token; local
3196 enum dhcp_token token; local
3265 enum dhcp_token token; local
3311 enum dhcp_token token; local
3565 enum dhcp_token token; local
4476 enum dhcp_token token; local
4788 enum dhcp_token token; local
4894 enum dhcp_token token; local
4954 enum dhcp_token token; local
5253 int token; local
5549 int token; local
5658 enum dhcp_token token = SEMI; local
[all...]
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_yylloc_parser.y63 %token <str> IDENT
64 %token <lineno> LINENO
65 %token EQUAL "="
66 %token COLON ":"
67 %token SPACE " "
H A Dbison_nr_parser.y62 %token <str> IDENT
63 %token <lineno> LINENO
64 %token EQUAL "="
65 %token COLON ":"
66 %token SPACE " "
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dobservable.h58 struct token struct in namespace:gdb::observers
60 token () = default;
62 DISABLE_COPY_AND_ASSIGN (token);
90 observer (const struct token *token, func_type func, const char *name, argument
91 const std::vector<const struct token *> &dependencies)
92 : token (token), func (func), name (name), dependencies (dependencies)
95 const struct token *token; member in struct:gdb::observers::observable::observer
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasmgcc.c48 switch (p->token.value)
61 name = p->token.ident;
72 if (p->token.value != TOKstring)
81 if (p->token.value != TOKlparen)
107 if (p->token.value == TOKcomma)
114 p->token.toChars());
119 while (p->token.value != TOKrcurly &&
120 p->token.value != TOKsemicolon &&
121 p->token.value != TOKeof)
146 switch (p->token
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-parse.c37 /* Simple one-token lookahead mechanism. */
39 struct token struct
45 static struct token T;
47 /* Retrieve the code of the current token; if there is no current token,
50 token (void) function
60 /* Retrieve the value of the current token (if any) and mark it consumed.
61 The next call to token() will get another token from the lexer. */
71 /* This array is indexed by the token cod
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype-parse.cc37 /* Simple one-token lookahead mechanism. */
39 struct token struct
45 static struct token T;
47 /* Retrieve the code of the current token; if there is no current token,
50 token (void) function
60 /* Retrieve the value of the current token (if any) and mark it consumed.
61 The next call to token() will get another token from the lexer. */
71 /* This array is indexed by the token cod
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c66 pk11_token_t *token; member in struct:pk11_session
93 setup_session(pk11_session_t *sp, pk11_token_t *token, bool rw);
241 pk11_token_t *token, *next; local
246 token = ISC_LIST_HEAD(tokens);
247 while (token != NULL) {
248 next = ISC_LIST_NEXT(token, link);
249 ISC_LIST_UNLINK(tokens, token, link);
250 if (token == best_rsa_token) {
253 if (token == best_ecdsa_token) {
256 if (token
272 pk11_token_t *token = NULL; local
387 pk11_token_t *token; local
436 setup_session(pk11_session_t *sp, pk11_token_t *token, bool rw) argument
455 pk11_token_t *token = sp->token; local
499 pk11_token_t *token; local
643 pk11_token_t *token = NULL; local
882 pk11_token_t *token = NULL; local
1082 pk11_token_t *token; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_gram.y64 %token tARCH
65 %token tAS
66 %token tAUTOMOUNT
67 %token tCLUSTER
68 %token tCONFIG
69 %token tDUMPSET
70 %token tEQ
71 %token tNFSEQ
72 %token tEXPORTFS
73 %token tFRE
[all...]

Completed in 321 milliseconds

1234567891011>>