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

1234567891011>>

/freebsd-10-stable/contrib/tcpdump/
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[];
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
21 case tok::greater:
30 case tok::greatergreater:
42 case tok::comma: return prec::Comma;
43 case tok::equal:
44 case tok::starequal:
45 case tok::slashequal:
46 case tok::percentequal:
47 case tok::plusequal:
48 case tok
[all...]
H A DTokenKinds.cpp25 const char *tok::getTokenName(enum TokenKind Kind) {
26 assert(Kind < tok::NUM_TOKENS);
30 const char *tok::getTokenSimpleSpelling(enum TokenKind Kind) {
/freebsd-10-stable/lib/libedit/
H A Dtokenizer.c86 tok_finish(Tokenizer *tok) argument
89 *tok->wptr = '\0';
90 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
91 tok->argv[tok->argc++] = tok->wstart;
92 tok->argv[tok
105 Tokenizer *tok = (Tokenizer *) tok_malloc(sizeof(Tokenizer)); local
144 tok_reset(Tokenizer *tok) argument
159 tok_end(Tokenizer *tok) argument
188 tok_line(Tokenizer *tok, const LineInfo *line, int *argc, const char ***argv, int *cursorc, int *cursoro) argument
437 tok_str(Tokenizer *tok, const char *line, int *argc, const char ***argv) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp53 case tok::kw_asm:
55 case tok::kw_namespace:
58 case tok::kw_using:
60 case tok::kw_static_assert:
61 case tok::kw__Static_assert:
149 case tok::kw__Atomic:
150 if (NextToken().isNot(tok::l_paren)) {
155 case tok::kw_typeof:
156 case tok::kw___attribute:
157 case tok
[all...]
H A DParseObjc.cpp26 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) {
28 if (Tok.is(tok::kw___attribute)) {
29 if (Kind == tok::objc_interface || Kind == tok::objc_protocol)
31 << (Kind == tok::objc_protocol);
49 if (Tok.is(tok::code_completion)) {
57 case tok::objc_class:
59 case tok::objc_interface: {
64 case tok::objc_protocol: {
68 case tok
[all...]
H A DParseInit.cpp32 case tok::period: // designator: '.' identifier
35 case tok::l_square: { // designator: array-designator
43 case tok::equal:
44 case tok::r_square:
48 case tok::amp:
49 case tok::kw_this:
50 case tok::identifier:
64 case tok::identifier: // designation: identifier ':'
65 return PP.LookAhead(0).is(tok::colon);
74 case tok
[all...]
H A DParseTemplate.cpp33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
64 assert((Tok.is(tok::kw_export) || Tok.is(tok::kw_template)) &&
104 if (Tok.is(tok::kw_export)) {
110 if (Tok.is(tok::kw_template)) {
123 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
124 if (Tok.is(tok::semi))
142 } while (Tok.is(tok::kw_export) || Tok.is(tok
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp74 TokenInfo[tok::identifier ] |= aci_custom;
75 TokenInfo[tok::numeric_constant] |= aci_custom_firstchar;
76 TokenInfo[tok::period ] |= aci_custom_firstchar;
77 TokenInfo[tok::amp ] |= aci_custom_firstchar;
78 TokenInfo[tok::plus ] |= aci_custom_firstchar;
79 TokenInfo[tok::minus ] |= aci_custom_firstchar;
80 TokenInfo[tok::slash ] |= aci_custom_firstchar;
81 TokenInfo[tok::less ] |= aci_custom_firstchar;
82 TokenInfo[tok::greater ] |= aci_custom_firstchar;
83 TokenInfo[tok
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.h20 namespace tok { namespace in namespace:clang
68 return (K == tok::identifier) || (K == tok::raw_identifier);
74 return K == tok::string_literal || K == tok::wide_string_literal ||
75 K == tok::utf8_string_literal || K == tok::utf16_string_literal ||
76 K == tok::utf32_string_literal;
82 return K == tok::numeric_constant || K == tok
[all...]
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c915 fetch_header32_tok(tokenstr_t *tok, u_char *buf, int len) argument
919 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.size, tok->len, err);
923 READ_TOKEN_U_CHAR(buf, len, tok->tt.hdr32.version, tok->len, err);
927 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_type, tok->len, err);
931 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_mod, tok->len, err);
935 READ_TOKEN_U_INT32(buf, len, tok
947 print_header32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1003 fetch_header32_ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
1054 print_header32_ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1107 fetch_header64_tok(tokenstr_t *tok, u_char *buf, int len) argument
1139 print_header64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1191 fetch_header64_ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
1242 print_header64_ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1291 fetch_trailer_tok(tokenstr_t *tok, u_char *buf, int len) argument
1307 print_trailer_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1324 fetch_arg32_tok(tokenstr_t *tok, u_char *buf, int len) argument
1349 print_arg32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1375 fetch_arg64_tok(tokenstr_t *tok, u_char *buf, int len) argument
1400 print_arg64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1432 fetch_arb_tok(tokenstr_t *tok, u_char *buf, int len) argument
1484 print_arb_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1660 fetch_attr32_tok(tokenstr_t *tok, u_char *buf, int len) argument
1692 print_attr32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1741 fetch_attr64_tok(tokenstr_t *tok, u_char *buf, int len) argument
1773 print_attr64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1818 fetch_exit_tok(tokenstr_t *tok, u_char *buf, int len) argument
1834 print_exit_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1859 fetch_execarg_tok(tokenstr_t *tok, u_char *buf, int len) argument
1891 print_execarg_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1917 fetch_execenv_tok(tokenstr_t *tok, u_char *buf, int len) argument
1949 print_execenv_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
1977 fetch_file_tok(tokenstr_t *tok, u_char *buf, int len) argument
2002 print_file_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2031 fetch_newgroups_tok(tokenstr_t *tok, u_char *buf, int len) argument
2051 print_newgroups_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2073 fetch_inaddr_tok(tokenstr_t *tok, u_char *buf, int len) argument
2087 print_inaddr_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2105 fetch_inaddr_ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
2130 print_inaddr_ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2149 fetch_ip_tok(tokenstr_t *tok, u_char *buf, int len) argument
2203 print_ip_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2270 fetch_ipc_tok(tokenstr_t *tok, u_char *buf, int len) argument
2286 print_ipc_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2316 fetch_ipcperm_tok(tokenstr_t *tok, u_char *buf, int len) argument
2352 print_ipcperm_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2401 fetch_iport_tok(tokenstr_t *tok, u_char *buf, int len) argument
2414 print_iport_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2432 fetch_opaque_tok(tokenstr_t *tok, u_char *buf, int len) argument
2449 print_opaque_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2471 fetch_path_tok(tokenstr_t *tok, u_char *buf, int len) argument
2488 print_path_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2515 fetch_process32_tok(tokenstr_t *tok, u_char *buf, int len) argument
2560 print_process32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2627 fetch_process64_tok(tokenstr_t *tok, u_char *buf, int len) argument
2672 print_process64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2739 fetch_process32ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
2798 print_process32ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2868 fetch_process64ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
2927 print_process64ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
2986 fetch_return32_tok(tokenstr_t *tok, u_char *buf, int len) argument
3002 print_return32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3023 fetch_return64_tok(tokenstr_t *tok, u_char *buf, int len) argument
3039 print_return64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3063 fetch_seq_tok(tokenstr_t *tok, u_char *buf, int len) argument
3075 print_seq_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3096 fetch_sock_inet32_tok(tokenstr_t *tok, u_char *buf, int len) argument
3119 print_sock_inet32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3150 fetch_sock_inet128_tok(tokenstr_t *tok, u_char *buf, int len) argument
3173 print_sock_inet128_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3203 fetch_sock_unix_tok(tokenstr_t *tok, u_char *buf, int len) argument
3226 print_sock_unix_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3258 fetch_socket_tok(tokenstr_t *tok, u_char *buf, int len) argument
3290 print_socket_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3338 fetch_subject32_tok(tokenstr_t *tok, u_char *buf, int len) argument
3383 print_subject32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3437 print_upriv_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3469 fetch_priv_tok(tokenstr_t *tok, u_char *buf, int len) argument
3493 fetch_privset_tok(tokenstr_t *tok, u_char *buf, int len) argument
3517 print_privset_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3553 fetch_subject64_tok(tokenstr_t *tok, u_char *buf, int len) argument
3598 print_subject64_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3665 fetch_subject32ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
3724 print_subject32ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3793 fetch_subject64ex_tok(tokenstr_t *tok, u_char *buf, int len) argument
3852 print_subject64ex_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3911 fetch_text_tok(tokenstr_t *tok, u_char *buf, int len) argument
3928 print_text_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
3951 fetch_socketex32_tok(tokenstr_t *tok, u_char *buf, int len) argument
4012 print_socketex32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
4063 fetch_invalid_tok(tokenstr_t *tok, u_char *buf, int len) argument
4083 print_invalid_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
4100 fetch_zonename_tok(tokenstr_t *tok, u_char *buf, int len) argument
4115 print_zonename_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags) argument
4136 au_fetch_tok(tokenstr_t *tok, u_char *buf, int len) argument
4282 au_print_flags_tok(FILE *outfp, tokenstr_t *tok, char *del, int oflags) argument
4467 au_print_tok(FILE *outfp, tokenstr_t *tok, char *del, char raw, char sfrm) argument
4483 au_print_tok_xml(FILE *outfp, tokenstr_t *tok, char *del, char raw, char sfrm) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp36 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
43 ScopedContextCreator ContextCreator(*this, tok::less, 10);
47 if (CurrentToken->is(tok::greater)) {
54 if (CurrentToken->isOneOf(tok::r_paren, tok::r_square, tok::r_brace,
55 tok::question, tok::colon))
63 if (CurrentToken->Previous->isOneOf(tok::pipepipe, tok
[all...]
H A DFormatToken.h239 bool is(tok::TokenKind Kind) const { return Tok.is(Kind); }
241 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
245 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const {
249 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, argument
250 tok
[all...]
H A DUnwrappedLineParser.cpp102 FormatTok.Tok.setKind(tok::eof);
256 case tok::comment:
260 case tok::l_brace:
266 case tok::r_brace:
273 case tok::kw_default:
274 case tok::kw_case:
300 assert(Tok->Tok.is(tok::l_brace));
308 } while (NextTok->is(tok::comment));
311 case tok::l_brace:
314 case tok
[all...]
/freebsd-10-stable/sys/security/audit/
H A Daudit_bsm.c96 kau_write(struct au_record *rec, struct au_token *tok) argument
99 KASSERT(tok != NULL, ("kau_write: tok == NULL"));
101 TAILQ_INSERT_TAIL(&rec->token_q, tok, tokens);
102 rec->len += tok->len;
164 struct au_token *tok; local
167 while ((tok = TAILQ_FIRST(&rec->token_q))) {
168 TAILQ_REMOVE(&rec->token_q, tok, tokens);
169 free(tok->t_data, M_AUDITBSM);
170 free(tok, M_AUDITBS
321 struct au_token *tok; local
462 struct au_token *tok, *subj_tok, *jail_tok; local
[all...]
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c51 static int user_match(char *tok, struct login_info *item);
52 static int from_match(char *tok, struct login_info *item);
53 static int string_match(char *tok, char *string);
132 char *tok; local
143 for (tok = strtok_r(list, sep, &foo);
144 tok != NULL;
145 tok = strtok_r(NULL, sep, &foo)) {
146 if (strcasecmp(tok, "EXCEPT") == 0) /* EXCEPT: give up */
148 if ((match = (*match_fn) (tok, item)) != 0) /* YES */
154 while ((tok
193 user_match(char *tok, struct login_info *item) argument
228 from_match(char *tok, struct login_info *item) argument
263 string_match(char *tok, char *string) argument
[all...]
/freebsd-10-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c51 static int user_match(char *tok, struct login_info *item);
52 static int from_match(char *tok, struct login_info *item);
53 static int string_match(char *tok, char *string);
132 char *tok; local
143 for (tok = strtok_r(list, sep, &foo);
144 tok != NULL;
145 tok = strtok_r(NULL, sep, &foo)) {
146 if (strcasecmp(tok, "EXCEPT") == 0) /* EXCEPT: give up */
148 if ((match = (*match_fn) (tok, item)) != 0) /* YES */
154 while ((tok
193 user_match(char *tok, struct login_info *item) argument
228 from_match(char *tok, struct login_info *item) argument
263 string_match(char *tok, char *string) argument
[all...]
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_parse.c72 token tok; local
75 get_token(&tok);
76 switch (tok.kind) {
100 scan(TOK_SEMICOLON, &tok);
114 token tok; local
121 scan(TOK_IDENT, &tok);
122 defp->def_name = tok.str;
123 scan(TOK_LBRACE, &tok);
131 scan(TOK_SEMICOLON, &tok);
132 peek(&tok);
141 token tok; local
247 token tok; local
276 token tok; local
289 token tok; local
420 token tok; local
471 token tok; local
542 token tok; local
597 token tok; local
[all...]
/freebsd-10-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c117 char *tok; local
127 for (tok = strtok(list, sep); tok != 0; tok = strtok((char *) 0, sep)) {
128 if (strcasecmp(tok, "EXCEPT") == 0) /* EXCEPT: give up */
130 if ((match = (*match_fn)(tok, item)) != 0) /* YES */
136 while ((tok = strtok((char *) 0, sep)) && strcasecmp(tok, "EXCEPT"))
138 if (tok == 0 || list_match((char *) 0, item, match_fn) == NO)
174 user_match(const char *tok, cons argument
200 from_match(const char *tok, const char *string) argument
235 string_match(const char *tok, const char *string) argument
[all...]
/freebsd-10-stable/usr.bin/ctags/
H A DC.c63 char tok[MAXTOKEN]; /* token buffer */ local
66 sp = tok; token = t_def = NO; t_level = -1; level = 0; lineno = 1;
98 endtok: if (sp > tok) {
101 sp = tok;
132 if (sp == tok) {
146 if (sp != tok)
158 pfnote(tok, curline);
184 if (sp != tok)
186 pfnote(tok, lineno);
208 if (sp == tok)
327 char tok[MAXTOKEN]; /* storage buffer */ local
392 char tok[LINE_MAX]; /* storage buffer */ local
[all...]
/freebsd-10-stable/contrib/expat/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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
458 entity1(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
520 entity4(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
623 entity9(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
640 entity10(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
657 notation0(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
715 notation3(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
733 notation4(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
985 element0(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1098 element4(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1116 element5(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1137 element6(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1167 element7(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(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 *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *UNUSED_P(ptr), const char *UNUSED_P(end), const ENCODING *UNUSED_P(enc)) argument
1305 common(PROLOG_STATE *state, int tok) argument
[all...]
/freebsd-10-stable/contrib/tcpdump/missing/
H A Dstrsep.c64 char *tok; local
68 for (tok = s;;) {
78 return (tok);

Completed in 293 milliseconds

1234567891011>>