Searched refs:token (Results 151 - 175 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/
H A Dhex.c132 isc_token_t token; local
144 RETERR(isc_lex_getmastertoken(lexer, &token,
146 if (token.type != isc_tokentype_string)
148 tr = &token.value.as_textregion;
153 isc_lex_ungettoken(lexer, &token);
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c505 BYTE *token; local
533 token = op++;
541 *token = (RUN_MASK << ML_BITS);
547 *token = (length << ML_BITS);
590 *token += ML_MASK;
602 *token += len;
616 token = op++;
617 *token = 0;
698 BYTE *token; local
726 token
902 unsigned token; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dlock.c79 const char *token; member in struct:lock_args
158 if a lock already exists with that token, and if so, verify that
161 if (args->token)
165 args->token, trail,
177 "Lock failed: token refers to existing "
185 errors about {the path not existing as a key, the path's token
205 SVN_ERR(delete_lock_and_token(existing_lock->token,
212 if (args->token)
213 lock->token = apr_pstrdup(args->result_pool, args->token);
292 svn_fs_base__generate_lock_token(const char **token, svn_fs_t *fs, apr_pool_t *pool) argument
310 const char *token; member in struct:unlock_args
382 const char *token = apr_hash_this_val(hi); local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dexpr.c33 const cpp_token *token; /* The token forming op (for diagnostics). */ member in struct:op
164 cpp_classify_number (cpp_reader *pfile, const cpp_token *token) argument
166 const uchar *str = token->val.str.text;
173 if (token->val.str.len == 1)
176 limit = str + token->val.str.len;
370 cpp_interpret_integer (cpp_reader *pfile, const cpp_token *token, argument
381 p = token->val.str.text;
382 end = p + token->val.str.len;
385 if (token
528 const cpp_token *token; local
593 eval_token(cpp_reader *pfile, const cpp_token *token) argument
[all...]
H A Ddirectives.c514 const cpp_token *token = _cpp_lex_token (pfile); local
516 /* The token immediately after #define must be an identifier. That
523 if (token->type == CPP_NAME)
525 cpp_hashnode *node = token->val.node;
533 else if (token->flags & NAMED_OP)
536 NODE_NAME (token->val.node));
537 else if (token->type == CPP_EOF)
617 as an h-char-sequence (< ... >); we are looking at the first token
622 const cpp_token *token; local
631 token
796 const cpp_token *token = _cpp_lex_token (pfile); local
847 const cpp_token *token; local
898 const cpp_token *token; local
1289 const cpp_token *token, *pragma_token = pfile->cur_token; local
1845 const cpp_token *token = cpp_get_token (pfile); local
[all...]
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego.c114 token (created per request).
191 char *token, apr_size_t token_len,
200 /* If the server sent us a token, pass it to gss_init_sec_token for
202 if (token) {
203 input_buf.value = token;
264 char *token = NULL; local
277 /* The server will return a token as attribute to the Negotiate key.
287 token = apr_palloc(pool, apr_base64_decode_len(space + 1));
288 token_len = apr_base64_decode(token, space + 1);
322 if (request->auth_baton && !token) {
190 gss_api_get_credentials(serf_connection_t *conn, char *token, apr_size_t token_len, const char *hostname, const char **buf, apr_size_t *buf_len, gss_authn_info_t *gss_info) argument
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dindent.c100 int type_code; /* the type of token, returned by lexi */
322 type_code = lexi(); /* lexi reads one token. The actual
323 * characters read are stored in "token". lexi
324 * returns a code indicating the type of token */
406 if ((type_code == sp_paren && *token == 'i'
408 || (type_code == sp_nparen && *token == 'e'
429 for (t_ptr = token; *t_ptr; ++t_ptr)
430 *sc_end++ = *t_ptr; /* copy token into temp buffer */
448 type_code = lexi(); /* read another token */
512 | do switch on type of token scanne
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c29 wpa_printf(MSG_DEBUG, "RRM: LCI request (token %u) timed out",
35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, argument
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) {
39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
53 wpa_printf(MSG_DEBUG, "RRM: Range request (token %u) timed out",
59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, argument
62 if (!hapd->range_req_active || hapd->range_req_token != token) {
74 hostapd_handle_beacon_report(struct hostapd_data *hapd, const u8 *addr, u8 token, u8 rep_mode, const u8 *pos, size_t len) argument
100 u8 token, rep_mode; local
286 u8 token; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h440 * repository root at revision @a rev and associate it with @a token.
447 const svn_string_t *token);
462 * Associate the new directory with the given @a token. * @a copy_path
471 const svn_string_t *token,
476 * @a token the directory node named @a path under the directory
485 const svn_string_t *token,
490 * to @a token. Use @a pool for allocations.
495 const svn_string_t *token,
500 * to close with @a token. The latter will then no longer be associated
506 const svn_string_t *token);
[all...]
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dparser.y92 %token <num> ADD CHANGE SETGLOBAL
93 %token DEBUG_CMD DEST_CMD RETRY_CMD SEQNUM_CMD
94 %token MATCH_PREFIX_CMD MAXLEN_CMD MINLEN_CMD
95 %token USE_PREFIX_CMD KEEPLEN_CMD
96 %token VLTIME_CMD PLTIME_CMD
97 %token RAF_ONLINK_CMD RAF_AUTO_CMD RAF_DECRVALID_CMD RAF_DECRPREFD_CMD
98 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
99 %token <num> ON OFF
100 %token BCL ECL EOS ERROR
101 %token <c
[all...]
/freebsd-11-stable/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-11-stable/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");
H A Dawkgram.y48 %token <i> FIRSTTOKEN /* must be first */
49 %token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
51 %token <i> ARRAY
52 %token <i> MATCH NOTMATCH MATCHOP
53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
57 %token <
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y321 %token DST SRC HOST GATEWAY
322 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
323 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
324 %token ATALK AARP DECNET LAT SCA MOPRC MOPDL
325 %token TK_BROADCAST TK_MULTICAST
326 %token NUM INBOUND OUTBOUND
327 %token PF_IFNAME PF_RSET PF_RNR PF_SRNR PF_REASON PF_ACTION
328 %token TYPE SUBTYPE DIR ADDR1 ADDR2 ADDR3 ADDR4 RA TA
329 %token LINK
330 %token GE
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.h49 svn_error_t *svn_fs_fs__generate_lock_token(const char **token,
92 3. for every lock discovered, a matching lock token has been
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_hci_raw.h51 u_int32_t token; /* message token */ member in struct:ng_btsocket_hci_raw_pcb
/freebsd-11-stable/tests/sys/audit/
H A Dutils.c51 tokenstr_t token; local
68 * Iterate through each BSM token, extracting the bits that are
69 * required to start processing the token sequences.
72 if (au_fetch_tok(&token, buff + bytes, reclen - bytes) == -1) {
78 au_print_flags_tok(memstream, &token, del, AU_OFLAG_NONE);
79 bytes += token.len;
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c76 PKCS7 *token, TS_TST_INFO *tst_info);
159 int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, argument
172 if (!token) {
178 if (!PKCS7_type_is_signed(token)) {
184 sinfos = PKCS7_get_signer_info(token);
192 if (PKCS7_get_detached(token)) {
201 signers = PKCS7_get0_signers(token, certs, 0);
217 p7bio = PKCS7_dataInit(token, NULL);
223 j = PKCS7_signatureVerify(p7bio, token, si, signer);
380 * - Calls _TS_RESP_verify_token to verify the token conten
384 PKCS7 *token = TS_RESP_get_token(response); local
405 TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) argument
428 int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, TS_TST_INFO *tst_info) argument
[all...]
/freebsd-11-stable/usr.sbin/autofs/
H A DMakefile13 SRCS+= token.l
/freebsd-11-stable/usr.sbin/auditdistd/
H A DMakefile21 SRCS+= token.l trail.c
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h34 bool AdvanceIf(const std::string &token);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.h51 svn_fs_x__generate_lock_token(const char **token,
97 3. for every lock discovered, a matching lock token has been
/freebsd-11-stable/usr.bin/svn/lib/libsvn_diff/
H A DMakefile20 token.c \

Completed in 173 milliseconds

1234567891011>>