Searched refs:token (Results 51 - 75 of 504) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/byacc/test/
H A Derr_syntax22.y11 %token NUMBER
H A Derr_syntax23.y13 %token NUMBER
H A Derr_syntax24.y14 %token NUMBER
H A Derr_syntax25.y19 %token NUMBER
/freebsd-13-stable/sys/powerpc/include/
H A Drtas.h48 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);
/freebsd-13-stable/contrib/unbound/sldns/
H A Dstr2wire.c188 size_t prev_len, char* token, size_t token_len)
191 if(sldns_bget_token(strbuf, token, "\t\n ", token_len) == -1) {
199 if(token[0]=='@' && token[1]=='\0') {
216 } else if(*token == '\0') {
236 int s = sldns_str2wire_dname_buf_origin(token, rr, &dlen,
239 sldns_buffer_position(strbuf)-strlen(token));
247 rrinternal_get_ttl(sldns_buffer* strbuf, char* token, size_t token_len, argument
251 if(sldns_bget_token(strbuf, token, "\t\n ", token_len) == -1) {
255 *ttl = (uint32_t) sldns_str2period(token,
186 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
271 rrinternal_get_class(sldns_buffer* strbuf, char* token, size_t token_len, int* not_there, uint16_t* cl) argument
293 rrinternal_get_type(sldns_buffer* strbuf, char* token, size_t token_len, int* not_there, uint16_t* tp) argument
391 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
426 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
473 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
541 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
597 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
620 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
739 char token[LDNS_MAX_RDFLEN+1]; local
1280 char token[64]; /* for a type name */ local
1708 char token[50], proto_str[50]; local
1855 char token[512]; local
[all...]
/freebsd-13-stable/usr.bin/ctags/
H A DC.c61 int token; /* if reading a token */ local
65 char tok[MAXTOKEN]; /* token buffer */
68 sp = tok; token = t_def = NO; t_level = -1; level = 0; lineno = 1;
102 token = YES;
106 token = NO;
141 * if we have a current token, parenthesis on
145 if (!level && token) {
176 * If looking at a typedef, we save a copy of the last token
178 * token i
[all...]
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_scan.c58 static int pushed = 0; /* is a token pushed */
59 static token lasttok; /* last token, if pushed */
61 static void unget_token( token * );
65 static void findkind( char **, token * );
72 * scan expecting 1 given token
75 scan(tok_kind expect, token *tokp)
87 scan2(tok_kind expect1, tok_kind expect2, token *tokp)
96 * scan expecting any of the 3 given token
99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tok
[all...]
/freebsd-13-stable/bin/sh/
H A Darith_yacc.c168 static arith_t primary(int token, union yystype *val, int op, int noeval) argument
173 switch (token) {
187 token = op;
211 int token; local
213 token = yylex();
216 b = primary(token, &val, yylex(), noeval);
235 static arith_t binop(int token, union yystype *val, int op, int noeval) argument
237 arith_t a = primary(token, val, op, noeval);
246 static arith_t and(int token, union yystype *val, int op, int noeval) argument
248 arith_t a = binop(token, va
263 or(int token, union yystype *val, int op, int noeval) argument
280 cond(int token, union yystype *val, int op, int noeval) argument
[all...]
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_notify.c58 static int token = 0; variable
70 status = notify_register_check(__BSM_INTERNAL_NOTIFY_KEY, &token);
73 status = notify_check(token, &ignore_first);
93 return ((notify_cancel(token) == NOTIFY_STATUS_OK) ? 0 : -1);
128 status = notify_check(token, &did_notify);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dprparser.y196 %token <op> EXPOP_EOF
197 %token <op> EXPOP_NEW_LINE
198 %token <op> EXPOP_NUMBER
199 %token <op> EXPOP_HEX_NUMBER
200 %token <op> EXPOP_RESERVED1
201 %token <op> EXPOP_RESERVED2
202 %token <op> EXPOP_PAREN_OPEN
203 %token <op> EXPOP_PAREN_CLOSE
219 %token <op> EXPOP_DEFINE
220 %token <o
[all...]
H A Ddtcompilerparser.y201 %token <u> DT_PARSEOP_DATA
202 %token <u> DT_PARSEOP_LABEL
203 %token <u> DT_PARSEOP_STRING_DATA
204 %token <u> DT_PARSEOP_LINE_CONTINUATION
H A Ddtparser.y196 %token <op> OP_EXP_EOF
197 %token <op> OP_EXP_NEW_LINE
198 %token <op> OP_EXP_NUMBER
199 %token <op> OP_EXP_HEX_NUMBER
200 %token <op> OP_EXP_DECIMAL_NUMBER
201 %token <op> OP_EXP_LABEL
202 %token <op> OP_EXP_PAREN_OPEN
203 %token <op> OP_EXP_PAREN_CLOSE
332 * PARAMETERS: ParseOpcode - Parser token (OP_EXP_*)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_scanner.c28 /* ntp_keyword.h declares finite state machine and token text */
64 * keyword() - Return the keyword associated with token T_ identifier.
71 int token
78 i = token - LOWEST_KEYWORD_ID;
80 switch (token) {
90 "(keyword #%u not found)", token);
450 int token; local
454 token = 0;
466 token = curr_s;
474 return token;
686 int token; /* The return value */ local
[all...]
H A Dkeyword-gen.c31 /* Define a structure to hold a (keyword, token) pair */
34 u_short token; /* Associated Token */ member in struct:key_tok
35 follby followedby; /* nonzero indicates the next token(s)
263 char followedby; /* Forces next token(s) to T_String */
273 * array with one entry per token, and shrinking the char value to
283 char * symb[1024]; /* map token ID to symbolic name */
357 u_short token; local
369 * token number for its terminal state, so the token identifier
376 token
516 create_scan_states( char * text, u_short token, follby followedby, u_short prev_state ) argument
731 int token; local
[all...]
/freebsd-13-stable/usr.bin/localedef/
H A Dscanner.c66 static char *token = NULL; variable
85 static struct token { struct
197 static struct token symwords[] = {
361 if ((token = realloc(token, toksz)) == NULL) {
369 token[tokidx++] = (char)c;
370 token[tokidx] = 0;
532 * This restarts the token from the beginning
534 * token is complete.)
537 if (token
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c121 ng_l2cap_l2ca_con_rsp(cmd->ch, cmd->token,
132 ng_l2cap_l2ca_con_rsp_rsp(cmd->ch, cmd->token,
144 ng_l2cap_l2ca_cfg_rsp(cmd->ch, cmd->token,
157 ng_l2cap_l2ca_cfg_rsp_rsp(cmd->ch, cmd->token,
165 ng_l2cap_l2ca_discon_rsp(cmd->ch, cmd->token,
177 ng_l2cap_l2ca_ping_rsp(con, cmd->token,
189 ng_l2cap_l2ca_get_info_rsp(con, cmd->token,
213 ng_l2cap_l2ca_write_rsp(cmd->ch, cmd->token,
277 ng_l2cap_l2ca_con_rsp(cmd->ch, cmd->token, result, 0);
282 ng_l2cap_l2ca_con_rsp_rsp(cmd->ch, cmd->token,
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_partial_dataset.ksh31 # 4. Perform saved send with incremental, resuming from a token
70 token=$(zfs get -Hp -o value receive_resume_token $POOL/partialfs)
71 log_must eval "zfs send -t $token | zfs recv -s $POOL/partialfs"
79 token=$(zfs get -Hp -o value receive_resume_token $POOL/partialfs)
80 log_must eval "zfs send -t $token | zfs recv -s $POOL/partialfs"
84 # Perform saved send with incremental, resuming from token
90 token=$(zfs get -Hp -o value receive_resume_token $POOL/partialfs)
91 log_must eval "zfs send -t $token | zfs recv -s $POOL/partialfs"
/freebsd-13-stable/contrib/lua/src/
H A Dllex.c54 static l_noret lexerror (LexState *ls, const char *msg, int token);
82 const char *luaX_token2str (LexState *ls, int token) { argument
83 if (token < FIRST_RESERVED) { /* single-byte symbols? */
84 if (lisprint(token))
85 return luaO_pushfstring(ls->L, "'%c'", token);
87 return luaO_pushfstring(ls->L, "'<\\%d>'", token);
90 const char *s = luaX_tokens[token - FIRST_RESERVED];
91 if (token < TK_EOS) /* fixed format (symbols and reserved words)? */
99 static const char *txtToken (LexState *ls, int token) { argument
100 switch (token) {
111 lexerror(LexState *ls, const char *msg, int token) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Daccess.c89 const char *token)
91 svn_hash_sets(access_ctx->lock_tokens, token, path);
86 svn_fs_access_add_lock_token2(svn_fs_access_t *access_ctx, const char *path, const char *token) argument
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_cred.c48 gss_buffer_t token)
58 _mg_buffer_zero(token);
104 token->value = data.data;
105 token->length = data.length;
112 gss_buffer_t token,
124 if (token->length == 0) {
129 sp = krb5_storage_from_readonly_mem(token->value, token->length);
46 gss_export_cred(OM_uint32 * minor_status, gss_cred_id_t cred_handle, gss_buffer_t token) argument
111 gss_import_cred(OM_uint32 * minor_status, gss_buffer_t token, gss_cred_id_t * cred_handle) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h32 bool isKeyword(llvm::StringRef token) const;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-jobs.exp3 (<pid>) withdrew token
26 (<pid>) withdrew token
/freebsd-13-stable/contrib/dma/
H A Dbase64.c94 token_decode(const char *token) argument
99 if (strlen(token) < 4)
103 if (token[i] == '=')
108 val += pos(token[i]);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dbase64.c102 token_decode(const char *token) argument
107 if (strlen(token) < 4)
111 if (token[i] == '=')
116 val += pos(token[i]);

Completed in 149 milliseconds

1234567891011>>