Searched refs:token (Results 201 - 225 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
69 Compares, the token TOKEN to the NUL-terminated string STRING.
72 cpp_ideq (const cpp_token *token, const char *string) argument
74 if (token->type != CPP_NAME)
77 return !ustrcmp (NODE_NAME (token->val.node), (const uchar *) string);
428 /* See if the characters of a number token are valid in a name (no
446 const cpp_token *token,
445 warn_about_normalization(cpp_reader *pfile, const cpp_token *token, const struct normalize_state *s) argument
600 create_literal(cpp_reader *pfile, cpp_token *token, const uchar *base, unsigned int len, enum cpp_ttype type) argument
620 lex_string(cpp_reader *pfile, cpp_token *token, const uchar *base) argument
676 save_comment(cpp_reader *pfile, cpp_token *token, const unsigned char *from, cppchar_t type) argument
1250 cpp_token_len(const cpp_token *token) argument
1306 cpp_spell_token(cpp_reader *pfile, const cpp_token *token, unsigned char *buffer, bool forstring) argument
1370 cpp_token_as_text(cpp_reader *pfile, const cpp_token *token) argument
1393 cpp_output_token(const cpp_token *token, FILE *fp) argument
1532 const cpp_token *token; local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h65 u_int32_t token; /* match with reply */ member in struct:ng_mesg::ng_msghdr
85 { "token", &ng_parse_uint32_type }, \
378 * Does not initialize token.
406 (rsp)->header.token = (msg)->header.token; \
425 (copy)->header.token = (msg)->header.token; \
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc.c96 uint8_t token[512]; member in struct:tpc_token
121 struct tpc_token *token; member in struct:tpc_list
159 struct tpc_token *token, *ttoken; local
177 TAILQ_FOREACH_SAFE(token, &softc->tpc_tokens, links, ttoken) {
178 if (token->active ||
179 time_uptime < token->last_active + token->timeout + 1)
181 TAILQ_REMOVE(&softc->tpc_tokens, token, links);
182 free(token->params, M_CTL);
183 free(token, M_CT
202 struct tpc_token *token; local
244 struct tpc_token *token, *ttoken; local
1968 tpc_create_token(struct ctl_lun *lun, struct ctl_port *port, off_t len, struct scsi_token *token) argument
2023 struct tpc_token *token; local
2186 struct tpc_token *token; local
2424 struct tpc_token *token; local
[all...]
/freebsd-11-stable/usr.bin/iscsictl/
H A Dparse.y61 %token AUTH_METHOD ENABLE HEADER_DIGEST DATA_DIGEST TARGET_NAME TARGET_ADDRESS
62 %token INITIATOR_NAME INITIATOR_ADDRESS INITIATOR_ALIAS USER SECRET
63 %token MUTUAL_USER MUTUAL_SECRET SEMICOLON SESSION_TYPE PROTOCOL OFFLOAD
64 %token IGNORED EQUALS OPENING_BRACKET CLOSING_BRACKET
71 %token <str> STR
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c148 // Grab the first token, which is made of
490 char *token; /*, *port;*/ // temp, needed to separate items into the hostlist local
504 token = pcap_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts);
505 while(token != NULL)
507 fprintf(fp, "%s = %s\n", PARAM_PASSIVECLIENT, token);
508 token = pcap_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts);
547 // after a token, the token is null-terminated.
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c105 static struct xs_watch *find_watch(const char *token);
976 xs_watch(const char *path, const char *token) argument
982 iov[1].iov_base = (void *)(uintptr_t) token;
983 iov[1].iov_len = strlen(token) + 1;
998 xs_unwatch(const char *path, const char *token) argument
1004 iov[1].iov_base = (void *)(uintptr_t) token;
1005 iov[1].iov_len = strlen(token) + 1;
1011 * Convert from watch token (unique identifier) to the associated
1019 find_watch(const char *token) argument
1023 cmp = (void *)strtoul(token, NUL
1272 char token[sizeof(watch) * 2 + 1]; local
1636 char token[sizeof(watch) * 2 + 1]; local
1670 char token[sizeof(watch) * 2 + 1]; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-exp.c527 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
528 token YYLEX-NUM. */
657 positive, shift that token. If negative, reduce the rule which
1054 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1155 /* Lookahead token as an internal (translated) token number. */
1196 yychar = YYEMPTY; /* Cause a token to be read. */
1295 /* Read a lookahead token if we need one and don't already have one. */
1298 /* First try to decide what to do without reference to lookahead token. */
1304 /* Not known => get a lookahead token i
2190 struct token struct
2193 int token; member in struct:token
2652 struct stoken token; local
2676 struct stoken token; local
[all...]
H A Dp-exp.y173 %token <typed_val_int> INT
174 %token <typed_val_float> FLOAT
184 %token <sval> STRING
185 %token <sval> FIELDNAME
186 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
187 %token <tsym> TYPENAME
196 %token <ssym> NAME_OR_INT
198 %token STRUCT CLASS SIZEOF COLONCOLON
199 %token ERROR
204 %token <voidva
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c272 if (msg->header.token == 0) {
361 * Get next token. We need token to avoid theoretical race where process
367 ng_btsocket_hci_raw_get_token(u_int32_t *token) argument
374 *token = ng_btsocket_hci_raw_token;
418 ng_btsocket_hci_raw_get_token(&msg->header.token);
419 pcb->token = msg->header.token;
424 pcb->token = 0;
430 pcb->token
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c370 * Get the next token.
796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, argument
807 result = isc_lex_gettoken(lex, options, token);
809 isc_lex_ungettoken(lex, token);
813 if (eol && ((token->type == isc_tokentype_eol) ||
814 (token->type == isc_tokentype_eof)))
816 if (token->type == isc_tokentype_string &&
819 if (token->type != expect) {
820 isc_lex_ungettoken(lex, token);
821 if (token
832 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c912 char *p, *token; local
934 for (token = p; token != NULL && *token != '\0'; token = p)
941 sm_dprintf("dnscrtrr: token=%s\n", token);
942 if (strcmp(token, "ad") == 0)
959 if (ttl == 0 && (ttl = getttlfromstring(token)) > 0)
968 addr.sin.sin_addr.s_addr = inet_addr(token);
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-lex.c197 lexed token on the line. Used for diagnostic line numbers. */
199 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token,
202 if (token->type != CPP_EOF && !parsing_args)
204 input_location = token->src_loc;
207 source_location loc = token->src_loc;
328 /* Read a token and return its type. Fill *VALUE with its value, if
329 applicable. Fill *CPP_FLAGS with the token's flags, if it is
391 /* An @ may give the next token special significance in Objective-C. */
557 interpret_integer (const cpp_token *token, unsigned int flags)
564 integer = cpp_interpret_integer (parse_in, token, flag
198 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token, variable
555 interpret_integer(const cpp_token *token, unsigned int flags) argument
635 interpret_float(const cpp_token *token, unsigned int flags) argument
834 lex_charconst(const cpp_token *token) argument
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetpath.c60 int valid; /* token that indicates a valid netpath_vars */
188 /* couldn't find this token in the database; go to next one. */
229 * Returns pointer to the rest-of-the-string after the current token.
230 * The token itself starts at arg, and we null terminate it. We return NULL
231 * if either the arg is empty, or if this is the last token.
234 * token - char to parse string for
237 _get_next_token(char *npp, int token) argument
243 if ((cp = strchr(npp, token)) == NULL) {
247 * did find a token, but it might be escaped.
250 /* if slash was also escaped, carry on, otherwise find next token */
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c195 char *token; local
207 while ((token = strsep(&input, ";")) != NULL) {
208 error = parse_disk_config(token);
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c119 static int token; variable
208 switch ((token = yylex())) {
299 if (token < 0)
300 token = yylex();
301 switch (token) {
345 if ((token = yylex()) != TFLAG)
348 token = yylex();
368 switch ((token = yylex())) {
379 for (i = 0; (token = yylex()) == '(';) {
380 switch ((token
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp331 const auto &token = Peek(); local
332 switch (token.getKind()) {
480 const auto &token = Peek(); local
481 switch (token.getKind()) {
648 clang::Token token; local
649 for (lexer.LexFromRawLexer(token); !token.is(clang::tok::eof);
650 lexer.LexFromRawLexer(token)) {
651 if (token.is(clang::tok::raw_identifier)) {
652 auto it = kw_map.find(token
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c68 ls->t.token = 0; /* remove "near <token>" from final message */
73 static l_noret error_expected (LexState *ls, int token) { argument
75 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token)));
98 if (ls->t.token == c) {
107 if (ls->t.token != c)
583 ** check whether current token is in the follow set of a block.
588 switch (ls->t.token) {
601 if (ls->t.token == TK_RETURN) {
652 if (ls->t.token
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dlex.h71 #define ISC_LEXOPT_EOL 0x01 /*%< Want end-of-line token. */
72 #define ISC_LEXOPT_EOF 0x02 /*%< Want end-of-file token. */
87 #define ISC_LEXOPT_NOMORE 0x40 /*%< Want "no more" token. */
150 * 'max_token' is a hint of the number of bytes in the largest token.
285 * Get the next token.
309 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token,
312 * Get the next token from a DNS master file type stream. This is a
320 *\li 'token' is a valid pointer
328 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol);
330 * Get the next token fro
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A DMakefile.sub36 $(srcdir)/token.h \
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_l2cap.h77 u_int32_t token; /* message token */ member in struct:ng_btsocket_l2cap_raw_pcb
172 u_int32_t token; /* message token */ member in struct:ng_btsocket_l2cap_pcb
/freebsd-11-stable/bin/sh/
H A DMakefile15 GENHDRS= builtins.h nodes.h syntax.h token.h
64 token.h: mktokens
/freebsd-11-stable/usr.sbin/jail/
H A Djailparse.y52 %token PLEQ
53 %token <cs> STR STR1 VAR VAR1
/freebsd-11-stable/usr.sbin/asf/
H A Dasf.c104 * token, which must have enough space for the tokens. Return the
109 tokenize(char *cptr, char *token[], int maxtoken) argument
112 int tokennr; /* index of this token */
121 token[tokennr] = cptr; /* point to it */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h302 If TOKEN is non-null, set *TOKEN to a new lock token generated by
305 any token, then set *TOKEN to empty string. */
310 const char **token,
341 TOKEN is the lock token to be unlocked which should not be NULL,
348 const char *token,
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_util.h155 #define SVN_FS__ERR_LOCK_EXPIRED(fs, token) \
158 _("Lock has expired: lock-token '%s' in filesystem '%s'"), \
159 token, svn_fs__identifier(fs))

Completed in 269 milliseconds

1234567891011>>