| /freebsd-12.1/usr.bin/rpcgen/ |
| H A D | rpc_scan.c | 77 get_token(tokp); in scan() 89 get_token(tokp); in scan2() 101 get_token(tokp); in scan3() 114 get_token(tokp); in scan_num() 129 get_token(tokp); in peek() 141 get_token(tokp); in peekscan() 151 get_token(token *tokp) in get_token() function
|
| H A D | rpc_parse.c | 75 get_token(&tok); in get_definition() 135 get_token(&tok); in def_struct() 546 get_token(&tok); in get_type() 603 get_token(&tok); in unsigned_dec() 607 get_token(&tok); in unsigned_dec() 612 get_token(&tok); in unsigned_dec() 617 get_token(&tok); in unsigned_dec() 623 get_token(&tok); in unsigned_dec()
|
| H A D | rpc_scan.h | 136 void get_token(token *tokp);
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | macroexp.c | 470 get_token (struct macro_buffer *tok, in get_token() function 586 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing() 607 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing() 705 if (! get_token (&tok, &temp) in gather_arguments() 715 get_token (&tok, src); in gather_arguments() 743 if (! get_token (&tok, src)) in gather_arguments() 830 if (! get_token (&tok, &replacement_list)) in substitute_args() 1070 if (! get_token (&tok, src)) in scan() 1146 if (! get_token (&tok, &src)) in macro_expand_next()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | scan.c | 162 get_token (FILE *fp, sstring *s) in get_token() function 178 c = get_token (fp, s); in get_token() 182 get_token (fp, &source_filename); in get_token()
|
| H A D | scan.h | 66 extern int get_token (FILE *, sstring *);
|
| H A D | ChangeLog-2000 | 26610 (struct cpp_reader): Remove get_token field.
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | conflex.c | 73 static int get_token(FILE *); 121 get_token(FILE *cfile) in get_token() function 181 rv = get_token(cfile); in next_token() 198 token = get_token(cfile); in peek_token()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | macro.c | 35 static int get_token (int, sb *, sb *); 240 get_token (int idx, sb *in, sb *name) in get_token() function 495 idx = get_token (idx, in, &formal->name); in do_formals() 516 idx = get_token (sb_skip_white (idx + 1, in), in, &qual); in do_formals() 659 idx = get_token (idx, in, &name); in define_macro() 697 idx = get_token (idx, in, name); in get_apost_token() 875 src = get_token (src, in, &f->name); in macro_expand_body() 930 src = get_token (src + 2, in, &t); in macro_expand_body() 1052 idx = get_token (idx, in, &t); in macro_expand() 1305 idx = get_token (idx, in, &f.name); in expand_irp()
|
| H A D | ChangeLog-0001 | 1213 (get_token): Use ISALPHA/ISALNUM instead of isalpha/isalnum.
|
| /freebsd-12.1/sbin/ipfw/ |
| H A D | nat64clat.c | 117 tcmd = get_token(nat64cmds, *av, "nat64clat command"); in ipfw_nat64clat_handler() 144 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64clat_handler() 200 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_create() 291 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_config()
|
| H A D | nat64stl.c | 149 tcmd = get_token(nat64cmds, *av, "nat64stl command"); in ipfw_nat64stl_handler() 176 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64stl_handler() 232 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_create() 321 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_config()
|
| H A D | nptv6.c | 110 tcmd = get_token(nptv6cmds, *av, "nptv6 command"); in ipfw_nptv6_handler() 133 tcmd = get_token(nptv6statscmds, *av, "stats command"); in ipfw_nptv6_handler() 205 tcmd = get_token(nptv6newcmds, *av, "option"); in nptv6_create()
|
| H A D | nat64lsn.c | 211 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command"); in ipfw_nat64lsn_stats_handler() 234 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command"); in ipfw_nat64lsn_list_handler() 277 tcmd = get_token(nat64cmds, *av, "nat64lsn command"); in ipfw_nat64lsn_handler() 424 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_create() 559 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_config()
|
| H A D | tables.c | 183 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler() 189 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler() 408 tcmd = get_token(tablenewcmds, *av, "option"); in table_create() 537 tcmd = get_token(tablenewcmds, *av, "option"); in table_modify()
|
| H A D | ipfw2.h | 348 int get_token(struct _s_x *table, const char *string, const char *errbase);
|
| H A D | ipfw2.c | 703 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token() function
|
| /freebsd-12.1/contrib/ntp/scripts/deprecated/ |
| H A D | html2man.in | 97 while (my $token = $p->get_token) {
|
| /freebsd-12.1/usr.sbin/usbconfig/ |
| H A D | usbconfig.c | 216 get_token(const char *str, uint8_t narg) in get_token() function 571 switch (get_token(argv[n], t)) { in main()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 825 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token); in getToken()
|