Searched refs:token (Results 101 - 125 of 408) sorted by relevance

1234567891011>>

/freebsd-10.0-release/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-10.0-release/contrib/libyaml/src/
H A Dyaml_private.h35 * Scanner: Ensure that the token stack contains at least one token ready.
479 #define TOKEN_INIT(token,token_type,token_start_mark,token_end_mark) \
480 (memset(&(token), 0, sizeof(yaml_token_t)), \
481 (token).type = (token_type), \
482 (token).start_mark = (token_start_mark), \
483 (token).end_mark = (token_end_mark))
485 #define STREAM_START_TOKEN_INIT(token,token_encoding,start_mark,end_mark) \
486 (TOKEN_INIT((token),YAML_STREAM_START_TOKEN,(start_mark),(end_mark)), \
487 (token)
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dssh-pkcs11.c44 CK_TOKEN_INFO token; member in struct:pkcs11_slotinfo
256 if ((si->token.flags & CKF_LOGIN_REQUIRED) && !si->logged_in) {
262 si->token.label);
302 /* redirect private key operations for rsa key to pkcs11 token */
357 login_required = p->slotinfo[slotidx].token.flags & CKF_LOGIN_REQUIRED;
383 * lookup public keys for token in slot identified by slotidx,
489 CK_TOKEN_INFO *token; local
552 token = &p->slotinfo[i].token;
553 if ((rv = f->C_GetTokenInfo(p->slotlist[i], token))
[all...]
/freebsd-10.0-release/crypto/openssl/engines/
H A De_4758cca.c104 static int getModulusAndExponent(const unsigned char *token, long *exponentLength,
867 static int getModulusAndExponent(const unsigned char*token, long *exponentLength,
873 if (*token++ != (char)0x1E) /* internal PKA token? */
876 if (*token++) /* token version must be zero */
879 len = *token++;
881 len |= (unsigned char)*token++;
883 token += 4; /* skip reserved bytes */
885 if (*token
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.am32 token.l \
/freebsd-10.0-release/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-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c284 * replies or token is zero
288 if (msg->header.token == 0 ||
421 if (pcb->token == msg->header.token) {
798 if (pcb->token != 0) {
853 ng_btsocket_l2cap_raw_get_token(&msg->header.token);
854 pcb->token = msg->header.token;
860 pcb->token = 0;
866 pcb->token
1228 ng_btsocket_l2cap_raw_get_token(u_int32_t *token) argument
[all...]
/freebsd-10.0-release/usr.bin/m4/
H A Dparser.y34 %token NUMBER
35 %token ERROR
/freebsd-10.0-release/bin/test/
H A Dtest.c70 enum token { enum
173 static int aexpr(enum token);
176 static int filstat(char *, enum token);
184 static int nexpr(enum token);
185 static int oexpr(enum token);
187 static int primary(enum token);
189 static enum token t_lex(char *);
242 oexpr(enum token n)
256 aexpr(enum token n)
270 nexpr(enum token
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldfile.c175 int token, skip = 0; local
185 token = INPUT_SCRIPT;
186 while (token != 0)
188 switch (token)
191 if ((token = yylex ()) != '(')
193 if ((token = yylex ()) != NAME)
198 token = yylex ();
199 if (token == ',')
201 if ((token = yylex ()) != NAME)
207 if ((token
[all...]
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c114 NG_L2CAP_CON_REQ, msg->header.token);
151 ng_l2cap_l2ca_con_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, argument
175 msg->header.token = token;
277 msg->header.token);
309 ng_l2cap_l2ca_con_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
332 msg->header.token = token;
457 NG_L2CAP_CFG_REQ, msg->header.token);
497 ng_l2cap_l2ca_cfg_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_ argument
656 ng_l2cap_l2ca_cfg_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
755 u_int32_t token = 0; local
838 ng_l2cap_l2ca_write_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, u_int16_t length) argument
1155 ng_l2cap_l2ca_discon_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
1265 ng_l2cap_l2ca_grp_add_member_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
1377 ng_l2cap_l2ca_ping_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result, struct mbuf *data) argument
1498 ng_l2cap_l2ca_get_info_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result, struct mbuf *data) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dc-pragma.c149 enum cpp_ttype token; local
155 token = pragma_lex (&x);
156 if (token == CPP_CLOSE_PAREN)
161 else if (token == CPP_NUMBER)
170 else if (token == CPP_NAME)
186 while ((token = pragma_lex (&x)) == CPP_COMMA)
188 token = pragma_lex (&x);
189 if (token == CPP_NAME && id == 0)
193 else if (token == CPP_NUMBER && action == push && align == -1)
205 if (token !
641 enum cpp_ttype token; local
688 enum cpp_ttype token; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c503 BYTE *token; local
531 token = op++;
539 *token = (RUN_MASK << ML_BITS);
545 *token = (length << ML_BITS);
588 *token += ML_MASK;
600 *token += len;
614 token = op++;
615 *token = 0;
696 BYTE *token; local
724 token
899 unsigned token; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.cpp111 // The "token" class.
114 impl::token::token(void) : function in class:impl::token
119 impl::token::token(size_t p_line, function in class:impl::token
130 impl::token::lineno(void)
137 impl::token::type(void)
144 impl::token::text(void)
150 impl::token::operator bool(void)
157 impl::token
[all...]
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dexpr.c33 const cpp_token *token; /* The token forming op (for diagnostics). */ member in struct:op
161 cpp_classify_number (cpp_reader *pfile, const cpp_token *token) argument
163 const uchar *str = token->val.str.text;
170 if (token->val.str.len == 1)
173 limit = str + token->val.str.len;
367 cpp_interpret_integer (cpp_reader *pfile, const cpp_token *token, argument
378 p = token->val.str.text;
379 end = p + token->val.str.len;
382 if (token
525 const cpp_token *token; local
590 eval_token(cpp_reader *pfile, const cpp_token *token) argument
[all...]
H A Ddirectives.c509 const cpp_token *token = _cpp_lex_token (pfile); local
511 /* The token immediately after #define must be an identifier. That
518 if (token->type == CPP_NAME)
520 cpp_hashnode *node = token->val.node;
528 else if (token->flags & NAMED_OP)
531 NODE_NAME (token->val.node));
532 else if (token->type == CPP_EOF)
612 as an h-char-sequence (< ... >); we are looking at the first token
617 const cpp_token *token; local
626 token
791 const cpp_token *token = _cpp_lex_token (pfile); local
842 const cpp_token *token; local
893 const cpp_token *token; local
1267 const cpp_token *token, *pragma_token = pfile->cur_token; local
1823 const cpp_token *token = cpp_get_token (pfile); local
[all...]
/freebsd-10.0-release/usr.bin/indent/
H A Dindent.c94 int type_code; /* the type of token, returned by lexi */
301 type_code = lexi(); /* lexi reads one token. The actual
302 * characters read are stored in "token". lexi
303 * returns a code indicating the type of token */
381 if ((type_code == sp_paren && *token == 'i'
383 || (type_code == sp_nparen && *token == 'e'
404 for (t_ptr = token; *t_ptr; ++t_ptr)
405 *sc_end++ = *t_ptr; /* copy token into temp buffer */
423 type_code = lexi(); /* read another token */
487 | do switch on type of token scanne
[all...]
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dparser.y95 %token <num> ADD CHANGE SETGLOBAL
96 %token DEBUG_CMD DEST_CMD RETRY_CMD SEQNUM_CMD
97 %token MATCH_PREFIX_CMD MAXLEN_CMD MINLEN_CMD
98 %token USE_PREFIX_CMD KEEPLEN_CMD
99 %token VLTIME_CMD PLTIME_CMD
100 %token RAF_ONLINK_CMD RAF_AUTO_CMD RAF_DECRVALID_CMD RAF_DECRPREFD_CMD
101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
102 %token <num> ON OFF
103 %token BCL ECL EOS ERROR
104 %token <c
[all...]
/freebsd-10.0-release/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) {
217 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit) argument
239 t = token;
/freebsd-10.0-release/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c225 const char * __restrict token)
230 if (!strchr("0123", token[0]) || token[1] != '=')
233 if (getcs(&token[2], &cs) == 0)
235 else if (!strcmp(&token[2], "94")) {
236 cs.final = (unsigned char)(token[4]);
240 } else if (!strcmp(&token[2], "96")) {
241 cs.final = (unsigned char)(token[4]);
245 } else if (!strcmp(&token[2], "94$")) {
246 cs.final = (unsigned char)(token[
224 get_recommend(_ISO2022EncodingInfo * __restrict ei, const char * __restrict token) argument
281 get_initg(_ISO2022EncodingInfo * __restrict ei, const char * __restrict token) argument
303 get_max(_ISO2022EncodingInfo * __restrict ei, const char * __restrict token) argument
320 get_flags(_ISO2022EncodingInfo * __restrict ei, const char * __restrict token) argument
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Dconflex.c65 static int token; variable
171 if (token) {
176 rv = token;
177 token = 0;
193 if (!token) {
196 token = get_token(cfile);
209 return (token);
264 int seenx = 0, i = 0, token = NUMBER; local
279 parse_warn("numeric token larger than internal buffer");
285 return (token);
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmaketab.c38 { int token; member in struct:xx
138 /* fprintf(stderr, "maketab funny token %d %s ignored\n", tok, buf); */
148 for (p=proc; p->token!=0; p++)
149 table[p->token-FIRSTTOKEN] = p->name;
162 printf(" sprintf(buf, \"token %%d\", n);\n");

Completed in 344 milliseconds

1234567891011>>