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

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dlock.c57 new_l->token = apr_pstrdup(pool, new_l->token);
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf-parse.y47 %token EQUALS COMMA EOL
48 %token <str> SECTION
49 %token <str> STRING
50 %token <str> WORD
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdparse.y58 %token BEGINBLOCK ENDBLOCK
59 %token COMMA SEMICOLON
60 %token APMEVENT
61 %token APMBATT
62 %token BATTCHARGE BATTDISCHARGE
63 %token <i> BATTTIME BATTPERCENT
64 %token EXECCMD REJECTCMD
65 %token <ev> EVENT
66 %token <str> STRING UNKNOWN
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c73 svn_string_t *token;
84 /* Entry for the last token seen. May be NULL. */
96 batons generally last until the end of the commit), token entries
104 svn_string_t *token;
129 svn_string_t *token)
137 b->token = token;
191 svn_string_t *token = make_token('d', eb, pool);
194 SVN_ERR(svn_ra_svn__write_cmd_open_root(eb->conn, pool, rev, token));
195 *root_baton = ra_svn_make_baton(eb->conn, pool, eb, token);
72 svn_string_t *token; member in struct:ra_svn_baton_t
103 svn_string_t *token; member in struct:ra_svn_token_entry_t
125 ra_svn_make_baton(svn_ra_svn_conn_t *conn, apr_pool_t *pool, ra_svn_edit_baton_t *eb, svn_string_t *token) argument
190 svn_string_t *token = make_token('d', eb, pool); local
215 svn_string_t *token = make_token('d', b->eb, pool); local
231 svn_string_t *token = make_token('d', b->eb, pool); local
284 svn_string_t *token = make_token('c', b->eb, pool); local
302 svn_string_t *token = make_token('c', b->eb, pool); local
477 store_token(ra_svn_driver_state_t *ds, void *baton, svn_string_t *token, svn_boolean_t is_file, apr_pool_t *pool) argument
498 lookup_token(ra_svn_driver_state_t *ds, svn_string_t *token, svn_boolean_t is_file, ra_svn_token_entry_t **entry) argument
520 remove_token(ra_svn_driver_state_t *ds, svn_string_t *token) argument
552 svn_string_t *token; local
570 svn_string_t *token; local
589 svn_string_t *token, *child_token; local
624 svn_string_t *token, *child_token; local
647 svn_string_t *token; local
666 svn_string_t *token; local
687 svn_string_t *token; local
706 svn_string_t *token, *file_token; local
742 svn_string_t *token, *file_token; local
767 svn_string_t *token; local
793 svn_string_t *token; local
813 svn_string_t *token; local
835 svn_string_t *token, *value; local
851 svn_string_t *token; local
875 svn_string_t *token; local
[all...]
/freebsd-11-stable/sys/dev/ispfw/
H A Dispfw.c129 #define RMACRO(token) do { \
130 if (token##_loaded) \
132 if (firmware_register(#token, token##_risc_code, \
133 token##_risc_code[3] * sizeof(token##_risc_code[3]), \
136 token##_loaded++; \
139 #define UMACRO(token) do { \
140 if (!token##_loaded) \
142 if (firmware_unregister(#token) !
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y49 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
50 %token DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ
51 %token DT_TOK_DIV_EQ DT_TOK_MOD_EQ DT_TOK_AND_EQ DT_TOK_XOR_EQ DT_TOK_OR_EQ
52 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
53 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
54 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
55 %token DT_TOK_LT DT_TOK_LE DT_TOK_GT DT_TOK_GE DT_TOK_LSH DT_TOK_RSH
56 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
57 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
58 %token DT_TOK_PREIN
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-parse.h36 char *token; member in struct:mi_parse
/freebsd-11-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-11-stable/sys/powerpc/include/
H A Drtas.h46 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);
/freebsd-11-stable/contrib/unbound/sldns/
H A Dparse.h47 * returns a token/char from the stream F.
51 * \param[out] *token the read token is put here
56 ssize_t sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
59 * returns a token/char from the stream F.
63 * \param[out] *token the token is put here
69 ssize_t sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
72 * returns a token/char from the buffer b.
76 * \param[out] *token th
[all...]
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-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp23 bool ClangHighlighter::isKeyword(llvm::StringRef token) const {
24 return keywords.find(token) != keywords.end();
32 /// Determines which style should be applied to the given token.
35 /// \param token
36 /// The current token.
38 /// The string in the source code the token represents.
43 /// passed by reference and will be updated if the current token starts
46 /// The ColorStyle that should be applied to the token.
49 const clang::Token &token, llvm::StringRef tok_str,
53 if (token
48 determineClangStyle(const ClangHighlighter &highlighter, const clang::Token &token, llvm::StringRef tok_str, const HighlightStyle &options, bool &in_pp_directive) argument
192 Token token; local
[all...]
/freebsd-11-stable/usr.bin/ctags/
H A DC.c59 int token; /* if reading a token */ local
63 char tok[MAXTOKEN]; /* token buffer */
66 sp = tok; token = t_def = NO; t_level = -1; level = 0; lineno = 1;
100 token = YES;
104 token = NO;
139 * if we have a current token, parenthesis on
143 if (!level && token) {
174 * If looking at a typedef, we save a copy of the last token
176 * token i
[all...]
/freebsd-11-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-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c35 const cpp_token **first; /* First token in unexpanded argument. */
90 /* Allocates and returns a CPP_STRING token, containing TEXT of length
95 cpp_token *token = _cpp_temp_token (pfile); local
98 token->type = CPP_STRING;
99 token->val.str.len = len;
100 token->val.str.text = text;
101 token->flags = 0;
102 return token;
285 /* Convert builtin macros like __FILE__ to a token and push it on the
286 context stack. Also handles _Pragma, for which a new token ma
367 const cpp_token *token = arg->first[i]; local
582 const cpp_token *token; local
713 const cpp_token *token, *padding = NULL; local
921 cpp_token *token = _cpp_temp_token (pfile); local
1043 const cpp_token *token; local
1329 const cpp_token *token = _cpp_lex_token (pfile); local
1418 cpp_token *token, *saved_cur_token; local
1442 cpp_token *token; local
1741 cpp_token *token = &macro->exp.tokens[i]; local
1805 cpp_token *token = &macro->exp.tokens[i]; local
[all...]
/freebsd-11-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-11-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-11-stable/contrib/amd/amd/
H A Dconf_parse.y73 %token LEFT_BRACKET RIGHT_BRACKET EQUAL
74 %token NEWLINE
75 %token <strtype> NONWS_STRING
76 %token <strtype> NONWSEQ_STRING
77 %token <strtype> QUOTED_NONWSEQ_STRING
/freebsd-11-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...]
/freebsd-11-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-11-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...]

Completed in 167 milliseconds

1234567891011>>