Searched refs:tok (Results 126 - 150 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1088 static token tok; /* Lookahead token. */ variable
1185 if ((tok >= 0 && tok < NOTCHAR) || tok >= CSET || tok == BACKREF
1186 || tok == BEGLINE || tok == ENDLINE || tok == BEGWORD
1188 || tok == ANYCHAR || tok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rx.c57 static struct tok rx_types[] = {
85 static struct tok fs_req[] = {
130 static struct tok cb_req[] = {
152 static struct tok pt_req[] = {
179 static struct tok vldb_req[] = {
217 static struct tok kauth_req[] = {
239 static struct tok vol_req[] = {
275 static struct tok bos_req[] = {
316 static struct tok ubik_req[] = {
347 static struct tok cb_type
[all...]
H A Dprint-eigrp.c60 static const struct tok eigrp_opcode_values[] = {
70 static const struct tok eigrp_common_header_flag_values[] = {
94 static const struct tok eigrp_tlv_values[] = {
198 static const struct tok eigrp_ext_proto_id_values[] = {
H A Dprint-icmp.c197 static struct tok icmp2str[] = {
211 static struct tok unreach2str[] = {
238 static struct tok type2str[] = {
309 static const struct tok icmp_mpls_ext_obj_values[] = {
H A Dprint-igrp.c73 static struct tok op2str[] = {
H A Dprint-l2tp.c58 static struct tok l2tp_msgtype2str[] = {
118 static struct tok l2tp_avp2str[] = {
163 static struct tok l2tp_authentype2str[] = {
177 static struct tok l2tp_cc_direction2str[] = {
H A Dprint-sll.c44 const struct tok sll_pkttype_values[] = {
H A Dprint-sunrpc.c71 static struct tok proc2str[] = {
H A Dprint-cdp.c48 static struct tok cdp_tlv_values[] = {
73 static struct tok cdp_capability_values[] = {
H A Dprint-lwapp.c83 static const struct tok lwapp_header_bits_values[] = {
122 static const struct tok lwapp_msg_type_values[] = {
H A Dprint-rpki-rtr.c103 static const struct tok rpki_rtr_pdu_values[] = {
116 static const struct tok rpki_rtr_error_codes[] = {
H A Dprint-sflow.c84 static const struct tok sflow_format_values[] = {
135 static const struct tok sflow_flow_type_values[] = {
159 static const struct tok sflow_flow_raw_protocol_values[] = {
217 static const struct tok sflow_counter_type_values[] = {
233 static const struct tok sflow_iface_direction_values[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.c185 char *tok; local
198 tok = s++;
209 return tok;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member in struct:tag_cmd_pkt_tx_feedback
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member in struct:tag_cmd_pkt_tx_feedback
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member in struct:tag_cmd_pkt_tx_feedback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c1154 fstring tok; local
1220 while (next_token(&ptr, tok, LIST_SEP, sizeof(tok))) {
1221 if((strequal(tok, "host") || strequal(tok, "hosts"))) {
1226 } else if(strequal( tok, "kdc")) {
1235 } else if(strequal( tok, "ads")) {
1242 } else if(strequal( tok, "lmhosts")) {
1247 } else if(strequal( tok, "wins")) {
1253 } else if(strequal( tok, "bcas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c218 fstring tok; local
220 while (next_token(&options,tok," \t,", sizeof(tok))) {
226 if ((p = strchr_m(tok,'='))) {
233 if (strequal(socket_options[i].name,tok))
237 DEBUG(0,("Unknown socket option %s\n",tok));
250 DEBUG(0,("syntax error - %s does not take a value\n",tok));
261 DEBUG(0,("Failed to set socket option %s (Error %s)\n",tok, strerror(errno) ));
H A Dutil_str.c893 pstring tok; local
899 while (next_token(&p,tok,LIST_SEP,sizeof(tok))) {
901 if (strcmp(tok,s) == 0)
904 if (StrCaseCmp(tok,s) == 0)
1773 pstring tok; local
1792 while (next_token(&str, tok, sep, sizeof(tok))) {
1818 list[num] = talloc_strdup(mem_ctx, tok);
1820 list[num] = SMB_STRDUP(tok);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.h152 #define for_all_properties(sym, st, tok) \
154 if (st->type == (tok))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.h118 #define for_all_properties(sym, st, tok) \
120 if (st->type == (tok))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.h155 #define for_all_properties(sym, st, tok) \
157 if (st->type == (tok))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.c536 char *tok; local
566 for (parse = buf; (tok = strtok(parse, ", \n\t\r")) != NULL; parse = NULL) {
567 if (ISTREQ(tok, "localdomain"))
576 for (parse = buf; (tok = strtok(parse, ", \n\t\r")) != NULL; parse = NULL) {
580 if (strstr(hn, tok) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3lexer.c312 pANTLR3_COMMON_TOKEN tok; local
316 tok = nextTokenStr(toksource);
331 while (tok->type == ANTLR3_TOKEN_EOF)
344 tok = nextTokenStr(toksource);
360 return tok;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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...]

Completed in 145 milliseconds

123456789