Searched refs:token (Results 26 - 50 of 447) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/byacc/test/
H A Dok_syntax1.y25 %token DIGIT LETTER
27 %token OCT1 '\177'
28 %token HEX1 '\xff'
29 %token HEX2 '\xFF'
30 %token HEX3 '\x7f'
31 %token STR1 "\x7f\177\\\n"
32 %token STR2 "\x7f\
35 %token BELL '\a'
36 %token BS '\b'
37 %token N
[all...]
H A Dquote_calc.y15 %token OP_ADD "ADD"
16 %token OP_SUB "SUB"
17 %token OP_MUL "MUL"
18 %token OP_DIV "DIV"
19 %token OP_MOD "MOD"
20 %token OP_AND "AND"
22 %token DIGIT LETTER
H A Dquote_calc2.y15 %token OP_ADD "ADD"
16 %token OP_SUB "SUB"
17 %token OP_MUL "MUL"
18 %token OP_DIV "DIV"
19 %token OP_MOD "MOD"
20 %token OP_AND "AND"
22 %token DIGIT LETTER
H A Dquote_calc3.y15 %token OP_ADD "ADD-operator"
16 %token OP_SUB "SUB-operator"
17 %token OP_MUL "MUL-operator"
18 %token OP_DIV "DIV-operator"
19 %token OP_MOD "MOD-operator"
20 %token OP_AND "AND-operator"
22 %token DIGIT LETTER
H A Dquote_calc4.y15 %token OP_ADD "ADD-operator"
16 %token OP_SUB "SUB-operator"
17 %token OP_MUL "MUL-operator"
18 %token OP_DIV "DIV-operator"
19 %token OP_MOD "MOD-operator"
20 %token OP_AND "AND-operator"
22 %token DIGIT LETTER
H A Dinherit0.y12 %token GLOBAL LOCAL
13 %token REAL INTEGER
14 %token NAME
H A Derr_syntax16.y6 %token second
H A Derr_syntax13.y6 %token text 123
H A Derr_syntax9.y7 %token text '(' '*' '&'
/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dfsi_gram.y66 %token tARCH
67 %token tAS
68 %token tAUTOMOUNT
69 %token tCLUSTER
70 %token tCONFIG
71 %token tDUMPSET
72 %token tEQ
73 %token tNFSEQ
74 %token tEXPORTFS
75 %token tFRE
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dsel-gram.y50 %token kw_TRUE
51 %token kw_FALSE
52 %token kw_AND
53 %token kw_OR
54 %token kw_IN
55 %token kw_TAILMATCH
65 %token <string> NUMBER
66 %token <string> STRING
67 %token <string> IDENTIFIER
/freebsd-10.2-release/contrib/libyaml/tests/
H A Drun-scanner.c25 yaml_token_t token; local
42 if (!yaml_parser_scan(&parser, &token)) {
47 done = (token.type == YAML_STREAM_END_TOKEN);
49 yaml_token_delete(&token);
/freebsd-10.2-release/usr.sbin/asf/
H A Dasf.h34 int tokenize(char *cptr, char *token[], int maxtoken);
H A Dasf_prog.c49 char *token[MAXTOKEN]; local
65 tokens = tokenize(buf, token, MAXTOKEN);
68 base = (caddr_t)(uintptr_t)strtoumax(token[2], &endp, 16);
71 kfile_add(token[4], base);
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c45 * @ token(s) entries are translated. Two translations are possible dependent
48 * A single token is interpreted as one of two reserved message
51 * the occurance of any other @ token will also enable message
57 * Besides the reserved output indicators, a single token is taken
61 * token for the associated definition found in the message
193 char *buffer, *token, *_mesgid = 0, *_setid = 0, *_domain = 0; local
218 if ((token = strstr(buffer, id)) == NULL)
225 _mesgid = token;
226 while (!(isspace(*token)))
227 token
638 char buffer[LINE_MAX], * token; local
[all...]
/freebsd-10.2-release/contrib/groff/src/preproc/refer/
H A DMakefile.sub10 token.$(OBJEXT)
15 $(srcdir)/token.cpp
18 $(srcdir)/token.h \
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Dpic.y84 %token <str> LABEL
85 %token <str> VARIABLE
86 %token <x> NUMBER
87 %token <lstr> TEXT
88 %token <lstr> COMMAND_LINE
89 %token <str> DELIMITED
90 %token <n> ORDINAL
91 %token TH
92 %token LEFT_ARROW_HEAD
93 %token RIGHT_ARROW_HEA
[all...]
/freebsd-10.2-release/sys/powerpc/pseries/
H A Drtas_dev.c108 cell_t token; local
111 token = rtas_token_lookup("get-time-of-day");
112 if (token == -1)
114 error = rtas_call_method(token, 0, 8, &tod[0], &tod[1], &tod[2],
136 cell_t token, status; local
139 token = rtas_token_lookup("set-time-of-day");
140 if (token == -1)
144 error = rtas_call_method(token, 7, 1, ct.year, ct.mon, ct.day, ct.hour,
157 cell_t token, status; local
160 token
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c70 const char *token;
87 batons generally last until the end of the commit), token entries
95 const char *token;
113 const char *token)
121 b->token = token;
173 const char *token = make_token('d', eb, pool);
176 SVN_ERR(svn_ra_svn__write_cmd_open_root(eb->conn, pool, rev, token));
177 *root_baton = ra_svn_make_baton(eb->conn, pool, eb, token);
188 path, rev, b->token));
69 const char *token; member in struct:ra_svn_baton_t
94 const char *token; member in struct:ra_svn_token_entry_t
109 ra_svn_make_baton(svn_ra_svn_conn_t *conn, apr_pool_t *pool, ra_svn_edit_baton_t *eb, const char *token) argument
172 const char *token = make_token('d', eb, pool); local
197 const char *token = make_token('d', b->eb, pool); local
213 const char *token = make_token('d', b->eb, pool); local
266 const char *token = make_token('c', b->eb, pool); local
284 const char *token = make_token('c', b->eb, pool); local
463 store_token(ra_svn_driver_state_t *ds, void *baton, const char *token, svn_boolean_t is_file, apr_pool_t *pool) argument
480 lookup_token(ra_svn_driver_state_t *ds, const char *token, svn_boolean_t is_file, ra_svn_token_entry_t **entry) argument
510 const char *token; local
526 const char *path, *token; local
543 const char *path, *token, *child_token, *copy_path; local
576 const char *path, *token, *child_token; local
598 const char *token, *name; local
615 const char *token; local
635 const char *token; local
652 const char *path, *token, *file_token, *copy_path; local
683 const char *path, *token, *file_token; local
703 const char *token; local
728 const char *token; local
747 const char *token; local
767 const char *token, *name; local
783 const char *token; local
806 const char *token; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c291 gss_cfx_wrap_token token;
422 token = (gss_cfx_wrap_token)header->buffer.value;
424 token->TOK_ID[0] = 0x05;
425 token->TOK_ID[1] = 0x04;
426 token->Flags = 0;
427 token->Filler = 0xFF;
430 token->Flags |= CFXSentByAcceptor;
433 token->Flags |= CFXAcceptorSubkey;
445 token->Flags |= CFXSealed;
446 token
1168 gss_cfx_wrap_token token; local
1378 gss_cfx_wrap_token token; local
1583 gss_cfx_mic_token token; local
1664 gss_cfx_mic_token token; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.y86 %token kw_ABSENT
87 %token kw_ABSTRACT_SYNTAX
88 %token kw_ALL
89 %token kw_APPLICATION
90 %token kw_AUTOMATIC
91 %token kw_BEGIN
92 %token kw_BIT
93 %token kw_BMPString
94 %token kw_BOOLEAN
95 %token kw_B
[all...]
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dauthreadkeys.c43 * Save this and space to end of token
51 * If token length is zero return an error, else set end of
52 * token to zero and return start.
141 char *token; local
171 token = nexttok(&line);
172 if (token == NULL)
178 keyno = atoi(token);
182 token);
189 token, NTP_MAXKEY);
196 token
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dmcparse.y54 %token NL
55 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT
56 %token<tok> MCTOKEN
57 %token MCENDLINE
58 %token MCLANGUAGENAMES MCFACILITYNAMES MCSEVERITYNAMES MCOUTPUTBASE MCMESSAGEIDTYPEDEF
59 %token MCLANGUAGE MCMESSAGEID MCSEVERITY MCFACILITY MCSYMBOLICNAME
60 %token <ival> MCNUMBER
63 %type<ustr> alias_name token lines comments
124 token '=' MCNUMBER alias_name
128 | token '
338 token: MCIDENT { $$ = $1; } label
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c57 struct token { int token; time_t value; }; member in struct:token
63 struct token *tokenp; /* Pointer to next token. */
106 if (gds->tokenp[0].token == tUNUMBER
107 && gds->tokenp[1].token == ':'
108 && gds->tokenp[2].token == tUNUMBER
109 && gds->tokenp[3].token == ':'
110 && gds->tokenp[4].token == tUNUMBER) {
118 else if (gds->tokenp[0].token
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dgengtype-yacc.y38 %token <t>ENT_TYPEDEF_STRUCT
39 %token <t>ENT_STRUCT
40 %token ENT_EXTERNSTATIC
41 %token ENT_YACCUNION
42 %token GTY_TOKEN
43 %token UNION
44 %token STRUCT
45 %token ENUM
46 %token ALIAS
47 %token NESTED_PT
[all...]

Completed in 213 milliseconds

1234567891011>>