Searched refs:token (Results 251 - 275 of 521) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dhooks.c520 const char *token = apr_hash_this_key(hi);
535 svn_stringbuf_createf(pool, "%s|%s\n", path, token));
739 const char **token,
770 if (token)
772 *token = buf->data;
775 else if (token)
776 *token = "";
827 const char *token,
846 args[4] = token ? token
519 const char *token = apr_hash_this_key(hi); local
736 svn_repos__hooks_pre_lock(svn_repos_t *repos, apr_hash_t *hooks_env, const char **token, const char *path, const char *username, const char *comment, svn_boolean_t steal_lock, apr_pool_t *pool) argument
822 svn_repos__hooks_pre_unlock(svn_repos_t *repos, apr_hash_t *hooks_env, const char *path, const char *username, const char *token, svn_boolean_t break_lock, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbase32.c260 isc_token_t token; local
272 RETERR(isc_lex_getmastertoken(lexer, &token,
274 if (token.type != isc_tokentype_string)
276 tr = &token.value.as_textregion;
281 isc_lex_ungettoken(lexer, &token);
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c319 KTEXT_ST token; local
367 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
369 token.length = 1;
372 if (!Data(ap, RSA_ENCPWD_AUTH, token.dat, token.length)) {
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c230 int token, nread; local
238 token = NgSendMsg(cs, ng_path, NGM_NETFLOW_COOKIE,
240 if (token == -1)
248 if (ng_mesg->header.token != token)
249 err(1, "NgRecvMsg(NGM_NETFLOW_SHOW): token mismatch");
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dparser.y90 %token <bdaddr> T_BDADDRSTRING
91 %token <num> T_HEXBYTE
92 %token T_DEVICE T_BDADDR T_CONTROL_PSM T_INTERRUPT_PSM T_RECONNECT_INITIATE
93 %token T_BATTERY_POWER T_NORMALLY_CONNECTABLE T_HID_DESCRIPTOR
94 %token T_TRUE T_FALSE T_ERROR
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c315 KTEXT_ST token; local
363 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
365 token.length = 1;
368 if (!Data(ap, RSA_ENCPWD_AUTH, (void *)token.dat, token.length)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c50 #define TOKEN_KEY "token"
203 lock->token, APR_HASH_KEY_STRING, scratch_pool);
311 if (! ((lock->token = hash_fetch(hash, TOKEN_KEY))))
518 return SVN_FS__ERR_LOCK_EXPIRED(fs, lock->token);
625 SVN_ERR_FS_BAD_LOCK_TOKEN: FS doesn't hold matching lock-token for LOCK.
643 else if (svn_hash_gets(fs->access_ctx->lock_tokens, lock->token) == NULL)
646 _("Cannot verify lock on path '%s'; no matching lock-token available"),
814 if a lock already exists with that token, and if so, verify that
818 schema doesn't supply a lookup-by-token mechanism. */
823 errors about {the path not existing as a key, the path's token
970 check_unlock(svn_error_t **fs_err, const char *path, const char *token, unlock_baton_t *ub, svn_fs_root_t *root, apr_pool_t *pool) argument
1030 const char *token = item->value; local
1206 svn_fs_x__generate_lock_token(const char **token, svn_fs_t *fs, apr_pool_t *pool) argument
1247 const char *token = apr_hash_this_val(hi); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c49 #define TOKEN_KEY "token"
196 lock->token, APR_HASH_KEY_STRING, pool);
297 if (! ((lock->token = hash_fetch(hash, TOKEN_KEY))))
498 return SVN_FS__ERR_LOCK_EXPIRED(fs, lock->token);
606 SVN_ERR_FS_BAD_LOCK_TOKEN: FS doesn't hold matching lock-token for LOCK.
625 else if (svn_hash_gets(fs->access_ctx->lock_tokens, lock->token) == NULL)
628 _("Cannot verify lock on path '%s'; no matching lock-token available"),
794 if a lock already exists with that token, and if so, verify that
798 schema doesn't supply a lookup-by-token mechanism. */
803 errors about {the path not existing as a key, the path's token
949 check_unlock(svn_error_t **fs_err, const char *path, const char *token, struct unlock_baton *ub, svn_fs_root_t *root, apr_pool_t *pool) argument
1008 const char *token = item->value; local
1184 svn_fs_fs__generate_lock_token(const char **token, svn_fs_t *fs, apr_pool_t *pool) argument
1225 const char *token = apr_hash_this_val(hi); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c293 /* The following local token type is used. */
298 /* More information about the type of a CPP_NAME token. */
310 /* A single C token after string literal concatenation and conversion
314 /* The kind of token. */
316 /* If this token is a CPP_NAME, this value indicates whether also
319 /* If this token is a keyword, this value indicates which keyword.
322 /* If this token is a CPP_PRAGMA, this indicates the pragma that
325 /* True if this token is from a system header. */
327 /* The value associated with this token, if any. */
329 /* The location at which this token wa
361 c_lex_one_token(c_token *token, c_parser *parser) argument
519 c_token *token; local
530 c_token_starts_typename(c_token *token) argument
590 c_token *token = c_parser_peek_token (parser); local
597 c_token_starts_declspecs(c_token *token) argument
664 c_token *token = c_parser_peek_token (parser); local
725 c_parser_set_source_position_from_token(c_token *token) argument
749 c_token *token = c_parser_peek_token (parser); local
828 c_token *token = c_parser_peek_token (parser); local
868 c_token *token = c_parser_peek_token (parser); local
906 c_token *token = c_parser_peek_token (parser); local
931 c_token *token; local
6503 c_token_starts_methodproto(c_token *token) argument
6534 c_token *token; local
6774 c_token *token = c_parser_peek_token (parser); local
6957 c_token *token = c_parser_peek_token (parser); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c44 /* A token simply is an svn_string_t pointing to
46 the raw token text, with length stored in the string */
49 /* Next token to be consumed */
55 /* The last token ends with a newline character (sequence) */
123 datasource_get_next_token(apr_uint32_t *hash, void **token, void *baton, argument
133 svn_string_t *tok = (*token)
145 *token = NULL;
181 token_discard(void *baton, void *token) argument
357 apr_off_t current_token[2]; /* current token per source */
383 from token
403 svn_string_t *token = local
833 svn_string_t *token = APR_ARRAY_IDX(tokens, first, svn_string_t *); local
1028 detect_eol(svn_string_t *token) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y169 %token <string> PATH
170 %token <string> STRING
171 %token <retval> BYTE
172 %token <string> VARNAME
173 %token <string> FILENAME
174 %token <string> VARIABLE
175 %token <string> REFERENCE
176 %token <string> NULL_RET
177 %token <string> NON_NULL
178 %token <strin
[all...]
/freebsd-11-stable/usr.bin/join/
H A Djoin.c548 char *end, *token; local
550 while ((token = strsep(&option, ", \t")) != NULL) {
551 if (*token == '\0')
553 if (token[0] == '0')
555 else if ((token[0] == '1' || token[0] == '2') &&
556 token[1] == '.') {
557 filenum = token[0] - '0';
558 fieldno = strtol(token + 2, &end, 10);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y103 %token SERVER FILTER ATTRIBUTE BASEDN BINDDN GROUPDN BINDCRED MAPS CHANGE DOMAIN PROVIDE
104 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
105 %token PASSWD NAME FIXED LIST GROUPNAME GROUPPASSWD GROUPGID MAP
106 %token INCLUDE DIRECTORY CLASS PORT ERROR GROUPMEMBERS
107 %token <v.string> STRING
108 %token <v.number> NUMBER
515 int token;
644 if ((token = lookup(buf)) == STRING)
647 return (token);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c285 krb5_data token, header, trailer; local
311 token.data = token_data;
312 token.length = 16;
330 iov[2].buffer.length = token.length;
331 iov[2].buffer.value = token.data;
363 token.length =
370 token.data = emalloc(token.length);
372 p = token.data;
386 assert(p - ((unsigned char *)token
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_frag.c1145 /* token(I) - pointer to token information for this caller */
1152 ipf_frag_pkt_next(softc, token, itp)
1154 ipftoken_t *token;
1160 return ipf_frag_next(softc, token, itp, &softf->ipfr_list,
1163 return ipf_frag_next(softc, token, itp, &softf->ipfr_list);
1172 /* token(I) - pointer to token information for this caller */
1179 ipf_frag_nat_next(softc, token, itp)
1181 ipftoken_t *token;
[all...]
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_l.l30 int *prstack = NULL, numpr = 0, state = 0, token = 0;
232 token++;
242 token++;
/freebsd-11-stable/sbin/gvinum/
H A Dgvinum.c98 char buffer[BUFSIZ], *inputline, *token[GV_MAXARGS]; local
128 tokens = gv_tokenize(buffer, token, GV_MAXARGS);
130 parseline(tokens, token);
188 char original[BUFSIZ], tmpfile[20], *token[GV_MAXARGS]; local
266 tokens = gv_tokenize(buf, token, GV_MAXARGS);
273 if (!strcmp(token[0], "volume")) {
274 v = gv_new_volume(tokens, token);
298 } else if (!strcmp(token[0], "plex")) {
299 p = gv_new_plex(tokens, token);
334 } else if (!strcmp(token[
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A Dtic.h153 * scanned token are returned.
157 struct token struct
164 extern NCURSES_EXPORT_VAR(struct token) _nc_curr_token;
/freebsd-11-stable/contrib/flex/
H A Dparse.y3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
4 %token OPTION_OP OPT_OUTFILE OPT_PREFIX OPT_YYCLASS OPT_HEADER OPT_EXTRA_TYPE
5 %token OPT_TABLES
7 %token CCE_ALNUM CCE_ALPHA CCE_BLANK CCE_CNTRL CCE_DIGIT CCE_GRAPH
8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
10 %token CCE_NEG_ALNUM CCE_NEG_ALPHA CCE_NEG_BLANK CCE_NEG_CNTRL CCE_NEG_DIGIT CCE_NEG_GRAPH
11 %token CCE_NEG_LOWER CCE_NEG_PRINT CCE_NEG_PUNCT CCE_NEG_SPACE CCE_NEG_UPPER CCE_NEG_XDIGIT
23 * precedence we define two token sets for the begin and end tokens of
31 %token BEGIN_REPEAT_POSIX END_REPEAT_POSIX BEGIN_REPEAT_FLEX END_REPEAT_FLEX
108 * token typ
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_calc1.y36 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
37 %token <dval> CONST /* floating point constant */
H A Dcalc1.y38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
39 %token <dval> CONST /* floating point constant */
H A Dvarsyntax_calc1.y39 %token <ival> DREG VREG // indices into dreg, vreg arrays */
40 %token <dval> CONST // floating point constant */
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_parse.y105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
106 %token IPADDRESS
107 %token ME ANY
108 %token SLASH HYPHEN
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.h127 REPMN, /* REPMN is a lexical token corresponding
129 appears in the compiled token vector. */
165 } token; typedef in typeref:enum:__anon6494
168 array corresponding to a given set token is given by SET_INDEX(t). */
238 and the token value of the lowest-numbered position of the state that
239 contains an END token. */
295 token *tokens; /* Postfix parse array. */
/freebsd-11-stable/usr.sbin/ctld/
H A Dparse.y61 %token ALIAS AUTH_GROUP AUTH_TYPE BACKEND BLOCKSIZE CHAP CHAP_MUTUAL
62 %token CLOSING_BRACKET CTL_LUN DEBUG DEVICE_ID DEVICE_TYPE
63 %token DISCOVERY_AUTH_GROUP DISCOVERY_FILTER FOREIGN
64 %token INITIATOR_NAME INITIATOR_PORTAL ISNS_SERVER ISNS_PERIOD ISNS_TIMEOUT
65 %token LISTEN LISTEN_ISER LUN MAXPROC OFFLOAD OPENING_BRACKET OPTION
66 %token PATH PIDFILE PORT PORTAL_GROUP REDIRECT SEMICOLON SERIAL SIZE STR
67 %token TAG TARGET TIMEOUT
74 %token <str> STR

Completed in 324 milliseconds

<<11121314151617181920>>