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

1234567891011>>

/freebsd-10.0-release/contrib/byacc/test/
H A Dcalc.y15 %token DIGIT LETTER
H A Dcalc2.y22 %token DIGIT LETTER
H A Dcalc3.y25 %token DIGIT LETTER
H A Dcode_calc.y17 %token DIGIT LETTER
H A Dpure_calc.y21 %token DIGIT LETTER
/freebsd-10.0-release/contrib/gdb/gdb/
H A Devent-top.h103 extern void mark_async_signal_handler_wrapper (void *token);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c88 void **token,
93 return fwb->vtable->datasource_get_next_token(hash, token, fwb->old_baton,
109 void *token)
112 fwb->vtable->token_discard(fwb->old_baton, token);
85 datasource_get_next_token(apr_uint32_t *hash, void **token, void *baton, svn_diff_datasource_e datasource) argument
106 token_discard(void *baton, void *token) argument
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h51 u8 token[4]; member in struct:eap_pwd_id
/freebsd-10.0-release/sbin/hastctl/
H A DMakefile17 SRCS+= token.l
/freebsd-10.0-release/sbin/setkey/
H A DMakefile34 SRCS= setkey.c parse.y token.l
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dlz4.c198 BYTE token; local
202 token = *ip++;
203 if ((length = (token >> ML_BITS)) == RUN_MASK) {
250 if ((length = (token & ML_MASK)) == ML_MASK) {
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dcalc.y15 %token DIGIT LETTER
H A Dcalc2.y22 %token DIGIT LETTER
H A Dcalc3.y25 %token DIGIT LETTER
H A Dcode_calc.y17 %token DIGIT LETTER
H A Dpure_calc.y21 %token DIGIT LETTER
/freebsd-10.0-release/usr.bin/csup/
H A DMakefile29 token.l \
/freebsd-10.0-release/usr.bin/mkesdb/
H A Dyacc.y71 %token R_NAME R_ENCODING R_VARIABLE R_DEFCSID R_INVALID
72 %token R_LN
73 %token <i_value> L_IMM
74 %token <s_value> L_STRING
/freebsd-10.0-release/usr.sbin/auditdistd/
H A DMakefile21 SRCS+= token.l trail.c
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A DMakefile14 SRCS+= token.l
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_parse.c72 token tok;
114 token tok;
141 token tok;
247 token tok;
276 token tok;
289 token tok;
311 /* now peek at next token */
430 token tok;
481 token tok;
552 token to
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DModule.cpp71 StringRef token = P.first; local
74 if (token[0] == 'e') {
76 } else if (token[0] == 'E') {
93 StringRef token = TmpP.second, signalToken = TmpP.first; local
97 getToken(token, ":").first.getAsInteger(10, size);
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Drsaencpwd.c319 KTEXT_ST token; local
367 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
369 token.length = 1;
372 if (!Data(ap, RSA_ENCPWD_AUTH, (void *)token.dat, token.length)) {
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c319 KTEXT_ST token; local
367 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
369 token.length = 1;
372 if (!Data(ap, RSA_ENCPWD_AUTH, token.dat, token.length)) {
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dparser.y87 %token <bdaddr> T_BDADDRSTRING
88 %token <num> T_HEXBYTE
89 %token T_DEVICE T_BDADDR T_CONTROL_PSM T_INTERRUPT_PSM T_RECONNECT_INITIATE
90 %token T_BATTERY_POWER T_NORMALLY_CONNECTABLE T_HID_DESCRIPTOR
91 %token T_TRUE T_FALSE T_ERROR

Completed in 230 milliseconds

1234567891011>>