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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/
H A Djson_tokener.c95 enum json_tokener_error json_tokener_get_error(json_tokener *tok) argument
97 return tok->err;
108 struct json_tokener *tok; local
110 tok = (struct json_tokener*)calloc(1, sizeof(struct json_tokener));
111 if (!tok) return NULL;
112 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec));
113 if (!tok->stack) {
114 free(tok);
117 tok->pb = printbuf_new();
118 tok
128 json_tokener_free(struct json_tokener *tok) argument
136 json_tokener_reset_level(struct json_tokener *tok, int depth) argument
146 json_tokener_reset(struct json_tokener *tok) argument
168 struct json_tokener* tok; local
231 json_tokener_parse_ex(struct json_tokener *tok, const char *str, int len) argument
885 json_tokener_set_flags(struct json_tokener *tok, int flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/tests/
H A Dtest_charcase.c22 struct json_tokener *tok; local
25 tok = json_tokener_new();
26 json_tokener_set_flags(tok, JSON_TOKENER_STRICT);
28 new_obj = json_tokener_parse_ex(tok, "True", 4);
31 new_obj = json_tokener_parse_ex(tok, "False", 5);
34 new_obj = json_tokener_parse_ex(tok, "Null", 4);
39 json_tokener_free(tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/
H A Djson_tokener.c95 enum json_tokener_error json_tokener_get_error(json_tokener *tok) argument
97 return tok->err;
108 struct json_tokener *tok; local
110 tok = (struct json_tokener*)calloc(1, sizeof(struct json_tokener));
111 if (!tok) return NULL;
112 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec));
113 if (!tok->stack) {
114 free(tok);
117 tok->pb = printbuf_new();
118 tok
128 json_tokener_free(struct json_tokener *tok) argument
136 json_tokener_reset_level(struct json_tokener *tok, int depth) argument
146 json_tokener_reset(struct json_tokener *tok) argument
168 struct json_tokener* tok; local
231 json_tokener_parse_ex(struct json_tokener *tok, const char *str, int len) argument
885 json_tokener_set_flags(struct json_tokener *tok, int flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/tests/
H A Dtest_charcase.c22 struct json_tokener *tok; local
25 tok = json_tokener_new();
26 json_tokener_set_flags(tok, JSON_TOKENER_STRICT);
28 new_obj = json_tokener_parse_ex(tok, "True", 4);
31 new_obj = json_tokener_parse_ex(tok, "False", 5);
34 new_obj = json_tokener_parse_ex(tok, "Null", 4);
39 json_tokener_free(tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/
H A Djson_tokener.c95 enum json_tokener_error json_tokener_get_error(json_tokener *tok) argument
97 return tok->err;
108 struct json_tokener *tok; local
110 tok = (struct json_tokener*)calloc(1, sizeof(struct json_tokener));
111 if (!tok) return NULL;
112 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec));
113 if (!tok->stack) {
114 free(tok);
117 tok->pb = printbuf_new();
118 tok
128 json_tokener_free(struct json_tokener *tok) argument
136 json_tokener_reset_level(struct json_tokener *tok, int depth) argument
146 json_tokener_reset(struct json_tokener *tok) argument
168 struct json_tokener* tok; local
231 json_tokener_parse_ex(struct json_tokener *tok, const char *str, int len) argument
885 json_tokener_set_flags(struct json_tokener *tok, int flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/tests/
H A Dtest_charcase.c22 struct json_tokener *tok; local
25 tok = json_tokener_new();
26 json_tokener_set_flags(tok, JSON_TOKENER_STRICT);
28 new_obj = json_tokener_parse_ex(tok, "True", 4);
31 new_obj = json_tokener_parse_ex(tok, "False", 5);
34 new_obj = json_tokener_parse_ex(tok, "Null", 4);
39 json_tokener_free(tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Daccess.c21 static int masked_match(char *tok, char *slash, char *s) argument
30 net = interpret_addr(tok);
34 DEBUG(0,("access: bad net/mask access control: %s\n", tok));
41 static int string_match(char *tok,char *s, char *invalid_char) argument
62 if (tok[0] == '.') { /* domain: match last fields */
63 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
64 && strcasecmp(tok, s + str_len - tok_len) == 0)
66 } else if (tok[0] == '@') { /* netgroup: look it up */
83 netgroup_ok = innetgr(tok + 1, hostname, (char *) 0, mydomain);
88 tok
123 client_match(char *tok,char *item) argument
154 char *tok; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Daccess.c21 static int masked_match(char *tok, char *slash, char *s) argument
30 net = interpret_addr(tok);
34 DEBUG(0,("access: bad net/mask access control: %s\n", tok));
41 static int string_match(char *tok,char *s, char *invalid_char) argument
62 if (tok[0] == '.') { /* domain: match last fields */
63 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
64 && strcasecmp(tok, s + str_len - tok_len) == 0)
66 } else if (tok[0] == '@') { /* netgroup: look it up */
83 netgroup_ok = innetgr(tok + 1, hostname, (char *) 0, mydomain);
88 tok
123 client_match(char *tok,char *item) argument
154 char *tok; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Daccess.c21 static int masked_match(char *tok, char *slash, char *s) argument
30 net = interpret_addr(tok);
34 DEBUG(0,("access: bad net/mask access control: %s\n", tok));
41 static int string_match(char *tok,char *s, char *invalid_char) argument
62 if (tok[0] == '.') { /* domain: match last fields */
63 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
64 && strcasecmp(tok, s + str_len - tok_len) == 0)
66 } else if (tok[0] == '@') { /* netgroup: look it up */
83 netgroup_ok = innetgr(tok + 1, hostname, (char *) 0, mydomain);
88 tok
123 client_match(char *tok,char *item) argument
154 char *tok; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/clib/
H A Dstrsep.c61 char *tok; local
65 for (tok = s;;) {
75 return (tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/clib/
H A Dstrsep.c61 char *tok; local
65 for (tok = s;;) {
75 return (tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/clib/
H A Dstrsep.c61 char *tok; local
65 for (tok = s;;) {
75 return (tok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dftp-ls.c108 char *line = NULL, *tok, *ptok; /* tokenizer */ local
127 tok = strtok (line, " ");
128 if (!tok)
135 switch (*tok)
173 cur.perms = symperms (tok + 1);
194 tok = line;
195 while (ptok = tok,
196 (tok = strtok (NULL, " ")) != NULL)
202 if (!strcasecmp (tok, months[i]))
234 if (tok[
431 char *line = NULL, *tok; /* tokenizer */ local
690 char *line = NULL, *tok; /* tokenizer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dftp-ls.c108 char *line = NULL, *tok, *ptok; /* tokenizer */ local
127 tok = strtok (line, " ");
128 if (!tok)
135 switch (*tok)
173 cur.perms = symperms (tok + 1);
194 tok = line;
195 while (ptok = tok,
196 (tok = strtok (NULL, " ")) != NULL)
202 if (!strcasecmp (tok, months[i]))
234 if (tok[
431 char *line = NULL, *tok; /* tokenizer */ local
690 char *line = NULL, *tok; /* tokenizer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dftp-ls.c108 char *line = NULL, *tok, *ptok; /* tokenizer */ local
127 tok = strtok (line, " ");
128 if (!tok)
135 switch (*tok)
173 cur.perms = symperms (tok + 1);
194 tok = line;
195 while (ptok = tok,
196 (tok = strtok (NULL, " ")) != NULL)
202 if (!strcasecmp (tok, months[i]))
234 if (tok[
431 char *line = NULL, *tok; /* tokenizer */ local
690 char *line = NULL, *tok; /* tokenizer */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
30 if (*tok == '[') {
32 tok_copy = SMB_STRDUP(tok+1);
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
39 tok_copy = SMB_STRDUP(tok);
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
72 /* string_match - match string s against token tok */
73 static bool string_match(const char *tok,const char *s) argument
93 if (tok[0] == '.') { /* domain: match last fields */
94 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
178 client_match(const char *tok, const void *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
30 if (*tok == '[') {
32 tok_copy = SMB_STRDUP(tok+1);
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
39 tok_copy = SMB_STRDUP(tok);
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
72 /* string_match - match string s against token tok */
73 static bool string_match(const char *tok,const char *s) argument
93 if (tok[0] == '.') { /* domain: match last fields */
94 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
178 client_match(const char *tok, const void *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
30 if (*tok == '[') {
32 tok_copy = SMB_STRDUP(tok+1);
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
39 tok_copy = SMB_STRDUP(tok);
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
72 /* string_match - match string s against token tok */
73 static bool string_match(const char *tok,const char *s) argument
93 if (tok[0] == '.') { /* domain: match last fields */
94 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
178 client_match(const char *tok, const void *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/printing/
H A Dprinting.c135 static time_t EntryTime(fstring tok[], int ptr, int count, int minimum) argument
145 for (i=0; i<13; i++) if (!strncmp(tok[ptr], Months[i],3)) break; /* Find month */
148 day = atoi(tok[ptr+1]);
149 c=(char *)(tok[ptr+2]);
219 char *tok[MAXTOK]; local
234 tok[0] = strtok(line2," \t");
237 while (((tok[count] = strtok(NULL," \t")) != NULL) && (count < MAXTOK)) {
246 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) return(False);
248 buf->job = atoi(tok[JOBTO
409 fstring tok[11]; local
518 fstring tok[12]; local
613 fstring tok[9]; local
686 fstring tok[7]; local
751 fstring tok[11]; local
821 fstring tok[10]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/printing/
H A Dprinting.c135 static time_t EntryTime(fstring tok[], int ptr, int count, int minimum) argument
145 for (i=0; i<13; i++) if (!strncmp(tok[ptr], Months[i],3)) break; /* Find month */
148 day = atoi(tok[ptr+1]);
149 c=(char *)(tok[ptr+2]);
219 char *tok[MAXTOK]; local
234 tok[0] = strtok(line2," \t");
237 while (((tok[count] = strtok(NULL," \t")) != NULL) && (count < MAXTOK)) {
246 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) return(False);
248 buf->job = atoi(tok[JOBTO
409 fstring tok[11]; local
518 fstring tok[12]; local
613 fstring tok[9]; local
686 fstring tok[7]; local
751 fstring tok[11]; local
821 fstring tok[10]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/printing/
H A Dprinting.c135 static time_t EntryTime(fstring tok[], int ptr, int count, int minimum) argument
145 for (i=0; i<13; i++) if (!strncmp(tok[ptr], Months[i],3)) break; /* Find month */
148 day = atoi(tok[ptr+1]);
149 c=(char *)(tok[ptr+2]);
219 char *tok[MAXTOK]; local
234 tok[0] = strtok(line2," \t");
237 while (((tok[count] = strtok(NULL," \t")) != NULL) && (count < MAXTOK)) {
246 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) return(False);
248 buf->job = atoi(tok[JOBTO
409 fstring tok[11]; local
518 fstring tok[12]; local
613 fstring tok[9]; local
686 fstring tok[7]; local
751 fstring tok[11]; local
821 fstring tok[10]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dthreads.c190 xmlMutexPtr tok; local
192 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
196 pthread_mutex_init(&tok->lock, NULL);
198 tok->mutex = CreateMutex(NULL, FALSE, NULL);
200 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
201 free(tok);
204 tok->tid = -1;
206 return (tok);
211 * @tok: the simple mutex
217 xmlFreeMutex(xmlMutexPtr tok) argument
240 xmlMutexLock(xmlMutexPtr tok) argument
269 xmlMutexUnlock(xmlMutexPtr tok) argument
299 xmlRMutexPtr tok; local
355 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]

Completed in 170 milliseconds

1234567891011>>