Home
last modified time | relevance | path

Searched refs:token (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dasltokens.y192 %token <i> PARSEOP_ADD
200 %token <i> PARSEOP_AND
251 %token <i> PARSEOP_DMA
288 %token <i> PARSEOP_IF
301 %token <i> PARSEOP_IO
308 %token <i> PARSEOP_IRQ
330 %token <i> PARSEOP_LOR
349 %token <i> PARSEOP_MID
352 %token <i> PARSEOP_MOD
360 %token <i> PARSEOP_NOR
[all …]
/freebsd-12.1/usr.bin/localedef/
H A Dparser.y47 char *token; member
57 %token T_LT
58 %token T_GT
59 %token T_NL
60 %token T_SEMI
66 %token T_NULL
67 %token T_WS
68 %token T_END
136 %token T_DAY
151 %token <token> T_NAME
[all …]
/freebsd-12.1/sbin/dhclient/
H A Dparse.c104 int token; in parse_semi() local
108 if (token != SEMI) { in parse_semi()
124 int token; in parse_string() local
163 int token; in parse_hardware_param() local
168 switch (token) { in parse_hardware_param()
211 if (token != SEMI) { in parse_hardware_param()
224 int token; in parse_lease_time() local
252 int token; in parse_numeric_aggregate() local
271 if (token != RBRACE && token != LBRACE) in parse_numeric_aggregate()
449 int guess, token; in parse_date() local
[all …]
H A Dclparse.c67 int token; in read_client_conf() local
155 int token; in read_client_leases() local
201 int token; in parse_client_statement() local
301 int token; in parse_X() local
306 if (token == NUMBER_OR_NAME || token == NUMBER) { in parse_X()
310 if (token != NUMBER && token != NUMBER_OR_NAME) { in parse_X()
351 int token; in parse_option_list() local
394 int token; in parse_interface_declaration() local
494 int token; in parse_client_lease_statement() local
621 int token; in parse_client_lease_declaration() local
[all …]
/freebsd-12.1/contrib/gcc/
H A Dscan-decls.c66 if (token == CPP_EOF) in skip_to_closing_brace()
103 const cpp_token *token; in scan_decls() local
106 token = get_a_token (pfile); in scan_decls()
127 if (token->type == CPP_EOF) in scan_decls()
132 if (token->type != CPP_NAME) in scan_decls()
138 switch (token->type) in scan_decls()
153 if (token->type == CPP_COMMA) in scan_decls()
203 while (token->type != CPP_SEMICOLON && token->type != CPP_EOF) in scan_decls()
204 token = get_a_token (pfile); in scan_decls()
221 && token->val.str.len == 1 in scan_decls()
[all …]
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py971 assert token.name == '(', token
1008 assert token.name == '(', token
1021 assert token.name == '(', token
1027 assert token.name == '(', token
1061 assert token.name == ';', token
1093 assert token.name == '0', token
1300 assert token.token_type == tokenize.NAME or token.name == '::', token
1428 assert token.name == '<', token
1536 assert token.name == '{', token
1546 assert token.name == ';', token
[all …]
/freebsd-12.1/contrib/wpa/src/utils/
H A Djson.c193 if (!token) in json_check_tree_state()
201 token->state, token->name ? token->name : "N/A", in json_check_tree_state()
238 if (!token) in json_parse()
303 if (!token) in json_parse()
373 if (!token) in json_parse()
425 if (!token) in json_parse()
498 for (token = json->child; token; token = token->sibling) { in json_get_member()
499 if (token->name && os_strcmp(token->name, name) == 0) in json_get_member()
515 if (!token || token->type != JSON_STRING) in json_get_member_base64url()
557 if (!token) in json_print_token()
[all …]
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dasn1parse.y88 %token kw_ALL
92 %token kw_BIT
95 %token kw_BY
107 %token kw_END
129 %token kw_MAX
130 %token kw_MIN
136 %token kw_OF
140 %token kw_PDV
148 %token kw_SET
167 %token RANGE
[all …]
/freebsd-12.1/sys/geom/vinum/
H A Dgeom_vinum_share.c447 if (token[1] == NULL || *token[1] == '\0') in gv_new_drive()
454 if (!strcmp(token[j], "state")) { in gv_new_drive()
467 ptr = token[j]; in gv_new_drive()
496 if (token[1] == NULL || *token[1] == '\0') in gv_new_volume()
505 if (!strcmp(token[j], "state")) { in gv_new_volume()
536 if (token[1] == NULL || *token[1] == '\0') in gv_new_plex()
545 if (!strcmp(token[j], "name")) { in gv_new_plex()
558 p->org = gv_plexorgi(token[j]); in gv_new_plex()
605 gv_new_sd(int max, char *token[]) in gv_new_sd() argument
610 if (token[1] == NULL || *token[1] == '\0') in gv_new_sd()
[all …]
/freebsd-12.1/contrib/ntp/libjsmn/
H A Djsmn.c28 token->type = type; in jsmn_fill_token()
29 token->start = start; in jsmn_fill_token()
30 token->end = end; in jsmn_fill_token()
31 token->size = 0; in jsmn_fill_token()
39 jsmntok_t *token; in jsmn_parse_primitive() local
88 jsmntok_t *token; in jsmn_parse_string() local
157 jsmntok_t *token; in jsmn_parse() local
194 if (token->start != -1 && token->end == -1) { in jsmn_parse()
205 token = &tokens[token->parent]; in jsmn_parse()
210 if (token->start != -1 && token->end == -1) { in jsmn_parse()
[all …]
/freebsd-12.1/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c459 token->EC[0] = 0;
759 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04)
785 ec = (token->EC[0] << 8) | token->EC[1];
786 rrc = (token->RRC[0] << 8) | token->RRC[1];
919 if (ct_memcmp(ttoken, token, sizeof(*token)) != 0) {
1281 token, sizeof(*token)); in _gssapi_wrap_cfx()
1427 ec = (token->EC[0] << 8) | token->EC[1]; in _gssapi_unwrap_cfx()
1428 rrc = (token->RRC[0] << 8) | token->RRC[1]; in _gssapi_unwrap_cfx()
1499 if (ct_memcmp(p, token, sizeof(*token)) != 0) { in _gssapi_unwrap_cfx()
1546 token, sizeof(*token)); in _gssapi_unwrap_cfx()
[all …]
/freebsd-12.1/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in98 if($token->[0] eq "T") {
99 my $text = $token->[1];
116 if($token->[0] eq "S") {
117 if($token->[1] eq "h4") {
132 if($token->[1] eq "tt") {
136 if($token->[1] eq "i") {
144 if($token->[1] eq "dt" || $token->[1] eq "br" && $deflevel > 0) {
158 if($token->[1] eq "p") {
178 elsif($token->[0] eq "E") {
192 if($token->[1] eq "i") {
[all …]
/freebsd-12.1/lib/libpmc/pmu-events/
H A Djsmn.c53 token->type = type; in jsmn_fill_token()
54 token->start = start; in jsmn_fill_token()
55 token->end = end; in jsmn_fill_token()
56 token->size = 0; in jsmn_fill_token()
66 jsmntok_t *token; in jsmn_parse_primitive() local
107 if (token == NULL) { in jsmn_parse_primitive()
123 jsmntok_t *token; in jsmn_parse_string() local
181 jsmntok_t *token; in jsmn_parse() local
192 if (token == NULL) in jsmn_parse()
205 if (token->start != -1 && token->end == -1) { in jsmn_parse()
[all …]
/freebsd-12.1/contrib/amd/fsinfo/
H A Dfsi_gram.y62 %token tARCH
63 %token tAS
68 %token tEQ
71 %token tFREQ
72 %token tFROM
73 %token tFS
77 %token tHOST
79 %token tLOG
84 %token tOPTS
85 %token tOS
[all …]
/freebsd-12.1/contrib/binutils/binutils/
H A Darparse.y46 %token ADDLIB
47 %token LIST
48 %token ADDMOD
49 %token CLEAR
50 %token CREATE
51 %token DELETE
53 %token END
56 %token HELP
57 %token QUIT
59 %token SAVE
[all …]
H A Dmcparse.y54 %token NL
55 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT
56 %token<tok> MCTOKEN
57 %token MCENDLINE
60 %token <ival> MCNUMBER
63 %type<ustr> alias_name token lines comments
124 token '=' MCNUMBER alias_name
129 | token error { mc_fatal ("severity missing '='"); }
139 token '=' MCNUMBER alias_name
321 | MCLANGUAGE lex_want_nl '=' token error
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y71 %token DT_KEY_AUTO
73 %token DT_KEY_CASE
74 %token DT_KEY_CHAR
79 %token DT_KEY_DO
81 %token DT_KEY_ELSE
82 %token DT_KEY_ENUM
85 %token DT_KEY_FOR
86 %token DT_KEY_GOTO
87 %token DT_KEY_IF
90 %token DT_KEY_INT
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c72 svn_string_t *token; member
103 svn_string_t *token; member
136 b->token = token; in ra_svn_make_baton()
486 entry->token = svn_string_dup(token, pool); in store_token()
492 apr_hash_set(ds->tokens, entry->token->data, entry->token->len, entry); in store_token()
503 if (ds->last_token && svn_string_compare(ds->last_token->token, token)) in lookup_token()
509 *entry = apr_hash_get(ds->tokens, token->data, token->len); in lookup_token()
523 apr_hash_set(ds->tokens, token->data, token->len, NULL); in remove_token()
552 svn_string_t *token; in ra_svn_handle_open_root() local
570 svn_string_t *token; in ra_svn_handle_delete_entry() local
[all …]
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_getdate.c57 struct token { int token; time_t value; }; struct
107 && gds->tokenp[1].token == ':' in timephrase()
149 if (gds->tokenp[0].token == '+' in timephrase()
158 if (gds->tokenp[0].token == '-' in timephrase()
176 if (gds->tokenp[0].token == tZONE in zonephrase()
350 if (gds->tokenp[0].token == '-' in relunitphrase()
359 if (gds->tokenp[0].token == '+' in relunitphrase()
376 if (gds->tokenp[0].token == '-' in relunitphrase()
385 if (gds->tokenp[0].token == '+' in relunitphrase()
899 struct token tokens[256]; in __archive_get_date()
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmacro.c101 token->flags = 0; in new_string_token()
102 return token; in new_string_token()
377 || token->type == CPP_CHAR || token->type == CPP_WCHAR); in stringify_arg()
643 || (token->type == CPP_HASH && token->flags & BOL)) in collect_args()
733 if (token->type != CPP_EOF || token == &pfile->eof) in funlike_invocation_p()
1106 else if (FIRST (context).token != LAST (context).token) in cpp_get_token()
1430 token->val.arg_no = token->val.node->value.arg_index; in lex_expansion_token()
1433 && (token->type == CPP_STRING || token->type == CPP_CHAR)) in lex_expansion_token()
1436 return token; in lex_expansion_token()
1523 token->flags |= token[-1].flags & PREV_WHITE; in create_iso_definition()
[all …]
/freebsd-12.1/contrib/libgnuregex/
H A Dregcomp.c1356 op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx; in lower_subexp()
1357 op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp; in lower_subexp()
1780 token->opr.c = c; in peek_token()
1927 token->word_char = IS_WORD_CHAR (token->opr.c); in peek_token()
2017 token->opr.c = c; in peek_token_bracket()
2150 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()
2188 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
2495 if (token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()
2507 : ((token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()
3756 tree->token = *token; in create_token_tree()
[all …]
/freebsd-12.1/contrib/unbound/sldns/
H A Dstr2wire.c199 if(token[0]=='@' && token[1]=='\0') { in rrinternal_get_owner()
257 if (strlen(token) > 0 && !isdigit((unsigned char)token[0])) { in rrinternal_get_ttl()
402 p-token); in rrinternal_spool_hex()
405 p-token); in rrinternal_spool_hex()
409 p-token); in rrinternal_spool_hex()
562 (token[0] == '"' || token[0] == '\'') && in sldns_parse_rdf_token()
563 (token[slen-1] == '"' || token[slen-1] == '\'')) { in sldns_parse_rdf_token()
565 memmove(token, token+1, slen-2); in sldns_parse_rdf_token()
571 (token[0] == '"' || token[0] == '\'')) { in sldns_parse_rdf_token()
574 memmove(token, token+1, slen-1); in sldns_parse_rdf_token()
[all …]
/freebsd-12.1/sys/powerpc/pseries/
H A Drtas_dev.c110 cell_t token; in rtas_gettime() local
113 token = rtas_token_lookup("get-time-of-day"); in rtas_gettime()
114 if (token == -1) in rtas_gettime()
138 cell_t token, status; in rtas_settime() local
142 if (token == -1) in rtas_settime()
159 cell_t token, status; in rtas_shutdown() local
162 token = rtas_token_lookup("power-off"); in rtas_shutdown()
163 if (token == -1) in rtas_shutdown()
168 token = rtas_token_lookup("system-reboot"); in rtas_shutdown()
169 if (token == -1) in rtas_shutdown()
[all …]
/freebsd-12.1/contrib/byacc/test/
H A Dok_syntax1.y27 %token OCT1 '\177'
28 %token HEX1 '\xff'
29 %token HEX2 '\xFF'
30 %token HEX3 '\x7f'
35 %token BELL '\a'
36 %token BS '\b'
37 %token NL '\n'
38 %token LF '\f'
39 %token CR '\r'
40 %token TAB '\t'
[all …]
/freebsd-12.1/usr.sbin/config/
H A Dconfig.y7 %token ARCH
8 %token COMMA
9 %token CONFIG
10 %token CPU
11 %token NOCPU
12 %token DEVICE
14 %token ENV
15 %token ENVVAR
16 %token EQUALS
18 %token HINTS
[all …]

12345678910>>...29