/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | auth.h | 54 struct token { struct 64 TAILQ_HEAD(token_head, token); argument 82 struct token *token; member
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | clparse.c | 270 int token; in read_client_conf_file() local 309 int token; in read_client_duid() local 345 int token; in read_client_leases() local 412 int token; local 881 int token; in parse_option_list() local 957 int token; local 1109 int token; local 1227 int token; local 1618 int token, no_semi, len; in parse_client6_ia_na_statement() local 1746 int token, no_semi, len; in parse_client6_ia_ta_statement() local [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_symbolizer_test.cc | 21 char *token; in TEST() local 36 int token; in TEST() local 43 uptr token; in TEST() local 50 char *token; in TEST() local
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | parse.c | 107 enum dhcp_token token; local 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; in parse_ip6_addr() local 452 enum dhcp_token token; in parse_ip6_prefix() local 499 enum dhcp_token token; local 592 enum dhcp_token token; local 667 enum dhcp_token token; local [all …]
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | confpars.c | 251 enum dhcp_token token; in conf_file_subparse() local 277 enum dhcp_token token; in lease_file_subparse() local 368 enum dhcp_token token; local 898 enum dhcp_token token; local 1218 enum dhcp_token token; in parse_failover_state_declaration() local 1325 enum dhcp_token token; local 1436 enum dhcp_token token; in parse_authoring_byte_order() local 1493 enum dhcp_token token; in parse_lease_id_format() local 1558 enum dhcp_token token; in get_permit() local 1731 enum dhcp_token token; local [all …]
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | json.c | 41 enum dhcp_token token; in json_parse() local 90 enum dhcp_token token; in json_list_parse() local 131 enum dhcp_token token; in json_map_parse() local
|
H A D | parse.c | 101 enum dhcp_token token; in skip_to_rbrace() local 138 enum dhcp_token token; in parse_semi() local 152 enum dhcp_token token; in parse_string() local 182 enum dhcp_token token; in parse_host_name() local 223 enum dhcp_token token; in parse_ip_addr_or_hostname() local 332 enum dhcp_token token; in parse_ip6_addr() local 403 enum dhcp_token token; in parse_hardware_param() local 475 enum dhcp_token token; in parse_numeric_aggregate() local 653 enum dhcp_token token; in parse_option_name() local 776 int token; in parse_option_space_decl() local [all …]
|
H A D | confparse.c | 543 enum dhcp_token token; in conf_file_subparse() local 591 enum dhcp_token token; in parse_statement() local 1011 enum dhcp_token token; in get_permit() local 1149 enum dhcp_token token; in parse_pool_statement() local 1276 enum dhcp_token token; in parse_lbrace() local 1290 enum dhcp_token token; in parse_host_declaration() local 1592 enum dhcp_token token; in parse_class_declaration() local 2113 enum dhcp_token token; in parse_shared_net_declaration() local 2296 enum dhcp_token token; in common_subnet_parsing() local 2345 enum dhcp_token token; in parse_subnet_declaration() local [all …]
|
/netbsd-src/bin/sh/ |
H A D | arithmetic.c | 207 primary(int token, union a_token_val *val, int op, int noeval) in primary() 274 int token; in binop2() local 303 binop(int token, union a_token_val *val, int op, int noeval) in binop() 315 and(int token, union a_token_val *val, int op, int noeval) in and() 335 or(int token, union a_token_val *val, int op, int noeval) in or() 355 cond(int token, union a_token_val *val, int op, int noeval) in cond() 410 comma_list(int token, int noeval) in comma_list()
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | lex_test.c | 42 isc_token_t token; in ISC_RUN_TEST_IMPL() local 69 isc_token_t token; ISC_RUN_TEST_IMPL() local 192 isc_token_t token; ISC_RUN_TEST_IMPL() local 246 isc_token_t token; ISC_RUN_TEST_IMPL() local 301 isc_token_t token; ISC_RUN_TEST_IMPL() local [all...] |
/netbsd-src/external/bsd/ntp/dist/libjsmn/ |
H A D | jsmn.c | 28 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token() 41 jsmntok_t *token; in jsmn_parse_primitive() local 90 jsmntok_t *token; in jsmn_parse_string() local 159 jsmntok_t *token; in jsmn_parse() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-scheme.c | 194 struct token struct 196 int allocated; /* number of allocated 'token_char's */ argument 197 int charcount; /* number of used 'token_char's */ argument 198 char *chars; /* the token's constituents */ argument 644 struct token *token; /* for t_symbol and t_string */ member 887 struct token token; in read_object() local 964 struct token token; in read_object() local 1014 struct token token; in read_object() local 1029 struct token token; in read_object() local
|
H A D | x-librep.c | 170 struct token struct 172 int allocated; /* number of allocated 'token_char's */ argument 173 int charcount; /* number of used 'token_char's */ argument 174 char *chars; /* the token's constituents */ argument 479 struct token *token; /* for t_symbol and t_string */ member 1000 struct token token; in read_object() local 1022 struct token token; in read_object() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cow-string-inst.cc | 42 random_device::_M_init(const std::string& token) in _M_init() 46 random_device::_M_init_pretr1(const std::string& token) in _M_init_pretr1()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | cow-string-inst.cc | 42 random_device::_M_init(const std::string& token) in _M_init() 46 random_device::_M_init_pretr1(const std::string& token) in _M_init_pretr1()
|
H A D | random.cc | 148 random_device::_M_init(const std::string& token) in _M_init() 302 random_device::_M_init_pretr1(const std::string& token) in _M_init_pretr1() 329 const std::string token(s, len); in _M_init() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-nios2.c | 1505 nios2_parse_reg (const char *token, unsigned long regtype) in nios2_parse_reg() 1561 nios2_parse_reglist (char *token, const struct nios2_opcode *op) in nios2_parse_reglist() 1826 nios2_assemble_reg3 (const char *token) in nios2_assemble_reg3() 1848 nios2_assemble_arg_c (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_c() 1871 nios2_assemble_arg_d (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_d() 1916 nios2_assemble_arg_s (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_s() 1993 nios2_assemble_arg_t (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_t() 2059 nios2_assemble_arg_D (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_D() 2094 nios2_assemble_arg_S (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_S() 2139 nios2_assemble_arg_T (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_T() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-nios2.c | 1505 nios2_parse_reg (const char *token, unsigned long regtype) in nios2_parse_reg() 1561 nios2_parse_reglist (char *token, const struct nios2_opcode *op) in nios2_parse_reglist() 1826 nios2_assemble_reg3 (const char *token) in nios2_assemble_reg3() 1848 nios2_assemble_arg_c (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_c() 1871 nios2_assemble_arg_d (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_d() 1916 nios2_assemble_arg_s (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_s() 1993 nios2_assemble_arg_t (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_t() 2059 nios2_assemble_arg_D (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_D() 2094 nios2_assemble_arg_S (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_S() 2139 nios2_assemble_arg_T (const char *token, nios2_insn_infoS *insn) in nios2_assemble_arg_T() [all …]
|
/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_scan.h | 92 struct token { struct 96 typedef struct token token; argument
|
/netbsd-src/lib/libintl/ |
H A D | plural_parser.c | 101 int token; member 232 int token = tcx->token0.token; in get_token() local 243 int token, union token_data *token_data) in unget_token() 256 int token; in main() local 350 #define T_ENSURE_OK(token, label) \ argument 355 #define T_ENSURE_SOMETHING(token, label) \ argument 468 int token; in parse_term() local 509 int token; in parse_lnot() local 540 int token; in parse_op2() local 588 int token; in parse_cond() local [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | workqueue.cc | 156 Task_token* token = t->is_runnable(); in add_to_queue() local 220 Task_token* token = t->is_runnable(); in find_runnable_in_list() local 399 Task_token* token = t->is_runnable(); in return_or_queue() local 452 Task_token* token = *p; in release_locks() local 515 Workqueue::add_blocker(Task_token* token) in add_blocker()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | workqueue.cc | 156 Task_token* token = t->is_runnable(); in add_to_queue() local 220 Task_token* token = t->is_runnable(); in find_runnable_in_list() local 399 Task_token* token = t->is_runnable(); in return_or_queue() local 452 Task_token* token = *p; in release_locks() local 515 Workqueue::add_blocker(Task_token* token) in add_blocker()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | pk11.c | 66 pk11_token_t *token; member 241 pk11_token_t *token, *next; in pk11_finalize() local 272 pk11_token_t *token = NULL; in pk11_get_session() local 387 pk11_token_t *token; in free_all_sessions() local 436 setup_session(pk11_session_t *sp, pk11_token_t *token, bool rw) { in setup_session() 455 pk11_token_t *token = sp->token; in token_login() local 499 pk11_token_t *token; in scan_slots() local 643 pk11_token_t *token = NULL; in pk11_get_best_token() local 882 pk11_token_t *token = NULL; in pk11_parse_uri() local 1082 pk11_token_t *token; in pk11_dump_tokens() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
H A D | loc_29.c | 139 get_degrees(isc_lex_t *lexer, isc_token_t *token, unsigned long *d) { in get_degrees() 161 get_minutes(isc_lex_t *lexer, isc_token_t *token, unsigned long *m) { in get_minutes() 171 get_seconds(isc_lex_t *lexer, isc_token_t *token, unsigned long *s) { in get_seconds() 180 get_direction(isc_lex_t *lexer, isc_token_t *token, const char *directions, in get_direction() 208 isc_token_t token; in loc_getcoordinate() local 308 isc_token_t token; in loc_getaltitude() local 315 if (DNS_AS_STR(token)[0] == '-') { in loc_getaltitude() local 334 isc_token_t token; in loc_getoptionalprecision() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
H A D | loc_29.c | 139 get_degrees(isc_lex_t *lexer, isc_token_t *token, unsigned long *d) { in get_degrees() argument 161 get_minutes(isc_lex_t *lexer, isc_token_t *token, unsigned long *m) { in get_minutes() argument 171 get_seconds(isc_lex_t *lexer, isc_token_t *token, unsigned long *s) { in get_seconds() argument 180 get_direction(isc_lex_t *lexer, isc_token_t *token, cons argument 208 isc_token_t token; loc_getcoordinate() local 308 isc_token_t token; loc_getaltitude() local 315 if (DNS_AS_STR(token)[0] == '-') { loc_getaltitude() local 334 isc_token_t token; loc_getoptionalprecision() local [all...] |