Searched refs:tok (Results 101 - 125 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.c787 int tok = cfg_yylex(cfg); local
789 if(tok == 0)
795 if(tok == EOF)
808 if(tok == '}')
817 if(tok != CFGT_STR)
841 if(tok == '+')
856 else if(tok == '=')
877 if(tok == '}' && is_set(CFGF_LIST, opt->flags))
887 if(tok != CFGT_STR)
907 if(tok !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c284 tok2strbuf(register const struct tok *lp, register const char *fmt,
305 tok2str(register const struct tok *lp, register const char *fmt,
323 bittok2str_internal(register const struct tok *lp, register const char *fmt,
374 bittok2str_nosep(register const struct tok *lp, register const char *fmt,
385 bittok2str(register const struct tok *lp, register const char *fmt,
H A Dnetdissect.h68 struct tok { struct
74 extern const char *tok2strbuf(const struct tok *, const char *, int,
78 extern const char *tok2str(const struct tok *, const char *, int);
79 extern char *bittok2str(const struct tok *, const char *, int);
80 extern char *bittok2str_nosep(const struct tok *, const char *, int);
251 extern const char *tok2str(const struct tok *, const char *, int);
H A Dprint-ldp.c114 static const struct tok ldp_msg_values[] = {
155 static const struct tok ldp_tlv_values[] = {
186 static const struct tok ldp_fec_values[] = {
198 static const struct tok ldp_fec_martini_ifparm_values[] = {
206 static const struct tok ldp_fec_martini_ifparm_vccv_cc_values[] = {
214 static const struct tok ldp_fec_martini_ifparm_vccv_cv_values[] = {
H A Dprint-lspping.c84 static const struct tok lspping_msg_type_values[] = {
90 static const struct tok lspping_reply_mode_values[] = {
98 static const struct tok lspping_return_code_values[] = {
147 static const struct tok lspping_tlv_values[] = {
172 static const struct tok lspping_tlvtargetfec_subtlv_values[] = {
461 static const struct tok lspping_tlv_downstream_addr_values[] = {
H A Dprint-ppp.c68 struct tok ppptype2str[] = {
132 struct tok cpcodes[] = {
246 const struct tok ccpconfopts_values[] = {
269 const struct tok bacconfopts_values[] = {
287 struct tok ipcpopt_values[] = {
302 struct tok ipcpopt_compproto_values[] = {
308 struct tok ipcpopt_compproto_subopt_values[] = {
317 struct tok ip6cpopt_values[] = {
336 struct tok authalg_values[] = {
361 struct tok ppp_callback_value
[all...]
H A Dprint-krb.c74 static struct tok type2str[] = {
87 static struct tok kerr2str[] = {
H A Dprint-ospf6.c45 static const struct tok ospf6_option_values[] = {
55 static const struct tok ospf6_rla_flag_values[] = {
64 static const struct tok ospf6_asla_flag_values[] = {
71 static struct tok ospf6_type_values[] = {
80 static struct tok ospf6_lsa_values[] = {
95 static struct tok ospf6_ls_scope_values[] = {
102 static struct tok ospf6_dd_flag_values[] = {
109 static struct tok ospf6_lsa_prefix_option_values[] = {
H A Dprint-pppoe.c54 static struct tok pppoecode2str[] = {
79 static struct tok pppoetag2str[] = {
H A Dethertype.h187 extern const struct tok ethertype_values[];
H A Dprint-stp.c57 struct tok stp_proto_values[] = {
69 struct tok stp_bpdu_flag_values[] = {
79 struct tok stp_bpdu_type_values[] = {
86 struct tok rstp_obj_port_role_values[] = {
H A Dsignature.c38 const struct tok signature_check_values[] = {
H A Dprint-ntp.c55 static struct tok ntp_mode_values[] = {
67 static struct tok ntp_leapind_values[] = {
75 static struct tok ntp_stratum_values[] = {
H A Dprint-bgp.c68 static struct tok bgp_msg_values[] = {
145 static struct tok bgp_attr_values[] = {
178 static struct tok bgp_as_path_segment_open_values[] = {
186 static struct tok bgp_as_path_segment_close_values[] = {
198 static struct tok bgp_opt_values[] = {
212 static struct tok bgp_capcode_values[] = {
231 static struct tok bgp_notify_major_values[] = {
244 static struct tok bgp_notify_minor_cease_values[] = {
255 static struct tok bgp_notify_minor_msg_values[] = {
262 static struct tok bgp_notify_minor_open_value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dlocking.c662 DEBUG(10, ("unparse_share_modes: del: %d, tok = %u, num: %d\n",
1223 static UNIX_USER_TOKEN *copy_unix_token(TALLOC_CTX *ctx, UNIX_USER_TOKEN *tok) argument
1227 if (tok == NULL) {
1236 cpy->uid = tok->uid;
1237 cpy->gid = tok->gid;
1238 cpy->ngroups = tok->ngroups;
1239 if (tok->ngroups) {
1241 cpy->groups = TALLOC_ARRAY(cpy, gid_t, tok->ngroups);
1245 memcpy(cpy->groups, tok->groups, tok
1254 set_delete_on_close_token(struct share_mode_lock *lck, UNIX_USER_TOKEN *tok) argument
1278 set_delete_on_close_lck(struct share_mode_lock *lck, BOOL delete_on_close, UNIX_USER_TOKEN *tok) argument
1290 set_delete_on_close(files_struct *fsp, BOOL delete_on_close, UNIX_USER_TOKEN *tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dcgi.c111 char *p, *s, *tok; local
168 for (tok=strtok(s,"&;");tok;tok=strtok(NULL,"&;")) {
169 p = strchr_m(tok,'=');
174 variables[num_variables].name = SMB_STRDUP(tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_hashlimit.c217 char *tok; local
223 for (tok = strtok(arg, ",|");
224 tok;
225 tok = strtok(NULL, ",|")) {
226 if (!strcmp(tok, "dstip"))
228 else if (!strcmp(tok, "srcip"))
230 else if (!strcmp(tok, "srcport"))
232 else if (!strcmp(tok, "dstport"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c362 fstring tok; local
370 for (ptr=ports; next_token(&ptr, tok, " \t,", sizeof(tok)); ) {
371 unsigned port = atoi(tok);
405 fstring tok; local
410 for (ptr=ports; next_token(&ptr, tok, " \t,", sizeof(tok)); ) {
411 unsigned port = atoi(tok);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h190 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_hashlimit.c217 char *tok; local
223 for (tok = strtok(arg, ",|");
224 tok;
225 tok = strtok(NULL, ",|")) {
226 if (!strcmp(tok, "dstip"))
228 else if (!strcmp(tok, "srcip"))
230 else if (!strcmp(tok, "srcport"))
232 else if (!strcmp(tok, "dstport"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c3882 fstring tok; local
3932 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
3936 if (StrnCaseCmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
3938 } else if (StrnCaseCmp(tok, "DENIED", strlen("DENIED")) == 0) {
3946 if (!(next_token(&cp, tok, "/", sizeof(fstring)) &&
3947 sscanf(tok, "%i", &aflags))) {
3951 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
3955 if (strncmp(tok, "0x", 2) == 0) {
3956 if (sscanf(tok, "%i", &amask) != 1) {
3963 if (strcmp(tok,
4031 fstring tok; local
4209 fstring tok; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c331 const char *end, int tok, const char *next, const char **nextPtr,
2052 int tok = XmlContentTok(encoding, start, end, &next); local
2053 switch (tok) {
2091 int tok; local
2094 tok = XmlContentTok(encoding, start, end, &next);
2097 switch (tok) {
2174 int tok = XmlContentTok(enc, s, end, &next); local
2176 switch (tok) {
3114 int tok = XmlCdataSectionTok(enc, s, end, &next); local
3116 switch (tok) {
3234 int tok; local
3488 int tok; local
3556 int tok; local
3599 int tok; local
3635 int tok = XmlPrologTok(encoding, s, end, &next); local
3641 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore) argument
4626 int tok = XmlPrologTok(encoding, s, end, &next); local
4715 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4760 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4785 int tok; local
4834 int tok = XmlAttributeValueTok(enc, ptr, end, &next); local
4999 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c331 const char *end, int tok, const char *next, const char **nextPtr,
2051 int tok = XmlContentTok(encoding, start, end, &next); local
2052 switch (tok) {
2090 int tok; local
2093 tok = XmlContentTok(encoding, start, end, &next);
2096 switch (tok) {
2173 int tok = XmlContentTok(enc, s, end, &next); local
2175 switch (tok) {
3113 int tok = XmlCdataSectionTok(enc, s, end, &next); local
3115 switch (tok) {
3233 int tok; local
3487 int tok; local
3555 int tok; local
3598 int tok; local
3634 int tok = XmlPrologTok(encoding, s, end, &next); local
3640 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore) argument
4625 int tok = XmlPrologTok(encoding, s, end, &next); local
4714 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4759 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4784 int tok; local
4833 int tok = XmlAttributeValueTok(enc, ptr, end, &next); local
4998 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kmem.c622 static int sort_dimension__add(const char *tok, struct list_head *list) argument
628 if (!strcmp(avail_sorts[i]->name, tok)) {
643 char *tok; local
650 tok = strsep(&str, ",");
651 if (!tok)
653 if (sort_dimension__add(tok, sort_list) < 0) {
654 error("Unknown --sort key: '%s'", tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c311 const char *end, int tok, const char *next, const char **nextPtr);
1816 int tok = XmlContentTok(encoding, start, end, &next); local
1817 switch (tok) {
1856 int tok = XmlContentTok(encoding, start, end, &next); local
1857 switch (tok) {
1923 int tok = XmlContentTok(enc, s, end, &next); local
1925 switch (tok) {
2719 int tok = XmlCdataSectionTok(enc, s, end, &next); local
2721 switch (tok) {
2820 int tok; local
3068 int tok; local
3122 int tok; local
3164 int tok; local
3199 int tok = XmlPrologTok(encoding, s, end, &next); local
3204 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr) argument
4149 int tok = XmlPrologTok(encoding, s, end, &next); local
4205 int tok; local
4258 int tok = XmlAttributeValueTok(enc, ptr, end, &next); local
4421 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); local
[all...]

Completed in 409 milliseconds

123456789