Searched refs:tok (Results 151 - 175 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py423 tok = "" variable in class:CLexer
437 tok = tok + line
442 self.last = ('string', tok)
448 tok = "" variable in class:CLexer
460 if tok != "":
461 tok = tok + "\n"
462 tok = tok
562 tok = self.tokens[0] variable in class:CLexer
2018 tok = token variable in class:docBuilder
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c68 static struct tok icmp6_type_values[] = {
101 static struct tok icmp6_dst_unreach_code_values[] = {
110 static struct tok icmp6_opt_pi_flag_values[] = {
117 static struct tok icmp6_opt_ra_flag_values[] = {
124 static struct tok icmp6_nd_na_flag_values[] = {
132 static struct tok icmp6_opt_values[] = {
147 static struct tok mldv2report2str[] = {
H A Dprint-juniper.c68 static struct tok juniper_ipsec_type_values[] = {
77 static struct tok juniper_direction_values[] = {
98 struct tok jnx_ext_tlv_values[] = {
110 struct tok jnx_flag_values[] = {
180 struct tok juniper_ifmt_values[] = {
303 struct tok juniper_ifle_values[] = {
442 static struct tok juniper_protocol_values[] = {
H A Dprint-lwres.c178 struct tok opcode[] = {
187 extern struct tok ns_type2str[];
188 extern struct tok ns_class2str[];
H A Dprint-olsr.c81 static struct tok olsr_msg_values[] = {
144 static struct tok olsr_link_type_values[] = {
152 static struct tok olsr_neighbor_type_values[] = {
H A Dprint-tipc.c85 static const struct tok tipcuser_values[] = {
101 static const struct tok tipcmtype_values[] = {
109 static const struct tok tipc_linkconf_mtype_values[] = {
H A Dforces.h226 const struct tok ForCES_LFBs[] = {
384 static const struct tok ForCES_TLV[] = {
450 static const struct tok ForCES_TLV_err[] = {
652 const struct tok ForCES_errs[] = {
H A Dprint-arcnet.c44 struct tok arctypemap[] = {
H A Dprint-chdlc.c45 const struct tok chdlc_cast_values[] = {
H A Dprint-rip.c55 static const struct tok rip_cmd_values[] = {
H A Dprint-arp.c102 struct tok arpop_values[] = {
113 struct tok arphrd_values[] = {
H A Dprint-pim.c53 static struct tok pimv2_type_values[] = {
77 static struct tok pimv2_hello_option_values[] = {
94 static struct tok pimv2_register_flag_values[] = {
H A Dprint-atalk.c46 static struct tok type2str[] = {
605 static struct tok skt2str[] = {
H A Dprint-ether.c42 const struct tok ethertype_values[] = {
H A Dprint-gre.c68 struct tok gre_flag_values[] = {
H A Dprint-igmp.c99 static struct tok igmpv3report2str[] = {
H A Dprint-sctp.c66 struct tok ForCES_channels[] = {
H A Dprint-zephyr.c73 static struct tok z_types[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c50 static int process_tok(pstring tok);
3273 static int process_tok(pstring tok) argument
3277 int tok_len = strlen(tok);
3280 if (strequal(commands[i].name,tok)) {
3284 } else if (strnequal(commands[i].name, tok, tok_len)) {
3343 pstring tok; local
3360 if (!next_token_nr(&ptr,tok,NULL,sizeof(tok))) continue;
3362 if ((i = process_tok(tok)) >= 0) {
3365 d_printf("%s: command abbreviation ambiguous\n",tok);
3656 pstring tok; local
[all...]
H A Dsmbctool.c51 static int process_tok(pstring tok);
2988 static int process_tok(pstring tok) argument
2992 int tok_len = strlen(tok);
2995 if (strequal(commands[i].name,tok)) {
2999 } else if (strnequal(commands[i].name, tok, tok_len)) {
3058 pstring tok; local
3075 if (!next_token_nr(&ptr,tok,NULL,sizeof(tok))) continue;
3077 if ((i = process_tok(tok)) >= 0) {
3080 d_printf("%s: command abbreviation ambiguous\n",tok);
3324 pstring tok; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c209 #define TOKTEXT(tok, txt) tok, (pANTLR3_UINT8)txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c209 #define TOKTEXT(tok, txt) tok, (pANTLR3_UINT8)txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwbinfo.c1467 fstring tok; local
1479 while (next_token(arg, tok, LIST_SEP, sizeof(tok))) {
1482 if (!wbinfo_auth_krb5(tok, cctypes[i], flags)) {
1484 "Kerberos (ccache: %s)\n", tok, cctypes[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprntdlgg.cpp534 wxStringTokenizer tok( output[i], wxT(" ") );
535 wxString tmp = tok.GetNextToken(); // "device"
538 tmp = tok.GetNextToken(); // "for"
541 tmp = tok.GetNextToken(); // "hp_deskjet930c:"
547 tmp = tok.GetNextToken(); // "parallel:/dev/lp0"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c1319 static int sort_dimension__add(const char *tok, struct list_head *list) argument
1324 if (!strcmp(available_sorts[i]->name, tok)) {
1822 char *tmp, *tok, *str = strdup(sort_order); local
1824 for (tok = strtok_r(str, ", ", &tmp);
1825 tok; tok = strtok_r(NULL, ", ", &tmp)) {
1826 if (sort_dimension__add(tok, &sort_list) < 0) {
1827 error("Unknown --sort key: `%s'", tok);

Completed in 384 milliseconds

123456789