Searched refs:tok (Results 26 - 50 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dthreads.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dthreads.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_fetch.c35 fstring tok; local
43 if (!next_token(&file_sys_path, tok, "\\", sizeof(tok))) {
47 if ((*server = talloc_strdup(mem_ctx, tok)) == NULL) {
51 if (!next_token(&file_sys_path, tok, "\\", sizeof(tok))) {
55 if ((*service = talloc_strdup(mem_ctx, tok)) == NULL) {
85 fstring tok; local
94 while (next_token(&unix_path, tok, "/", sizeof(tok))) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Ddebugparse.h65 const char *dbg_token2string( dbg_Token tok );
69 * Input: tok - One of the set of dbg_Tokens defined in debugparse.h.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dnlpid.c29 const struct tok nlpid_values[] = {
H A Dnlpid.h17 extern const struct tok nlpid_values[];
H A Doui.c31 const struct tok oui_values[] = {
59 const struct tok smi_values[] = {
H A Doui.h17 extern const struct tok oui_values[];
18 extern const struct tok smi_values[];
H A Dipproto.c30 const struct tok ipproto_values[] = {
H A Dl2vpn.c30 const struct tok l2vpn_encaps_values[] = {
H A Dprint-llc.c47 static struct tok llc_values[] = {
66 static struct tok llc_cmd_values[] = {
78 static const struct tok llc_flag_values[] = {
89 static const struct tok llc_ig_flag_values[] = {
96 static const struct tok llc_supervisory_values[] = {
104 static const struct tok cisco_values[] = {
113 static const struct tok bridged_values[] = {
128 static const struct tok null_values[] = {
134 const struct tok *tok; member in struct:oui_tok
391 const struct tok *tok = null_values; local
[all...]
H A Dprint-lmp.c63 static const struct tok lmp_header_flag_values[] = {
69 static const struct tok lmp_obj_te_link_flag_values[] = {
75 static const struct tok lmp_obj_data_link_flag_values[] = {
82 static const struct tok lmp_obj_channel_status_values[] = {
89 static const struct tok lmp_obj_begin_verify_flag_values[] = {
95 static const struct tok lmp_obj_begin_verify_error_values[] = {
104 static const struct tok lmp_obj_link_summary_error_values[] = {
115 static const struct tok lmp_obj_service_config_sp_flag_values[] = {
122 static const struct tok lmp_obj_service_config_cpsa_tp_flag_values[] = {
130 static const struct tok lmp_obj_service_config_cpsa_cct_flag_value
[all...]
H A Dprint-bfd.c104 static const struct tok bfd_v1_authentication_values[] = {
117 static const struct tok bfd_port_values[] = {
124 static const struct tok bfd_diag_values[] = {
137 static const struct tok bfd_v0_flag_values[] = {
151 static const struct tok bfd_v1_flag_values[] = {
161 static const struct tok bfd_v1_state_values[] = {
H A Dprint-mpcp.c55 static const struct tok mpcp_opcode_values[] = {
67 static const struct tok mpcp_grant_flag_values[] = {
87 static const struct tok mpcp_reg_req_flag_values[] = {
100 static const struct tok mpcp_reg_flag_values[] = {
110 static const struct tok mpcp_report_bitmap_values[] = {
128 static const struct tok mpcp_reg_ack_flag_values[] = {
H A Dprint-vtp.c60 static struct tok vtp_message_type_values[] = {
68 static struct tok vtp_header_values[] = {
76 static struct tok vtp_vlan_type_values[] = {
85 static struct tok vtp_vlan_status[] = {
102 static struct tok vtp_vlan_tlv_values[] = {
116 static struct tok vtp_stp_type_values[] = {
H A Dprint-udld.c44 static struct tok udld_tlv_values[] = {
55 static struct tok udld_code_values[] = {
63 static struct tok udld_flags_values[] = {
H A Dprint-atm.c51 struct tok oam_f_values[] = {
57 struct tok atm_pty_values[] = {
73 struct tok oam_celltype_values[] = {
86 struct tok oam_fm_functype_values[] = {
94 struct tok oam_pm_functype_values[] = {
101 struct tok oam_ad_functype_values[] = {
109 struct tok oam_fm_loopback_indicator_values[] = {
115 static const struct tok *oam_functype_values[16] = {
232 static struct tok msgtype2str[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_hwec.c72 char *dup, *tok, *name, *val; local
78 while ((tok = strsep(&dup, ","))) {
79 if (!strlen(tok))
81 name = strsep(&tok, "=");
82 val = tok;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlrole.h89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompat.c225 char *tok; local
229 for (tok = s;;) {
239 return (tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlrole.h89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlrole.h89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp472 static inline size_t get_token_len( char* tok )
474 char* start = tok;
476 skip_token( tok );
478 return size_t( tok - start );
1297 char* tok = start+6; local
1299 get_next_token( tok );
1301 pPL->m_Name = get_token_str( tok );
1303 skip_token( tok );
1304 get_next_token( tok);
1307 if ( tok > cu
1773 char* tok = cur; local
2086 char* tok = cur; local
2144 char* tok = cur; local
2168 char* tok = cur; local
2249 wxChar* tok = cur-1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3tokenstream.c490 pANTLR3_COMMON_TOKEN tok; local
517 tok = ts->get(ts, i);
518 if (tok != NULL)
520 string->appendS(string, tok->getText(tok));
676 pANTLR3_COMMON_TOKEN tok; local
699 tok = tokenStream->tstream->get(tokenStream->tstream, i);
702 || types->isMember(types, tok->getType(tok) == ANTLR3_TRUE)
705 filteredList->put(filteredList, n++, (void *)tok, NUL
754 pANTLR3_COMMON_TOKEN tok; local
903 pANTLR3_COMMON_TOKEN tok; local
985 pANTLR3_COMMON_TOKEN tok; local
1008 pANTLR3_COMMON_TOKEN tok; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dnetrc.c266 char *line, *p, *tok; local
328 tok = p;
353 current->acc = xstrdup (tok);
361 current->host = xstrdup (tok);
366 current->passwd = xstrdup (tok);
402 if (!strcmp (tok, "account"))
404 else if (!strcmp (tok, "default"))
408 else if (!strcmp (tok, "login"))
411 else if (!strcmp (tok, "macdef"))
414 else if (!strcmp (tok, "machin
[all...]

Completed in 562 milliseconds

123456789