Searched refs:token (Results 126 - 150 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacpyacc.y92 %token ADDLIB
93 %token ADDMOD
94 %token CLEAR
95 %token CREATE
96 %token DELETE
97 %token DIRECTORY
98 %token END
99 %token EXTRACT
100 %token LIST
101 %token OPE
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dparse.c25 ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit) argument
27 return ldns_fget_token_l(f, token, delim, limit, NULL);
31 ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) argument
54 t = token;
116 if (c == '\n' && p != 0 && t > token) {
138 if (limit > 0 && (i >= limit || (size_t)(t-token) >= limit)) {
217 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit) argument
239 t = token;
311 if (limit > 0 && (i >= limit || (size_t)(t-token) >= limit)) {
H A Dstr2host.c683 char *token = LDNS_XMALLOC(char, LDNS_MAX_RDFLEN); local
689 if(!token) return LDNS_STATUS_MEM_ERR;
691 LDNS_FREE(token);
697 LDNS_FREE(token);
703 LDNS_FREE(token);
707 while ((c = ldns_bget_token(str_buf, token, delimiters, LDNS_MAX_RDFLEN)) != -1 && c != 0) {
710 LDNS_FREE(token);
713 cur_type = ldns_get_rr_type_by_name(token);
722 LDNS_FREE(token);
1049 char *token; local
1192 char *token; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c37 static int token (void);
128 while ((t = token())) switch(t) {
136 if (token() != ID)
162 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
165 if (token()) {
182 if (token() && *apass == 0) {
193 if (token() && *aacct == 0) {
258 token();
277 token(void) function
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y78 %token CB
79 %token CERTFILE
80 %token DIRECTORY
81 %token FINGERPRINT
82 %token HOST
83 %token KEYFILE
84 %token LISTEN
85 %token NAME
86 %token OB
87 %token PASSWOR
[all...]
H A DMakefile.am28 token.l \
/freebsd-11-stable/usr.bin/iscsictl/
H A DMakefile5 SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
/freebsd-11-stable/sbin/devd/
H A DMakefile7 SRCS= devd.cc token.l parse.y y.tab.h
/freebsd-11-stable/usr.sbin/ndiscvt/
H A DMakefile8 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
/freebsd-11-stable/usr.bin/ar/
H A Dacpyacc.y92 %token ADDLIB
93 %token ADDMOD
94 %token CLEAR
95 %token CREATE
96 %token DELETE
97 %token DIRECTORY
98 %token END
99 %token EXTRACT
100 %token LIST
101 %token OPE
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.y165 %token <typed_val> INT
166 %token <dval> FLOAT
176 %token <sval> STRING_LITERAL
177 %token <lval> BOOLEAN_LITERAL
178 %token <ssym> NAME
179 %token <tsym> TYPENAME
189 %token <ssym> NAME_OR_INT
191 %token SIZEOF
192 %token ERROR
196 %token INT_KEYWOR
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c51 /* A token's value and its associated deferred access checks and
56 /* The value associated with the token. */
60 /* The token's qualifying scope (used when it is a
65 /* A C++ token. */
69 /* The kind of token. */
71 /* If this token is a keyword, this value indicates which keyword.
78 /* True if this token is from a system header. */
80 /* True if this token is from a context where it is implicitly extern "C" */
82 /* True for a CPP_NAME token that is not a keyword (i.e., for which
86 /* The input file stack index at which this token wa
411 cp_lexer_get_preprocessor_token(cp_lexer *lexer ATTRIBUTE_UNUSED , cp_token *token) argument
480 cp_lexer_set_source_position_from_token(cp_token *token) argument
534 cp_token *token; local
583 cp_token *token; local
623 cp_token *token = lexer->next_token; local
748 cp_lexer_print_token(FILE * stream, cp_token *token) argument
1975 cp_parser_is_string_literal(cp_token* token) argument
1983 cp_parser_is_keyword(cp_token* token, enum rid keyword) argument
1999 cp_token *token = cp_lexer_peek_token (parser->lexer); local
2362 cp_token * token = cp_lexer_peek_token (parser->lexer); local
2424 cp_token *token = cp_lexer_peek_token (parser->lexer); local
2509 cp_token *token; local
2536 cp_token *token; local
2644 cp_token *token = cp_lexer_peek_token (parser->lexer); local
2691 cp_token *token = cp_lexer_peek_token (parser->lexer); local
2729 cp_token *token; local
2888 cp_token *token; local
3099 cp_token *token; local
3557 cp_token *token; local
3636 cp_token *token; local
3909 cp_token *token; local
4115 cp_token *token; local
4280 cp_token *token; local
4994 cp_token *token; local
5180 cp_token *token; local
5354 cp_parser_unary_operator(cp_token* token) argument
5926 cp_token *token; local
6149 cp_token *token; local
6367 cp_token *token = cp_lexer_peek_token (parser->lexer); local
6438 cp_token *token; local
6582 cp_token *token; local
6746 cp_token *token = cp_lexer_peek_token (parser->lexer); local
6788 cp_token *token; local
7019 cp_token *token; local
7134 cp_token *token; local
7312 cp_token *token; local
7517 cp_token *token; local
7834 cp_token *token; local
7979 cp_token *token; local
8666 cp_token *token; local
8939 cp_token *token; local
8982 cp_token *token; local
9060 cp_token *token; local
9370 cp_token *token = cp_lexer_token_at (parser->lexer, start_of_id); local
9679 cp_token *token; local
10098 cp_token *token; local
10262 cp_token *token; local
11177 cp_token *token; local
11508 cp_token *token; local
11802 cp_token *token; local
11879 cp_token *token; local
12020 cp_token *token; local
12435 cp_token *token; local
12528 cp_token *token; local
12747 cp_token *token; local
12880 cp_token *token; local
12957 cp_token *token; local
13055 cp_token *token; local
13247 cp_token *token; local
13369 cp_token *token; local
13453 cp_token *token; local
13596 cp_token *token; local
14143 cp_token *token; local
14169 cp_token *token; local
14246 cp_token *token; local
14328 cp_token *token = cp_lexer_peek_token (parser->lexer); local
14613 cp_token *token; local
14704 cp_token *token; local
14751 cp_token *token; local
14874 cp_token *token; local
14930 cp_token *token; local
15010 cp_token *token; local
15107 cp_token* token; local
15141 cp_token *token; local
15281 cp_token *token; local
15343 cp_token *token; local
15882 cp_token *token; local
16144 cp_token *token = cp_lexer_peek_token (parser->lexer); local
16577 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17108 cp_token *token = cp_parser_require (parser, CPP_KEYWORD, token_desc); local
17130 cp_parser_token_starts_function_definition_p(cp_token* token) argument
17148 cp_token *token; local
17160 cp_token *token; local
17173 cp_token *token; local
17195 cp_parser_token_is_class_key(cp_token* token) argument
17315 cp_token *token; local
17606 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17730 cp_token *token; local
17915 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17979 cp_token *token = cp_lexer_consume_token (parser->lexer); local
18009 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18027 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18086 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18124 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18167 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18202 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18264 cp_token *token = cp_lexer_peek_token (parser->lexer); local
[all...]
/freebsd-11-stable/crypto/openssl/engines/
H A De_4758cca.c109 static int getModulusAndExponent(const unsigned char *token,
841 static int getModulusAndExponent(const unsigned char *token, argument
849 if (*token++ != (char)0x1E) /* internal PKA token? */
852 if (*token++) /* token version must be zero */
855 len = *token++;
857 len |= (unsigned char)*token++;
859 token += 4; /* skip reserved bytes */
861 if (*token
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y119 %token T_REGISTER
121 %token <value> T_CONST
123 %token T_EXPORT
125 %token T_DOWNLOAD
127 %token T_SCB
129 %token T_SRAM
131 %token T_ALIAS
133 %token T_SIZE
135 %token T_EXPR_LSHIFT
137 %token T_EXPR_RSHIF
[all...]
H A Daicasm_macro_gram.y76 %token <str> T_ARG
78 %token <sym> T_SYMBOL
/freebsd-11-stable/bin/sh/
H A Dmktokens38 # token marks the end of a list. The third column is the name to print in
73 exec > token.h
/freebsd-11-stable/contrib/tnftp/src/
H A Druserpass.c62 static int token(void);
112 while ((t = token()) > 0) switch(t) {
120 if ((t = token()) == -1)
146 while ((t = token()) > 0 &&
150 if ((t = token()) == -1)
169 if ((t = token()) == -1)
181 if ((t = token()) == -1)
279 token(void) function
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c287 * replies or token is zero
291 if (msg->header.token == 0 ||
424 if (pcb->token == msg->header.token) {
808 if (pcb->token != 0) {
863 ng_btsocket_l2cap_raw_get_token(&msg->header.token);
864 pcb->token = msg->header.token;
870 pcb->token = 0;
876 pcb->token
1241 ng_btsocket_l2cap_raw_get_token(u_int32_t *token) argument
[all...]
/freebsd-11-stable/sys/powerpc/ofw/
H A Drtas.c198 /* Call an RTAS method by token */
200 rtas_call_method(cell_t token, int nargs, int nreturns, ...) argument
206 cell_t token; member in struct:__anon13215
216 args.token = token;
255 /* Look up an RTAS token */
259 cell_t token; local
264 if (OF_getencprop(rtas, method, &token, sizeof(token)) == -1)
267 return (token);
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Dparser.y28 %token NUMBER
29 %token ERROR
/freebsd-11-stable/contrib/byacc/test/
H A Dcode_calc.y1 %token-table
19 %token DIGIT LETTER
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.h44 int token; member in struct:Token
54 int lastline; /* line of last token `consumed' */
55 Token t; /* current token */
56 Token lookahead; /* look ahead token */
75 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
/freebsd-11-stable/contrib/lua/src/
H A Dllex.h51 int token; member in struct:Token
61 int lastline; /* line of last token 'consumed' */
62 Token t; /* current token */
63 Token lookahead; /* look ahead token */
82 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h49 void SetExtendedBacktraceToken(uint64_t token) override {
50 m_extended_unwind_token = token;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp41 bool StringLexer::AdvanceIf(const std::string &token) { argument
44 for (auto c : token) {

Completed in 209 milliseconds

1234567891011>>