Searched refs:token (Results 176 - 200 of 1018) sorted by relevance

1234567891011>>

/netbsd-current/lib/libterminfo/
H A Dcompile.c525 char esc, *token; local
534 for (token = *cap;
553 return token;
595 char *token, *p, *e, *name, *desc, *alias; local
657 for (token = _ti_get_token(&cap, ',');
658 token != NULL && *token != '\0';
659 token = _ti_get_token(&cap, ','))
662 if (!(flags & TIC_COMMENT) && token[0] == '.')
666 if (token[
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dcgram.y247 %token T_LBRACE T_RBRACE T_LBRACK T_RBRACK T_LPAREN T_RPAREN
248 %token T_POINT T_ARROW
249 %token T_COMPLEMENT T_LOGNOT
250 %token <y_inc> T_INCDEC
251 %token T_SIZEOF
252 %token T_BUILTIN_OFFSETOF
253 %token T_TYPEOF
254 %token T_EXTENSION
255 %token T_ALIGNAS
256 %token T_ALIGNO
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c58 static Idx fetch_number (re_string_t *input, re_token_t *token,
60 static int peek_token (re_token_t *token, re_string_t *input,
65 re_token_t *token, reg_syntax_t syntax,
68 re_token_t *token, reg_syntax_t syntax,
71 re_token_t *token, reg_syntax_t syntax,
74 re_token_t *token, reg_syntax_t syntax,
77 re_dfa_t *dfa, re_token_t *token,
80 re_token_t *token, reg_syntax_t syntax,
84 re_token_t *token, int token_len,
90 re_token_t *token);
1726 peek_token(re_token_t *token, re_string_t *input, reg_syntax_t syntax) argument
1964 peek_token_bracket(re_token_t *token, re_string_t *input, reg_syntax_t syntax) argument
2094 parse_reg_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2135 parse_branch(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2175 parse_expression(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2391 parse_sub_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2429 parse_dup_op(bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
2708 parse_bracket_exp(re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
3250 parse_bracket_element(bracket_elem_t *elem, re_string_t *regexp, re_token_t *token, int token_len, re_dfa_t *dfa, reg_syntax_t syntax, bool accept_hyphen) argument
3290 parse_bracket_symbol(bracket_elem_t *elem, re_string_t *regexp, re_token_t *token) argument
3617 fetch_number(re_string_t *input, re_token_t *token, reg_syntax_t syntax) argument
3668 create_token_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, const re_token_t *token) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c37 const cpp_token **first; /* First token in unexpanded argument. */
53 /* This is a macro argument token that got transformed into a string
56 /* This is a token resulting from the expansion of a macro
68 /* The kind of token over which we are supposed to iterate. */
70 /* A pointer to the current token pointed to by the iterator. */
72 /* A pointer to the "full" location of the current token. If
128 /* Given a token, update the state of this tracker and return a
129 boolean indicating whether the token should be be included in the
131 update_type update (const cpp_token *token) argument
137 if (token
392 const cpp_token *token = cpp_get_token_no_padding (pfile); local
461 cpp_token *token = _cpp_temp_token (pfile); local
782 cpp_token *token = _cpp_lex_direct (pfile); local
861 const cpp_token *token = arg->first[i]; local
1159 const cpp_token *token; local
1370 const cpp_token *token, *padding = NULL; local
1637 set_arg_token(macro_arg *arg, const cpp_token *token, location_t location, size_t index, enum macro_arg_token_kind kind, bool track_macro_exp_p) argument
1865 cpp_token *token = _cpp_temp_token (pfile); local
2499 tokens_buff_put_token_to(const cpp_token **dest, location_t *virt_loc_dest, const cpp_token *token, location_t virt_loc, location_t parm_def_loc, const line_map_macro *map, unsigned int macro_token_index) argument
2544 tokens_buff_add_token(_cpp_buff *buffer, location_t *virt_locs, const cpp_token *token, location_t virt_loc, location_t parm_def_loc, const line_map_macro *map, unsigned int macro_token_index) argument
2651 const cpp_token *token; local
2789 consume_next_token_from_context(cpp_reader *pfile, const cpp_token ** token, location_t *location) argument
3297 const cpp_token *token = _cpp_lex_token (pfile); local
3408 cpp_token *token = _cpp_lex_direct (pfile); local
3445 cpp_token *token = _cpp_lex_direct (pfile); local
3846 const cpp_token *token = &macro->exp.tokens[i]; local
3910 const cpp_token *token = &macro->exp.tokens[i]; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-exp.y127 %token <typed_val_int> INT
128 %token <typed_val_float> FLOAT
138 %token <tsval> RAW_STRING
139 %token <tsval> STRING
140 %token <tsval> CHAR
141 %token <ssym> NAME
142 %token <tsym> TYPENAME /* Not TYPE_NAME cus already taken. */
143 %token <voidval> COMPLETE
152 %token <ssym> NAME_OR_INT
154 %token <lva
[all...]
/netbsd-current/usr.bin/at/
H A Dparsetime.c76 const char *name; /* token name */
77 tokid_t value; /* token id */
154 static char *sc_token; /* scanner - token buffer */
155 static size_t sc_len; /* scanner - length of token buffer */
156 static tokid_t sc_tokid;/* scanner - token id */
157 static bool sc_tokplur; /* scanner - is token plural? */
176 static tokid_t token(void);
179 * parse a token, checking if it's something special to us
216 * token() fetches a token fro
219 token(void) function
[all...]
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dparse.c27 sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit) argument
29 return sldns_fget_token_l(f, token, delim, limit, NULL);
33 sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) argument
57 t = token;
110 t = token;
135 if (c == '\n' && p != 0 && t > token) {
140 if (limit > 0 && (i+1 >= limit || (size_t)(t-token)+1 >= limit)) {
164 t = token;
179 if (limit > 0 && (i+1 >= limit || (size_t)(t-token)+1 >= limit)) {
280 sldns_bget_token(sldns_buffer *b, char *token, cons argument
286 sldns_bget_token_par(sldns_buffer *b, char *token, const char *delim, size_t limit, int* par, const char* skipw) argument
[all...]
H A Dstr2wire.c189 size_t prev_len, char* token, size_t token_len)
192 if(sldns_bget_token(strbuf, token, "\t\n ", token_len) == -1) {
200 if(token[0]=='@' && token[1]=='\0') {
217 } else if(*token == '\0') {
237 int s = sldns_str2wire_dname_buf_origin(token, rr, &dlen,
240 sldns_buffer_position(strbuf)-strlen(token));
248 rrinternal_get_ttl(sldns_buffer* strbuf, char* token, size_t token_len, argument
253 if(sldns_bget_token(strbuf, token, "\t\n ", token_len) == -1) {
257 *ttl = (uint32_t) sldns_str2period(token,
187 rrinternal_get_owner(sldns_buffer* strbuf, uint8_t* rr, size_t* len, size_t* dname_len, uint8_t* origin, size_t origin_len, uint8_t* prev, size_t prev_len, char* token, size_t token_len) argument
277 rrinternal_get_class(sldns_buffer* strbuf, char* token, size_t token_len, int* not_there, uint16_t* cl) argument
299 rrinternal_get_type(sldns_buffer* strbuf, char* token, size_t token_len, int* not_there, uint16_t* tp) argument
398 rrinternal_spool_hex(char* token, uint8_t* rr, size_t rr_len, size_t rr_cur_len, size_t* cur_hex_data_size, size_t hex_data_size) argument
433 rrinternal_parse_unknown(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t* rr_len, size_t* rr_cur_len, size_t pre_data_pos) argument
480 rrinternal_parse_rdf(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t rr_len, size_t* rr_cur_len, sldns_rdf_type rdftype, uint16_t rr_type, size_t r_cnt, size_t r_max, size_t dname_len, uint8_t* origin, size_t origin_len) argument
548 sldns_parse_rdf_token(sldns_buffer* strbuf, char* token, size_t token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
605 sldns_affix_token(sldns_buffer* strbuf, char* token, size_t* token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
747 rrinternal_parse_rdata(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t* rr_len, size_t dname_len, uint16_t rr_type, uint8_t* origin, size_t origin_len) argument
903 char token[LDNS_MAX_RDFLEN+1]; local
2005 char token[64]; /* for a type name */ local
2441 char token[50], proto_str[50]; local
2589 char token[512]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc128 /* The various kinds of required token */
276 /* Dump up to NUM tokens in BUFFER to FILE starting with token
278 first token in BUFFER. If NUM is 0, dump all the tokens. If
288 cp_token *token;
310 for (i = 0; buffer->iterate (i, &token) && nprinted < num; i++)
312 if (token == start_token)
319 if (token == curr_token)
322 cp_lexer_print_token (file, token);
324 if (token == curr_token)
327 switch (token
287 cp_token *token; local
514 cp_token *token; local
638 cp_token token; local
858 cp_lexer_get_preprocessor_token(unsigned flags, cp_token *token) argument
953 cp_lexer_set_source_position_from_token(cp_token *token) argument
962 cp_token *token = cp_lexer_peek_token (lexer); local
1089 cp_token *token; local
1144 cp_token *token; local
1177 cp_token *token = lexer->next_token; local
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dzlexer.lex43 static int parse_token(int token, char *yytext, enum lexer_state *lexer_state);
346 * the "TYPExxx" notation. If it matches, the corresponding token is
356 return entry->token;
407 parse_token(int token, char *yytext, enum lexer_state *lexer_state)
416 int token;
420 token = rrtype_to_token(yytext, &yylval.type);
421 if (token != 0) {
423 LEXOUT(("%d[%s] ", token, yytext));
424 return token;
449 LEXOUT(("%d[%s] ", token, yytex
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-elisp.c167 /* A token consists of a sequence of characters. */
168 struct token struct
172 char *chars; /* the token's constituents */
175 /* Initialize a 'struct token'. */
177 init_token (struct token *tp)
184 /* Free the memory pointed to by a 'struct token'. */
186 free_token (struct token *tp)
191 /* Ensure there is enough room in the token for one more character. */
193 grow_token (struct token *tp)
202 /* Test whether a token ha
399 struct token *token; /* for t_symbol and t_string */ member in struct:object
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Disemail.d109 tstring token = "";
121 token = email.get(i, e);
126 switch (token)
157 parseData[EmailPart.componentLocalPart] ~= token;
172 parseData[EmailPart.componentLocalPart] ~= token;
173 atomList[EmailPart.componentLocalPart][elementCount] ~= token;
187 if ((token == Token.cr) && ((++i == email.length) || (email.get(i, e) != Token.lf)))
202 tokenPrior = token;
251 immutable c = token.front;
253 if (c < '!' || c > '~' || c == '\n' || Token.specials.canFind(token))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c32 const cpp_token *prev; /* Previous token. */
33 const cpp_token *source; /* Source token for spacing. */
37 bool prev_was_system_token; /* True if the previous token was a
38 system token.*/
184 const cpp_token *token = cpp_get_token_with_location (pfile, &loc); local
186 if (token->type == CPP_PADDING)
191 && token->val.source == NULL))
192 print.source = token->val.source;
196 if (token->type == CPP_EOF)
205 print.source = token;
450 do_line_change(cpp_reader *pfile, const cpp_token *token, location_t src_loc, int parsing_args) argument
484 cb_line_change(cpp_reader *pfile, const cpp_token *token, int parsing_args) argument
[all...]
H A Dc-lex.c183 lexed token on the line. Used for diagnostic line numbers. */
185 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token,
188 if (token->type != CPP_EOF && !parsing_args)
189 input_location = token->src_loc;
309 const cpp_token *token;
311 token = get_token_no_padding (pfile);
312 if (token->type != CPP_OPEN_PAREN)
318 token = get_token_no_padding (pfile);
319 if (token->type == CPP_NAME)
322 cpp_token_as_text (pfile, token));
184 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token, variable
308 const cpp_token *token; local
396 const cpp_token *token = get_token_no_padding (pfile); local
754 interpret_integer(const cpp_token *token, unsigned int flags, enum overflow_type *overflow) argument
848 interpret_float(const cpp_token *token, unsigned int flags, const char *suffix, enum overflow_type *overflow) argument
1062 interpret_fixed(const cpp_token *token, unsigned int flags) argument
1370 lex_charconst(const cpp_token *token) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddefparse.y34 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
36 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
37 %token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
38 %token EQUAL
39 %token <id> ID
40 %token <number> NUMBER
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Disemail.d104 tstring token = "";
116 token = email.get(i, e);
121 switch (token)
152 parseData[EmailPart.componentLocalPart] ~= token;
167 parseData[EmailPart.componentLocalPart] ~= token;
168 atomList[EmailPart.componentLocalPart][elementCount] ~= token;
182 if ((token == Token.cr) && ((++i == email.length) || (email.get(i, e) != Token.lf)))
197 tokenPrior = token;
246 immutable c = token.front;
248 if (c < '!' || c > '~' || c == '\n' || Token.specials.canFind(token))
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddefparse.y34 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
36 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
37 %token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
38 %token EQUAL
39 %token <id> ID
40 %token <number> NUMBER
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddefparse.y34 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
36 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
37 %token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
38 %token EQUAL
39 %token <id> ID
40 %token <number> NUMBER
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dconfparse.c543 enum dhcp_token token; local
547 token = peek_token(&val, NULL, cfile);
548 if (token == END_OF_FILE)
591 enum dhcp_token token; local
604 token = peek_token(&val, NULL, cfile);
606 switch (token) {
609 token = next_token(&val, NULL, cfile);
610 if (token != STRING)
653 if (token == SUBNET)
664 if (token
1011 enum dhcp_token token; local
1149 enum dhcp_token token; local
1276 enum dhcp_token token; local
1290 enum dhcp_token token; local
1592 enum dhcp_token token; local
2113 enum dhcp_token token; local
2296 enum dhcp_token token; local
2345 enum dhcp_token token; local
2436 enum dhcp_token token; local
2528 enum dhcp_token token; local
3015 enum dhcp_token token; local
3066 int token; local
3107 enum dhcp_token token; local
3220 enum dhcp_token token; local
3343 enum dhcp_token token; local
3417 enum dhcp_token token; local
3479 enum dhcp_token token; local
3710 enum dhcp_token token; local
3796 enum dhcp_token token; local
4008 enum dhcp_token token; local
4098 enum dhcp_token token; local
4164 enum dhcp_token token; local
4241 parse_option_status_dir(struct parse *cfile, struct option *option, enum dhcp_token token) argument
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile_http.cpp135 TCHAR *token = wcstok(server, sep); local
136 for (int i = 0; i < 3 && token; i++, token = wcstok(0, sep)) {
139 if (wcsicmp(token, TEXT("http"))) {
144 if (!_to_ascii(_server_name, token, MAX_PATH))
149 port = _wtoi(token);
333 char *token = libsa::strtok(buf, sep); local
334 while (token) {
335 DPRINTFN(2, (TEXT("+token: %S\n"), token));
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_usif.c54 u64 token; member in struct:usif_notify
89 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token)))
107 rep->token = ntfy->token;
159 ntfy->token = req->v0.token;
161 req->v0.token = (unsigned long)(void *)ntfy;
163 req->v0.token = ntfy->token;
262 u64 token; member in struct:usif_object
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_verify.c25 PKCS7 *token, TS_TST_INFO *tst_info);
88 int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, argument
102 if (!token) {
106 if (!PKCS7_type_is_signed(token)) {
110 sinfos = PKCS7_get_signer_info(token);
116 if (PKCS7_get_detached(token)) {
125 signers = PKCS7_get0_signers(token, certs, 0);
131 + sk_X509_num(token->d.sign->cert));
134 || !X509_add_certs(untrusted, token->d.sign->cert, 0))
140 p7bio = PKCS7_dataInit(token, NUL
251 PKCS7 *token = response->token; local
269 TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) argument
292 int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, TS_TST_INFO *tst_info) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c25 isc_token_t token; local
44 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
46 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
48 i = strtol(DNS_AS_STR(token), &e, 10);
62 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
64 RETTOK(dns_secalg_fromtext(&c, &token.value.as_textregion));
70 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
72 if (token.value.as_ulong > 0xffU) {
75 c = (unsigned char)token.value.as_ulong;
81 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_numbe
[all...]
H A Drrsig_46.c27 isc_token_t token; local
46 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
48 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
50 i = strtol(DNS_AS_STR(token), &e, 10);
64 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
66 RETTOK(dns_secalg_fromtext(&c, &token.value.as_textregion));
72 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
74 if (token.value.as_ulong > 0xffU) {
77 c = (unsigned char)token.value.as_ulong;
83 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_numbe
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c25 isc_token_t token; local
44 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
46 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
48 i = strtol(DNS_AS_STR(token), &e, 10);
62 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
64 RETTOK(dns_secalg_fromtext(&c, &token.value.as_textregion));
70 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
72 if (token.value.as_ulong > 0xffU) {
75 c = (unsigned char)token.value.as_ulong;
81 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_numbe
[all...]

Completed in 606 milliseconds

1234567891011>>