| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | asltokens.y | 192 %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-13.1/usr.bin/localedef/ |
| H A D | parser.y | 47 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-13.1/sbin/dhclient/ |
| H A D | parse.c | 104 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 D | clparse.c | 67 int token; in read_client_conf() local 156 int token; in read_client_leases() local 302 int token; in parse_X() local 307 if (token == NUMBER_OR_NAME || token == NUMBER) { in parse_X() 311 if (token != NUMBER && token != NUMBER_OR_NAME) { in parse_X() 352 int token; in parse_option_list() local 395 int token; in parse_interface_declaration() local 495 int token; in parse_client_lease_statement() local 622 int token; in parse_client_lease_declaration() local 685 int token; in parse_option_decl() local [all …]
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 971 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-13.1/sys/geom/vinum/ |
| H A D | geom_vinum_share.c | 445 if (token[1] == NULL || *token[1] == '\0') in gv_new_drive() 452 if (!strcmp(token[j], "state")) { in gv_new_drive() 465 ptr = token[j]; in gv_new_drive() 494 if (token[1] == NULL || *token[1] == '\0') in gv_new_volume() 503 if (!strcmp(token[j], "state")) { in gv_new_volume() 534 if (token[1] == NULL || *token[1] == '\0') in gv_new_plex() 543 if (!strcmp(token[j], "name")) { in gv_new_plex() 556 p->org = gv_plexorgi(token[j]); in gv_new_plex() 601 gv_new_sd(int max, char *token[]) in gv_new_sd() argument 606 if (token[1] == NULL || *token[1] == '\0') in gv_new_sd() [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.y | 88 %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-13.1/contrib/wpa/src/utils/ |
| H A D | json.c | 193 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() 375 if (!token) in json_parse() 427 if (!token) in json_parse() 500 for (token = json->child; token; token = token->sibling) { in json_get_member() 501 if (token->name && os_strcmp(token->name, name) == 0) in json_get_member() 517 if (!token || token->type != JSON_STRING) in json_get_member_base64url() 540 if (!token || token->type != JSON_STRING) in json_get_member_base64() 581 if (!token) in json_print_token() [all …]
|
| /freebsd-13.1/contrib/ntp/libjsmn/ |
| H A D | jsmn.c | 28 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-13.1/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | cfx.c | 459 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-13.1/contrib/ntp/scripts/deprecated/ |
| H A D | html2man.in | 98 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-13.1/lib/libpmc/pmu-events/ |
| H A D | jsmn.c | 53 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-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 71 %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-13.1/sys/powerpc/powernv/ |
| H A D | opal_async.c | 81 vmem_addr_t token; in opal_alloc_async_token() local 84 completions[token].completed = false; in opal_alloc_async_token() 86 return (token); in opal_alloc_async_token() 90 opal_free_async_token(int token) in opal_free_async_token() argument 93 vmem_free(async_token_pool, token, 1); in opal_free_async_token() 107 vtophys(buf), size, token); in opal_wait_completion() 109 if (completions[token].completed) { in opal_wait_completion() 111 memcpy(buf, &completions[token].msg, size); in opal_wait_completion() 123 int token; in opal_handle_async_completion() local 125 token = msg->params[0]; in opal_handle_async_completion() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | editorp.c | 72 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-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_getdate.c | 58 struct token { int token; time_t value; }; struct 108 && gds->tokenp[1].token == ':' in timephrase() 150 if (gds->tokenp[0].token == '+' in timephrase() 159 if (gds->tokenp[0].token == '-' in timephrase() 177 if (gds->tokenp[0].token == tZONE in zonephrase() 351 if (gds->tokenp[0].token == '-' in relunitphrase() 360 if (gds->tokenp[0].token == '+' in relunitphrase() 377 if (gds->tokenp[0].token == '-' in relunitphrase() 386 if (gds->tokenp[0].token == '+' in relunitphrase() 987 struct token tokens[256]; in __archive_get_date() [all …]
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | rtas_dev.c | 111 cell_t token; in rtas_gettime() local 114 token = rtas_token_lookup("get-time-of-day"); in rtas_gettime() 115 if (token == -1) in rtas_gettime() 139 cell_t token, status; in rtas_settime() local 143 if (token == -1) in rtas_settime() 160 cell_t token, status; in rtas_shutdown() local 163 token = rtas_token_lookup("power-off"); in rtas_shutdown() 164 if (token == -1) in rtas_shutdown() 169 token = rtas_token_lookup("system-reboot"); in rtas_shutdown() 170 if (token == -1) in rtas_shutdown() [all …]
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | ok_syntax1.y | 27 %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-13.1/sys/dev/ispfw/ |
| H A D | ispfw.c | 66 #define RMACRO(token) do { \ argument 67 if (token##_loaded) \ 69 if (firmware_register(#token, token##_risc_code, \ 70 token##_risc_code[3] * sizeof(token##_risc_code[3]), \ 73 token##_loaded++; \ 76 #define UMACRO(token) do { \ argument 77 if (!token##_loaded) \ 79 if (firmware_unregister(#token) != 0) { \ 83 token##_loaded--; \
|
| /freebsd-13.1/sys/contrib/rdma/krping/ |
| H A D | getopt.c | 33 char *token; in krping_getopt() local 37 if ((token = strsep(options, ",")) == NULL) in krping_getopt() 39 } while (*token == '\0'); in krping_getopt() 41 *optopt = token; in krping_getopt() 43 if ((val = strchr (token, '=')) != NULL) { in krping_getopt() 48 if (!strcmp(opts->name, token)) { in krping_getopt() 54 "an argument\n", caller, token); in krping_getopt() 65 "in %s=%s\n", caller, token, val); in krping_getopt() 72 "%s option\n", caller, val, token); in krping_getopt() 76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token); in krping_getopt()
|
| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_scan.h | 120 struct token { struct 124 typedef struct token token; argument 130 void scan(tok_kind expect, token *tokp); 131 void scan2(tok_kind expect1, tok_kind expect2, token *tokp); 132 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp); 133 void scan_num(token *tokp); 134 void peek(token *tokp); 135 int peekscan(tok_kind expect, token *tokp); 136 void get_token(token *tokp);
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | config.y | 7 %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 …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | token.c | 50 void *token; member 87 apr_uint32_t hash, void *token) in tree_insert_token() argument 94 SVN_ERR_ASSERT(token); in tree_insert_token() 105 SVN_ERR(vtable->token_compare(diff_baton, parent->token, token, &rv)); in tree_insert_token() 113 vtable->token_discard(diff_baton, parent->token); in tree_insert_token() 115 parent->token = token; in tree_insert_token() 136 new_node->token = token; in tree_insert_token() 162 void *token; in svn_diff__get_tokens() local 173 SVN_ERR(vtable->datasource_get_next_token(&hash, &token, in svn_diff__get_tokens() 175 if (token == NULL) in svn_diff__get_tokens() [all …]
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | keyword-gen.c | 376 token = ntp_keywords[i].token; in generate_fsm() 377 if (1 > token || token >= COUNTOF(sst)) { in generate_fsm() 383 token); in generate_fsm() 386 sst[token].finishes_token = token; in generate_fsm() 587 if (sst[token].finishes_token != (u_short)token) { in create_scan_states() 590 token, symbname(token)); in create_scan_states() 610 token, in create_scan_states() 696 if (p1->token == p2->token) in compare_key_tok_id() 699 if (p1->token < p2->token) in compare_key_tok_id() 731 int token; in populate_symb() local [all …]
|
| /freebsd-13.1/sbin/ipf/iplang/ |
| H A D | iplang_y.y | 48 extern int state, state, lineNum, token; 161 %token <num> IL_NUMBER 163 %token <str> IL_TOKEN 164 %type <str> token optoken 172 %token IL_UDP IL_UDPLEN IL_UDPSUM 173 %token IL_ICMP IL_ICMPTYPE IL_ICMPCODE 174 %token IL_SEND IL_VIA 175 %token IL_ARP 176 %token IL_DEFROUTER 535 token: IL_TOKEN ';' [all …]
|