Searched refs:tok (Results 1 - 25 of 222) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dl2vpn.h17 extern const struct tok l2vpn_encaps_values[];
H A Dgmpls.h26 extern const struct tok gmpls_link_prot_values[];
27 extern const struct tok gmpls_switch_cap_values[];
28 extern const struct tok gmpls_switch_cap_tsc_indication_values[];
29 extern const struct tok gmpls_encoding_values[];
30 extern const struct tok gmpls_payload_values[];
31 extern const struct tok diffserv_te_bc_values[];
32 extern const struct tok lmp_sd_service_config_cpsa_link_type_values[];
33 extern const struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[];
34 extern const struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[];
H A Dgmpls.c31 const struct tok gmpls_link_prot_values[] = {
44 const struct tok gmpls_switch_cap_values[] = {
57 const struct tok gmpls_switch_cap_tsc_indication_values[] = {
64 const struct tok gmpls_encoding_values[] = {
80 const struct tok gmpls_payload_values[] = {
148 const struct tok lmp_sd_service_config_cpsa_link_type_values[] = {
159 const struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[] = {
176 const struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[] = {
192 const struct tok diffserv_te_bc_values[] = {
H A Dsignature.h25 extern const struct tok signature_check_values[];
H A Daf.h20 extern const struct tok af_values[];
21 extern const struct tok bsd_af_values[];
H A Daf.c31 const struct tok af_values[] = {
53 const struct tok bsd_af_values[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrsep.c61 char *tok; local
65 for (tok = s;;) {
75 return (tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c178 xmlMutexPtr tok; local
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
184 pthread_mutex_init(&tok->lock, NULL);
186 tok->mutex = CreateMutex(NULL, FALSE, NULL);
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
189 free(tok);
192 tok->tid = -1;
194 return (tok);
199 * @tok: the simple mutex
205 xmlFreeMutex(xmlMutexPtr tok) argument
227 xmlMutexLock(xmlMutexPtr tok) argument
255 xmlMutexUnlock(xmlMutexPtr tok) argument
285 xmlRMutexPtr tok; local
341 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
H A Dthreads.in.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/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c178 xmlMutexPtr tok; local
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
184 pthread_mutex_init(&tok->lock, NULL);
186 tok->mutex = CreateMutex(NULL, FALSE, NULL);
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
189 free(tok);
192 tok->tid = -1;
194 return (tok);
199 * @tok: the simple mutex
205 xmlFreeMutex(xmlMutexPtr tok) argument
227 xmlMutexLock(xmlMutexPtr tok) argument
255 xmlMutexUnlock(xmlMutexPtr tok) argument
285 xmlRMutexPtr tok; local
341 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
H A Dthreads.in.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/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2wxr.cpp57 wxString tok,prevtok; local
61 tok=GetToken();
63 if (tok==_T("DIALOG"))
68 if (tok==_T("MENU"))
73 prevtok=tok;
118 wxString tok; local
130 tok=PeekToken();
134 if (tok==_T("DISCARDABLE"))
138 tok=GetToken();
140 tok
238 wxString tok; local
292 wxString tok; local
320 wxString tok; local
348 wxString tok; local
430 wxString tok; local
480 wxString tok=wxEmptyString; local
614 wxString tok; local
628 wxString tok; local
659 wxString tok = GetQuoteField(); local
699 wxString tok = GetToken(); local
707 wxString tok; local
727 wxString tok; variable
745 wxString tok; variable
760 wxString tok = PeekToken(); local
772 wxString tok = GetToken(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlrole.c102 int tok,
125 static int FASTCALL common(PROLOG_STATE *state, int tok);
129 int tok,
134 switch (tok) {
161 return common(state, tok);
166 int tok,
171 switch (tok) {
192 return common(state, tok);
197 int tok,
202 switch (tok) {
128 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
165 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
196 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
265 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
336 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
393 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
406 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
438 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
458 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
475 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
503 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
520 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
537 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
560 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
578 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
606 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
623 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
640 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
657 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
674 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
698 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
715 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
733 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
793 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
834 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
928 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
968 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
985 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1003 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1033 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1073 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1098 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1116 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1137 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1167 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1217 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1241 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1295 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1305 common(PROLOG_STATE *state, int tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlrole.c93 int tok,
116 static int FASTCALL common(PROLOG_STATE *state, int tok);
120 int tok,
125 switch (tok) {
152 return common(state, tok);
157 int tok,
162 switch (tok) {
183 return common(state, tok);
188 int tok,
193 switch (tok) {
119 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
156 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
187 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
208 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
226 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
256 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
273 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
290 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
310 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
327 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
382 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
395 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
427 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
447 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
464 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
492 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
509 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
526 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
549 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
567 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
595 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
612 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
629 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
646 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
663 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
687 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
704 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
722 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
743 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
761 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
782 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
823 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
842 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
862 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
879 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
896 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
917 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
957 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
974 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
992 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1022 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1062 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1087 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1105 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1126 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1156 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1206 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1230 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1248 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1267 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1284 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1294 common(PROLOG_STATE *state, int tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlrole.c102 int tok,
125 static int FASTCALL common(PROLOG_STATE *state, int tok);
129 int tok,
134 switch (tok) {
161 return common(state, tok);
166 int tok,
171 switch (tok) {
192 return common(state, tok);
197 int tok,
202 switch (tok) {
128 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
165 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
196 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
265 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
336 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
393 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
406 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
438 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
458 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
475 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
503 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
520 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
537 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
560 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
578 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
606 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
623 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
640 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
657 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
674 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
698 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
715 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
733 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
793 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
834 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
928 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
968 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
985 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1003 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1033 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1073 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1098 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1116 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1137 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1167 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1217 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1241 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1295 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1305 common(PROLOG_STATE *state, int tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-ls.c107 char *line, *tok, *ptok; /* tokenizer */ local
129 tok = strtok (line, " ");
130 if (!tok)
140 switch (*tok)
178 cur.perms = symperms (tok + 1);
198 tok = line;
199 while (ptok = tok,
200 (tok = strtok (NULL, " ")) != NULL)
206 if (!strcmp (tok, months[i]))
238 if (tok[
434 char *line, *tok; /* tokenizer */ local
681 char *line, *tok; /* tokenizer */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dstrsep.c64 char *tok; local
68 for (tok = s;;) {
78 return (tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnetrc.c106 char *tok; local
113 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
114 while(!done && tok) {
123 if(Curl_raw_equal("machine", tok)) {
124 /* the next tok is the machine name, this is in itself the
132 if(Curl_raw_equal(host, tok)) {
145 state_our_login = Curl_raw_equal(*loginp, tok);
149 *loginp = strdup(tok);
160 *passwordp = strdup(tok);
168 else if(Curl_raw_equal("login", tok))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dlsmod.c154 char *tok; local
156 tok = strtok(line, " \t");
157 printf("%-19s", tok);
158 tok = strtok(NULL, " \t\n");
159 printf(" %8s", tok);
160 tok = strtok(NULL, " \t\n");
162 if (tok) {
163 printf(" %s", tok);
164 tok = strtok(NULL, "\n");
165 if (!tok)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c188 xmlMutexPtr tok; local
190 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
194 pthread_mutex_init(&tok->lock, NULL);
196 tok->mutex = CreateMutex(NULL, FALSE, NULL);
198 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
199 free(tok);
202 tok->tid = -1;
204 return (tok);
209 * @tok: the simple mutex
215 xmlFreeMutex(xmlMutexPtr tok) argument
238 xmlMutexLock(xmlMutexPtr tok) argument
267 xmlMutexUnlock(xmlMutexPtr tok) argument
297 xmlRMutexPtr tok; local
353 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dthreads.c188 xmlMutexPtr tok; local
190 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
194 pthread_mutex_init(&tok->lock, NULL);
196 tok->mutex = CreateMutex(NULL, FALSE, NULL);
198 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
199 free(tok);
202 tok->tid = -1;
204 return (tok);
209 * @tok: the simple mutex
215 xmlFreeMutex(xmlMutexPtr tok) argument
238 xmlMutexLock(xmlMutexPtr tok) argument
267 xmlMutexUnlock(xmlMutexPtr tok) argument
297 xmlRMutexPtr tok; local
353 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dlpq_parse.c31 static time_t EntryTime(fstring tok[], int ptr, int count, int minimum) argument
42 if (!strncmp(tok[ptr], Months[i],3)) {
52 day = atoi(tok[ptr+1]);
53 c=(char *)(tok[ptr+2]);
127 char *tok[MAXTOK]; local
144 tok[0] = strtok(line2," \t");
147 while ((count < MAXTOK) && ((tok[count] = strtok(NULL," \t")) != NULL)) {
157 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) {
161 buf->job = atoi(tok[JOBTO
335 fstring tok[11]; local
440 fstring tok[12]; local
553 fstring tok[9]; local
636 fstring tok[7]; local
703 fstring tok[11]; local
944 fstring tok; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Daccess.c18 static BOOL masked_match(const char *tok, const char *slash, const char *s) argument
28 fstrcpy(tok_cpy, tok);
29 tok_cpy[PTR_DIFF(slash,tok)] = '\0';
31 tok_cpy[PTR_DIFF(slash,tok)] = '/';
42 DEBUG(0,("access: bad net/mask access control: %s\n", tok));
50 static BOOL string_match(const char *tok,const char *s, char *invalid_char) argument
72 if (tok[0] == '.') { /* domain: match last fields */
73 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
74 && strequal(tok, s + str_len - tok_len))
76 } else if (tok[
133 client_match(const char *tok, const char *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmystring.c46 char *str, *tok; local
61 tok = strtok(str, ",");
63 tok = strtok(NULL, ",");
65 if (!tok || *tok == '\0') {
70 if (strchr(tok, '-')) {
73 start = tok;
74 end = strchr(tok, '-');
95 int val = atoi(tok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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);

Completed in 260 milliseconds

123456789