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

1234567891011>>

/freebsd-10.2-release/contrib/serf/auth/
H A Dauth_spnego.c108 token (created per request).
185 char *token, apr_size_t token_len,
194 /* If the server sent us a token, pass it to gss_init_sec_token for
196 if (token) {
197 input_buf.value = token;
258 char *token = NULL; local
271 /* The server will return a token as attribute to the Negotiate key.
281 token = apr_palloc(pool, apr_base64_decode_len(space + 1));
282 token_len = apr_base64_decode(token, space + 1);
316 if (request->auth_baton && !token) {
184 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-10.2-release/contrib/gcclibs/libcpp/
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-10.2-release/usr.bin/indent/
H A Dindent.c94 int type_code; /* the type of token, returned by lexi */
301 type_code = lexi(); /* lexi reads one token. The actual
302 * characters read are stored in "token". lexi
303 * returns a code indicating the type of token */
381 if ((type_code == sp_paren && *token == 'i'
383 || (type_code == sp_nparen && *token == 'e'
404 for (t_ptr = token; *t_ptr; ++t_ptr)
405 *sc_end++ = *t_ptr; /* copy token into temp buffer */
423 type_code = lexi(); /* read another token */
487 | do switch on type of token scanne
[all...]
/freebsd-10.2-release/usr.sbin/rrenumd/
H A Dparser.y95 %token <num> ADD CHANGE SETGLOBAL
96 %token DEBUG_CMD DEST_CMD RETRY_CMD SEQNUM_CMD
97 %token MATCH_PREFIX_CMD MAXLEN_CMD MINLEN_CMD
98 %token USE_PREFIX_CMD KEEPLEN_CMD
99 %token VLTIME_CMD PLTIME_CMD
100 %token RAF_ONLINK_CMD RAF_AUTO_CMD RAF_DECRVALID_CMD RAF_DECRPREFD_CMD
101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
102 %token <num> ON OFF
103 %token BCL ECL EOS ERROR
104 %token <c
[all...]
/freebsd-10.2-release/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-10.2-release/sbin/dhclient/
H A Dconflex.c65 static int token; variable
171 if (token) {
176 rv = token;
177 token = 0;
193 if (!token) {
196 token = get_token(cfile);
209 return (token);
264 int seenx = 0, i = 0, token = NUMBER; local
279 parse_warn("numeric token larger than internal buffer");
285 return (token);
[all...]
/freebsd-10.2-release/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-10.2-release/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);
379 * - Calls _TS_RESP_verify_token to verify the token conten
383 PKCS7 *token = TS_RESP_get_token(response); local
404 TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) argument
427 int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, TS_TST_INFO *tst_info) argument
[all...]
H A Dts_asn1.c193 if (a->token) {
200 a->tst_info = PKCS7_to_TS_TST_INFO(a->token);
232 ASN1_OPT(TS_RESP, token, PKCS7),
287 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token)
295 if (!PKCS7_type_is_signed(token)) {
301 if (PKCS7_get_detached(token)) {
307 pkcs7_signed = token->d.sign;
/freebsd-10.2-release/lib/libc/rpc/
H A Dgetnetpath.c60 int valid; /* token that indicates a valid netpath_vars */
189 /* couldn't find this token in the database; go to next one. */
231 * Returns pointer to the rest-of-the-string after the current token.
232 * The token itself starts at arg, and we null terminate it. We return NULL
233 * if either the arg is empty, or if this is the last token.
237 _get_next_token(npp, token)
239 int token; /* char to parse string for */
245 if ((cp = strchr(npp, token)) == NULL) {
249 * did find a token, but it might be escaped.
252 /* if slash was also escaped, carry on, otherwise find next token */
[all...]
/freebsd-10.2-release/sys/dev/random/
H A Drandom_adaptors.c106 char rngs[128], *token, *cp; local
116 while ((token = strsep(&cp, ",")) != NULL)
117 if ((*adaptor = random_adaptor_get(token)) != NULL)
121 " skipping\n", token);
/freebsd-10.2-release/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-10.2-release/usr.bin/svn/lib/libsvn_diff/
H A DMakefile11 diff_tree.c lcs.c parse-diff.c token.c util.c
/freebsd-10.2-release/usr.sbin/autofs/
H A DMakefile12 SRCS+= token.l
/freebsd-10.2-release/usr.sbin/ctld/
H A DMakefile5 SRCS+= login.c parse.y pdu.c token.l y.tab.h
/freebsd-10.2-release/usr.sbin/ndiscvt/
H A DMakefile8 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
/freebsd-10.2-release/usr.bin/m4/
H A Dmain.c291 * Look ahead for `token'.
292 * (on input `t == token[0]')
294 * Returns 1 if `token' present; copied to output.
295 * 0 if `token' not found; all characters pushed back
298 do_look_ahead(int t, const char *token) argument
302 assert((unsigned char)t == (unsigned char)token[0]);
304 for (i = 1; *++token; i++) {
306 if (t == EOF || (unsigned char)t != (unsigned char)*token) {
309 pushback(*--token);
316 #define LOOK_AHEAD(t, token) (
326 char token[MAXTOK+1]; local
[all...]
/freebsd-10.2-release/sys/geom/vinum/
H A Dgeom_vinum_share.c71 * token, which must have enough space for the tokens. Return the
76 gv_tokenize(char *cptr, char *token[], int maxtoken) argument
78 int tokennr; /* Index of this token. */
92 token[tokennr] = cptr; /* Point to it. */
439 gv_new_drive(int max, char *token[]) argument
445 if (token[1] == NULL || *token[1] == '\0')
452 if (!strcmp(token[j], "state")) {
458 d->state = gv_drivestatei(token[j]);
459 } else if (!strcmp(token[
489 gv_new_volume(int max, char *token[]) argument
529 gv_new_plex(int max, char *token[]) argument
603 gv_new_sd(int max, char *token[]) argument
[all...]
/freebsd-10.2-release/lib/libc/posix1e/
H A Dmac.c157 char *token; local
159 token = strsep(string, " \t");
160 while (token != NULL && *token == '\0')
161 token = strsep(string, " \t");
163 return (token);
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y118 %token <num> YY_NUMBER YY_HEX
119 %token <str> YY_STR
120 %token YY_COMMENT
121 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
122 %token YY_RANGE_OUT YY_RANGE_IN
123 %token <ip6> YY_IPV6
125 %token IPFY_SET
126 %token IPFY_PASS IPFY_BLOCK IPFY_COUNT IPFY_CALL IPFY_NOMATCH
127 %token IPFY_RETICMP IPFY_RETRST IPFY_RETICMPASDST
128 %token IPFY_I
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Drcparse.y113 %token BEG END
114 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
115 %token BITMAP
116 %token CURSOR
117 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE
118 %token AUTO3STATE AUTOCHECKBOX AUTORADIOBUTTON CHECKBOX COMBOBOX CTEXT
119 %token DEFPUSHBUTTON EDITTEXT GROUPBOX LISTBOX LTEXT PUSHBOX PUSHBUTTON
120 %token RADIOBUTTON RTEXT SCROLLBAR STATE3 USERBUTTON
121 %token BEDIT HEDIT IEDIT
122 %token FON
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-exp.y159 %token <typed_val> INT NULL_PTR CHARLIT
160 %token <typed_val_float> FLOAT
161 %token <tval> TYPENAME
162 %token <bval> BLOCKNAME
172 %token <sval> STRING
173 %token <ssym> NAME DOT_ID OBJECT_RENAMING
179 %token DOT_ALL
183 %token <lval> LAST REGNAME
185 %token <ivar> INTERNAL_VARIABLE
203 %token ARRO
[all...]
H A Dc-exp.y166 %token <typed_val_int> INT
167 %token <typed_val_float> FLOAT
177 %token <sval> STRING
178 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
179 %token <tsym> TYPENAME
189 %token <ssym> NAME_OR_INT
191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
192 %token TEMPLATE
193 %token ERROR
197 %token SIGNED_KEYWOR
[all...]
H A Dobjc-exp.y168 %token <typed_val_int> INT
169 %token <typed_val_float> FLOAT
178 %token <sval> STRING
179 %token <sval> NSSTRING /* ObjC Foundation "NSString" literal */
180 %token <sval> SELECTOR /* ObjC "@selector" pseudo-operator */
181 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
182 %token <tsym> TYPENAME
183 %token <class> CLASSNAME /* ObjC Class name */
193 %token <ssym> NAME_OR_INT
195 %token STRUC
[all...]

Completed in 324 milliseconds

1234567891011>>