| /netbsd-src/external/mpl/dhcp/dist/dhcpctl/ |
| H A D | omshell.c | 217 token = next_token (&val, (unsigned *)0, cfile); in main() 248 token = next_token (&val, (unsigned *)0, cfile); in main() 265 token = next_token (&val, (unsigned *)0, cfile); in main() 274 token = next_token (&val, (unsigned *)0, cfile); in main() 288 token = next_token (&val, (unsigned *)0, cfile); in main() 292 token = next_token (&val, (unsigned *)0, cfile); in main() 300 token = next_token (&val, (unsigned *)0, cfile); in main() 304 token = next_token (&val, (unsigned *)0, cfile); in main() 312 token = next_token (&val, (unsigned *)0, cfile); in main() 316 token = next_token (&val, (unsigned *)0, cfile); in main() [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/contrib/ldap/ |
| H A D | dhcpd-conf-to-ldap | 68 sub next_token 121 while (defined($tmp = next_token (0))) 370 $ip = next_token (0); 373 $tmp = next_token (1); 377 $tmp = next_token (0); 381 $tmp = next_token (0); 400 $descr = next_token (0); 403 $tmp = next_token (0); 419 $host = next_token (0); 422 $tmp = next_token (0); [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | parse.c | 140 token = next_token(&val, NULL, cfile); 150 token = next_token (&val, (unsigned *)0, cfile); 171 token = next_token (&val, &len, cfile); 230 token = next_token (&val, (unsigned *)0, cfile); 298 if (next_token(NULL, NULL, cfile) == DOT && 299 next_token(NULL, NULL, cfile) == NUMBER) 326 token = next_token (&val, (unsigned *)0, cfile); 459 token = next_token(&val, NULL, cfile); in parse_ip6_prefix() 466 token = next_token(&val, NULL, cfile); in parse_ip6_prefix() 512 token = next_token(&val, NULL, cfile); [all …]
|
| H A D | resolv.c | 62 token = next_token (&val, (unsigned *)0, cfile);
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | clparse.c | 321 while ((token = next_token(&val, NULL, cfile)) != END_OF_FILE) { in read_client_duid() 358 token = next_token (&val, (unsigned *)0, cfile); in read_client_leases() 427 token = next_token (&val, (unsigned *)0, cfile); 466 token = next_token(&val, NULL, cfile); 561 token = next_token (&val, (unsigned *)0, cfile); 608 token = next_token (&val, (unsigned *)0, cfile); 690 token = next_token (&val, (unsigned *)0, cfile); 697 token = next_token (&val, (unsigned *)0, cfile); 716 token = next_token (&val, (unsigned *)0, cfile); 758 token = next_token (&val, (unsigned *)0, cfile); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| H A D | environ.c | 360 next_token (void) in next_token() function 507 tok = next_token (); in do_parse() 552 tok = next_token (); in do_parse() 582 tok = next_token (); in do_parse() 586 if (next_token () != ':') in do_parse() 592 if (next_token () != ':') in do_parse() 598 if (next_token () != ':') in do_parse() 604 if (next_token () != ':') in do_parse() 610 if (next_token () != ':') in do_parse() 616 if (next_token () != ':') in do_parse() [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | parse.c | 131 token = next_token(&val, NULL, cfile); in skip_to_rbrace() 141 token = next_token(&val, NULL, cfile); in parse_semi() 156 token = next_token(&val, &len, cfile); in parse_string() 202 token = next_token(&val, NULL, cfile); in parse_host_name() 240 if (next_token(NULL, NULL, cfile) == DOT && in parse_ip_addr_or_hostname() 241 next_token(NULL, NULL, cfile) == NUMBER) in parse_ip_addr_or_hostname() 283 token = next_token(&val, NULL, cfile); in parse_ip_addr_or_hostname() 409 token = next_token(&val, NULL, cfile); in parse_hardware_param() 433 token = next_token(&val, NULL, cfile); in parse_hardware_param() 498 token = next_token(&val, NULL, cfile); in parse_numeric_aggregate() [all …]
|
| H A D | json.c | 48 token = next_token(&val, NULL, cfile); in json_parse() 149 token = next_token(&val, NULL, cfile); in json_map_parse() 154 token = next_token(&val, NULL, cfile); in json_map_parse() 167 token = next_token(&val, NULL, cfile); in json_map_parse()
|
| H A D | confparse.c | 609 token = next_token(&val, NULL, cfile); in parse_statement() 842 token = next_token(&val, NULL, cfile); in parse_statement() 940 token = next_token(&val, NULL, cfile); in parse_statement() 1020 token = next_token(&val, NULL, cfile); in get_permit() 1069 if (next_token(&val, NULL, cfile) != TOKEN_BOOTP) in get_permit() 1082 if (next_token(&val, NULL, cfile) != OF) in get_permit() 1084 if (next_token(&val, NULL, cfile) != STRING) in get_permit() 1113 if (need_clients && (next_token(&val, NULL, cfile) != CLIENTS)) in get_permit() 1279 token = next_token(&val, NULL, cfile); in parse_lbrace() 1340 token = next_token(&val, NULL, cfile); in parse_host_declaration() [all …]
|
| H A D | keama.h | 321 enum dhcp_token next_token(const char **, unsigned *, struct parse *); 329 #define skip_token(a,b,c) ((void) next_token((a),(b),(c)))
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| H A D | environ.c | 356 next_token (void) in next_token() function 483 tok = next_token (); in do_parse() 519 tok = next_token (); in do_parse() 548 tok = next_token (); in do_parse() 552 if (next_token () != ':') in do_parse() 558 if (next_token () != ':') in do_parse() 564 if (next_token () != ':') in do_parse() 570 if (next_token () != ':') in do_parse() 592 tok = next_token (); in do_parse() 597 tok = next_token (); in do_parse() [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp-realpath.c | 65 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in sftp_realpath() local 116 if (s - left >= (ptrdiff_t)sizeof(next_token)) { in sftp_realpath() 120 memcpy(next_token, left, s - left); in sftp_realpath() 121 next_token[s - left] = '\0'; in sftp_realpath() 133 if (next_token[0] == '\0') in sftp_realpath() 135 else if (strcmp(next_token, ".") == 0) in sftp_realpath() 137 else if (strcmp(next_token, "..") == 0) { in sftp_realpath() 156 resolved_len = strlcat(resolved, next_token, PATH_MAX); in sftp_realpath()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | confpars.c | 281 token = next_token (&val, (unsigned *)0, cfile); in lease_file_subparse() 386 token = next_token (&val, (unsigned *)0, cfile); 689 token = next_token (&val, (unsigned *)0, cfile); 803 token = next_token (&val, (unsigned *)0, cfile); 819 token = next_token (&val, (unsigned *)0, cfile); 911 token = next_token (&val, (unsigned *)0, cfile); 918 token = next_token (&val, (unsigned *)0, cfile); 934 token = next_token (&val, (unsigned *)0, cfile); 989 token = next_token (&val, (unsigned *)0, cfile); 1024 token = next_token (&val, (unsigned *)0, cfile); [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | read.c | 671 p2 = next_token (p2 + 6); in eval() 982 p2 = next_token (variable_buffer); in eval() 1360 p = next_token (line); in do_define() 1375 if (*next_token (p) != '\0') in do_define() 1452 line = next_token (line + len); in conditional_line() 1572 p = next_token (p); in conditional_line() 1634 line = next_token (line); in conditional_line() 1644 s2 = next_token (line); in conditional_line() 1670 line = next_token (++line); in conditional_line() 2271 p = next_token (p); in parse_file_seq()
|
| H A D | misc.c | 119 in = next_token (in); in collapse_continuations() 457 next_token (const char *s) in next_token() function 470 char *p = next_token (*ptr); in find_next_token()
|
| H A D | variable.c | 1303 beg = next_token (line); in parse_variable_definition() 1306 p = next_token (p); in parse_variable_definition() 1411 p = next_token (v->value); in print_variable()
|
| H A D | make.h | 423 extern char *next_token PARAMS ((const char *));
|
| /netbsd-src/distrib/utils/ssh/ |
| H A D | ssh.c | 224 next_token: in runfile() 243 goto next_token; in runfile()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_input.c | 152 static struct isl_token *next_token(__isl_keep isl_stream *s) in next_token() function 200 tok = next_token(s); in isl_stream_read_val() 225 tok2 = next_token(s); in isl_stream_read_val() 259 tok = next_token(s); in accept_cst_factor() 291 tok = next_token(s); in affine_mod() 355 tok = next_token(s); in pw_aff_div_by_cst() 499 tok = next_token(s); in accept_affine_factor() 619 tok = next_token(s); in accept_affine() 660 tok = next_token(s); in accept_affine() 1526 tok = next_token(s); in read_tuple_pw_aff_el() [all …]
|
| H A D | isl_stream.c | 387 static struct isl_token *next_token(__isl_keep isl_stream *s, int same_line) in next_token() function 695 return next_token(s, 0); in isl_stream_next_token() 700 return next_token(s, 1); in isl_stream_next_token_on_same_line()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.h | 95 cp_token_position GTY ((skip)) next_token;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.h | 94 cp_token_position GTY ((skip)) next_token;
|
| H A D | parser.c | 491 cp_token *next_token, *first_token, *start_token; in cp_debug_parser_tokens() local 496 next_token = parser->lexer->next_token; in cp_debug_parser_tokens() 498 start_token = (next_token > first_token + window_size / 2) in cp_debug_parser_tokens() 499 ? next_token - window_size / 2 in cp_debug_parser_tokens() 502 next_token); in cp_debug_parser_tokens() 587 token = parser->lexer->next_token; in cp_debug_parser() 662 lexer->next_token = lexer->buffer->address (); in cp_lexer_new_main() 663 lexer->last_token = lexer->next_token in cp_lexer_new_main() 671 gcc_assert (!lexer->next_token->purged_p); in cp_lexer_new_main() 694 lexer->next_token = first; in cp_lexer_new_from_tokens() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | script.cc | 230 next_token(); 872 Lex::next_token() in next_token() function in gold::Lex 1367 next_token() in next_token() function in gold::Parser_closure 1369 const Token* token = this->lex_->next_token(); in next_token() 2604 const Token* token = closure->next_token(); in yylex()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | script.cc | 230 next_token(); 872 Lex::next_token() in next_token() function in gold::Lex 1367 next_token() in next_token() function in gold::Parser_closure 1369 const Token* token = this->lex_->next_token(); in next_token() 2604 const Token* token = closure->next_token(); in yylex()
|