Searched refs:token (Results 1 - 25 of 521) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7497 char *p, *token, *bp; local
7509 while ((token = strsep(&p, ",")) != NULL) {
7511 if (!strcmp(token, dwarf_op[i].ln)) {
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c73 static uint32_t token; variable
341 cinit.gc_token = token;
395 token = arc4random();
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c784 ipftoken_t *token; local
793 token = ipf_token_find(softc, IPFGENITER_STATE, uid, ctx);
794 if (token != NULL) {
795 error = ipf_state_iter(softc, token, &iter, &obj);
797 ipf_token_deref(softc, token);
4834 /* token(I) - pointer to ipftoken structure */
4842 ipf_state_iter(softc, token, itp, obj)
4844 ipftoken_t *token;
4867 is = token->ipt_data;
4879 is = token
[all...]
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...]
H A Dip_nat.c1367 ipftoken_t *token; local
1375 token = ipf_token_find(softc, iter.igi_type, uid, ctx);
1376 if (token != NULL) {
1377 error = ipf_nat_iterator(softc, token, &iter, &obj);
1379 ipf_token_deref(softc, token);
6917 /* token(I) - pointer to ipftoken structure */
6927 ipf_nat_iterator(softc, token, itp, obj)
6929 ipftoken_t *token;
6945 error = ipf_nat_getnext(softc, token, itp, obj);
6949 error = ipf_frag_nat_next(softc, token, it
[all...]
H A Dip_pool.c1275 /* token(I) - pointer to pool structure */
1280 ipf_pool_iter_next(softc, arg, token, ilp)
1283 ipftoken_t *token;
1303 ipo = token->ipt_data;
1312 token->ipt_data = nextipo;
1316 token->ipt_data = NULL;
1322 node = token->ipt_data;
1339 token->ipt_data = nextnode;
1343 token->ipt_data = NULL;
1388 ipf_token_mark_complete(token);
[all...]
H A Dip_lookup.c697 ipftoken_t *token; local
716 token = ipf_token_find(softc, iter.ili_key, uid, ctx);
717 if (token == NULL) {
727 token, &iter);
739 ipf_token_deref(softc, token);
800 /* Deletes the token identified by the combination of (type,uid,ctx) */
802 /* which the token was being used. */
H A Dip_htable.c1219 /* token(I) - */
1224 ipf_htable_iter_next(softc, arg, token, ilp)
1227 ipftoken_t *token;
1247 iph = token->ipt_data;
1256 token->ipt_data = nextiph;
1260 token->ipt_data = NULL;
1266 node = token->ipt_data;
1282 token->ipt_data = nextnode;
1286 token->ipt_data = NULL;
1332 ipf_token_mark_complete(token);
[all...]
H A Dip_dstlist.c305 /* This function is called when the iteration token is being free'd and is */
354 ipf_dstlist_iter_next(softc, arg, token, iter)
357 ipftoken_t *token;
369 dsttab = token->ipt_data;
378 token->ipt_data = next;
383 token->ipt_data = NULL;
389 node = token->ipt_data;
412 token->ipt_data = nextnode;
417 token->ipt_data = NULL;
454 ipf_token_mark_complete(token);
[all...]
H A Dip_auth.c570 ipftoken_t *token; local
579 token = ipf_token_find(softc, IPFGENITER_AUTH, uid, ctx);
580 if (token != NULL)
581 error = ipf_auth_geniter(softc, token, &iter, &obj);
584 ipf_token_deref(softc, token);
871 /* Parameters: token(I) - pointer to ipftoken structure */
880 ipf_auth_geniter(softc, token, itp, objp)
882 ipftoken_t *token;
906 fae = token->ipt_data;
919 token
[all...]
H A Dfil.c6203 /* for locating a matching token for continued access for walking lists, */
7602 /* ipf_token_head but there is a chance that a token might have a ref count */
7625 /* type(I) - the token type to match */
7626 /* uid(I) - uid owning the token */
7627 /* ptr(I) - context pointer for the token */
7629 /* This function looks for a a token in the current list that matches up */
7632 /* the token has a reference held elsewhere, setting ipt_complete to 2 */
7634 /* lead to a token to be deleted. */
7667 /* Parameters: token(I) - pointer to token structur
8061 ipftoken_t *token; local
8133 ipftoken_t *token; local
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dbridge.c629 fprintf(stderr, "Response from %s to query %d\n", source, msg->header.token);
630 if (rm->tok == msg->header.token)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3647 ** complete if it ends with a semicolon token and is not a prefix of a
3650 ** independent tokens (they are part of the token in which they are
12872 ** to the column in which it occurs and *piOff the token offset of the
12873 ** first token of the phrase. Returns SQLITE_OK if successful, or an error
13110 ** followed by a "*" character, indicating that the last token
13111 ** returned by the tokenizer will be treated as a token prefix.
13119 ** For each token in the input string, the supplied callback xToken() must
13122 ** arguments are a pointer to a buffer containing the token text, and the
13123 ** size of the token in bytes. The 4th and 5th arguments are the byte offsets
13125 ** which the token i
15624 void *token; /* id that may be used to recursive triggers */ member in struct:SubProgram
21157 void *token; /* Copy of SubProgram.token */ member in struct:VdbeFrame
163772 u8 token; /* Value of the next token */ local
216419 Fts5Token token; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y119 %token T_REGISTER
121 %token <value> T_CONST
123 %token T_EXPORT
125 %token T_DOWNLOAD
127 %token T_SCB
129 %token T_SRAM
131 %token T_ALIAS
133 %token T_SIZE
135 %token T_EXPR_LSHIFT
137 %token T_EXPR_RSHIF
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfigparser.y70 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
71 %token <str> STRING_ARG
72 %token VAR_FORCE_TOPLEVEL
73 %token VAR_SERVER VAR_VERBOSITY VAR_NUM_THREADS VAR_PORT
74 %token VAR_OUTGOING_RANGE VAR_INTERFACE VAR_PREFER_IP4
75 %token VAR_DO_IP4 VAR_DO_IP6 VAR_PREFER_IP6 VAR_DO_UDP VAR_DO_TCP
76 %token VAR_TCP_MSS VAR_OUTGOING_TCP_MSS VAR_TCP_IDLE_TIMEOUT
77 %token VAR_EDNS_TCP_KEEPALIVE VAR_EDNS_TCP_KEEPALIVE_TIMEOUT
78 %token VAR_CHROOT VAR_USERNAME VAR_DIRECTORY VAR_LOGFILE VAR_PIDFILE
79 %token VAR_MSG_CACHE_SIZ
[all...]
/freebsd-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile81 token.c \
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h1119 * repository. A "lock-token" is the lock's UUID, and can be used to
1122 * lock-token, but the lock's fields too, for convenience.
1136 const char *token; /**< unique URI representing lock */
1111 const char *token; /**< unique URI representing lock */ member in struct:svn_lock_t
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk459 libsvn_diff_DEPS = subversion/libsvn_diff/binary_diff.lo subversion/libsvn_diff/deprecated.lo subversion/libsvn_diff/diff.lo subversion/libsvn_diff/diff3.lo subversion/libsvn_diff/diff4.lo subversion/libsvn_diff/diff_file.lo subversion/libsvn_diff/diff_memory.lo subversion/libsvn_diff/diff_tree.lo subversion/libsvn_diff/lcs.lo subversion/libsvn_diff/parse-diff.lo subversion/libsvn_diff/token.lo subversion/libsvn_diff/util.lo subversion/libsvn_subr/libsvn_subr-1.la
460 libsvn_diff_OBJECTS = binary_diff.lo deprecated.lo diff.lo diff3.lo diff4.lo diff_file.lo diff_memory.lo diff_tree.lo lcs.lo parse-diff.lo token.lo util.lo
527 libsvn_subr_DEPS = subversion/libsvn_subr/adler32.lo subversion/libsvn_subr/apr_escape.lo subversion/libsvn_subr/atomic.lo subversion/libsvn_subr/auth.lo subversion/libsvn_subr/base64.lo subversion/libsvn_subr/bit_array.lo subversion/libsvn_subr/cache-inprocess.lo subversion/libsvn_subr/cache-membuffer.lo subversion/libsvn_subr/cache-memcache.lo subversion/libsvn_subr/cache-null.lo subversion/libsvn_subr/cache.lo subversion/libsvn_subr/cache_config.lo subversion/libsvn_subr/checksum.lo subversion/libsvn_subr/cmdline.lo subversion/libsvn_subr/compat.lo subversion/libsvn_subr/compress_lz4.lo subversion/libsvn_subr/compress_zlib.lo subversion/libsvn_subr/config.lo subversion/libsvn_subr/config_auth.lo subversion/libsvn_subr/config_file.lo subversion/libsvn_subr/config_win.lo subversion/libsvn_subr/crypto.lo subversion/libsvn_subr/ctype.lo subversion/libsvn_subr/date.lo subversion/libsvn_subr/debug.lo subversion/libsvn_subr/deprecated.lo subversion/libsvn_subr/dirent_uri.lo subversion/libsvn_subr/dso.lo subversion/libsvn_subr/encode.lo subversion/libsvn_subr/eol.lo subversion/libsvn_subr/error.lo subversion/libsvn_subr/fnv1a.lo subversion/libsvn_subr/gpg_agent.lo subversion/libsvn_subr/hash.lo subversion/libsvn_subr/io.lo subversion/libsvn_subr/iter.lo subversion/libsvn_subr/lock.lo subversion/libsvn_subr/log.lo subversion/libsvn_subr/lz4/lz4.lo subversion/libsvn_subr/macos_keychain.lo subversion/libsvn_subr/magic.lo subversion/libsvn_subr/md5.lo subversion/libsvn_subr/mergeinfo.lo subversion/libsvn_subr/mutex.lo subversion/libsvn_subr/nls.lo subversion/libsvn_subr/object_pool.lo subversion/libsvn_subr/opt.lo subversion/libsvn_subr/packed_data.lo subversion/libsvn_subr/path.lo subversion/libsvn_subr/pool.lo subversion/libsvn_subr/prefix_string.lo subversion/libsvn_subr/prompt.lo subversion/libsvn_subr/properties.lo subversion/libsvn_subr/quoprint.lo subversion/libsvn_subr/root_pools.lo subversion/libsvn_subr/simple_providers.lo subversion/libsvn_subr/skel.lo subversion/libsvn_subr/sorts.lo subversion/libsvn_subr/spillbuf.lo subversion/libsvn_subr/sqlite.lo subversion/libsvn_subr/sqlite3wrapper.lo subversion/libsvn_subr/ssl_client_cert_providers.lo subversion/libsvn_subr/ssl_client_cert_pw_providers.lo subversion/libsvn_subr/ssl_server_trust_providers.lo subversion/libsvn_subr/stream.lo subversion/libsvn_subr/string.lo subversion/libsvn_subr/subst.lo subversion/libsvn_subr/sysinfo.lo subversion/libsvn_subr/target.lo subversion/libsvn_subr/temp_serializer.lo subversion/libsvn_subr/time.lo subversion/libsvn_subr/token.lo subversion/libsvn_subr/types.lo subversion/libsvn_subr/user.lo subversion/libsvn_subr/username_providers.lo subversion/libsvn_subr/utf.lo subversion/libsvn_subr/utf8proc.lo subversion/libsvn_subr/utf_validate.lo subversion/libsvn_subr/utf_width.lo subversion/libsvn_subr/validate.lo subversion/libsvn_subr/version.lo subversion/libsvn_subr/win32_crashrpt.lo subversion/libsvn_subr/win32_crypto.lo subversion/libsvn_subr/win32_xlate.lo subversion/libsvn_subr/x509info.lo subversion/libsvn_subr/x509parse.lo subversion/libsvn_subr/xml.lo
528 libsvn_subr_OBJECTS = adler32.lo apr_escape.lo atomic.lo auth.lo base64.lo bit_array.lo cache-inprocess.lo cache-membuffer.lo cache-memcache.lo cache-null.lo cache.lo cache_config.lo checksum.lo cmdline.lo compat.lo compress_lz4.lo compress_zlib.lo config.lo config_auth.lo config_file.lo config_win.lo crypto.lo ctype.lo date.lo debug.lo deprecated.lo dirent_uri.lo dso.lo encode.lo eol.lo error.lo fnv1a.lo gpg_agent.lo hash.lo io.lo iter.lo lock.lo log.lo lz4/lz4.lo macos_keychain.lo magic.lo md5.lo mergeinfo.lo mutex.lo nls.lo object_pool.lo opt.lo packed_data.lo path.lo pool.lo prefix_string.lo prompt.lo properties.lo quoprint.lo root_pools.lo simple_providers.lo skel.lo sorts.lo spillbuf.lo sqlite.lo sqlite3wrapper.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo string.lo subst.lo sysinfo.lo target.lo temp_serializer.lo time.lo token.lo types.lo user.lo username_providers.lo utf.lo utf8proc.lo utf_validate.lo utf_width.lo validate.lo version.lo win32_crashrpt.lo win32_crypto.lo win32_xlate.lo x509info.lo x509parse.lo xml.lo
2582 subversion/libsvn_diff/token.lo: subversion/libsvn_diff/token.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/libsvn_diff/diff.h
3040 subversion/libsvn_subr/token.lo: subversion/libsvn_subr/token.c subversion/include/private/svn_debug.h subversion/include/private/svn_token.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/svn_private_config.h
3098 subversion/libsvn_wc/entries.lo: subversion/libsvn_wc/entries.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/props.h subversion/libsvn_wc/token-map.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc-queries.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_private.h subversion/svn_private_config.h
3130 subversion/libsvn_wc/upgrade.lo: subversion/libsvn_wc/upgrade.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/props.h subversion/libsvn_wc/token
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c305 /* This function is called when the iteration token is being free'd and is */
354 ipf_dstlist_iter_next(softc, arg, token, iter)
357 ipftoken_t *token;
369 dsttab = token->ipt_data;
378 token->ipt_data = next;
383 token->ipt_data = NULL;
389 node = token->ipt_data;
412 token->ipt_data = nextnode;
417 token->ipt_data = NULL;
454 ipf_token_mark_complete(token);
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y62 %token <num> YY_NUMBER YY_HEX
63 %token <str> YY_STR
64 %token YY_COMMENT
65 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
66 %token YY_RANGE_OUT YY_RANGE_IN
67 %token <ip6> YY_IPV6
68 %token IPSL_START IPSL_STARTGROUP IPSL_CONTENT
70 %token IPSL_CLOSE IPSL_TRACK IPSL_EOF IPSL_REDIRECT IPSL_ELSE
H A Dippool_y.y71 %token <num> YY_NUMBER YY_HEX
72 %token <str> YY_STR
73 %token <ip6> YY_IPV6
74 %token YY_COMMENT
75 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
76 %token YY_RANGE_OUT YY_RANGE_IN
77 %token IPT_IPF IPT_NAT IPT_COUNT IPT_AUTH IPT_IN IPT_OUT IPT_ALL
78 %token IPT_TABLE IPT_GROUPMAP IPT_HASH IPT_SRCHASH IPT_DSTHASH
79 %token IPT_ROLE IPT_TYPE IPT_TREE
80 %token IPT_GROU
[all...]
H A Dipnat_y.y100 %token <num> YY_NUMBER YY_HEX
101 %token <str> YY_STR
102 %token YY_COMMENT
103 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
104 %token YY_RANGE_OUT YY_RANGE_IN
105 %token <ip6> YY_IPV6
107 %token IPNY_MAPBLOCK IPNY_RDR IPNY_PORT IPNY_PORTS IPNY_AUTO IPNY_RANGE
108 %token IPNY_MAP IPNY_BIMAP IPNY_FROM IPNY_TO IPNY_MASK IPNY_PORTMAP IPNY_ANY
109 %token IPNY_ROUNDROBIN IPNY_FRAG IPNY_AGE IPNY_ICMPIDMAP IPNY_PROXY
110 %token IPNY_TC
[all...]
H A Dipmon_y.y62 %token <num> YY_NUMBER YY_HEX
63 %token <str> YY_STR
64 %token <ip6> YY_IPV6
65 %token YY_COMMENT
66 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
67 %token YY_RANGE_OUT YY_RANGE_IN
69 %token IPM_MATCH IPM_BODY IPM_COMMENT IPM_DIRECTION IPM_DSTIP IPM_DSTPORT
70 %token IPM_EVERY IPM_GROUP IPM_INTERFACE IPM_IN IPM_NO IPM_OUT IPM_LOADACTION
71 %token IPM_PACKET IPM_PACKETS IPM_POOL IPM_PROTOCOL IPM_RESULT IPM_RULE
72 %token IPM_SECON
[all...]
H A Dipf_y.y119 %token <num> YY_NUMBER YY_HEX
120 %token <str> YY_STR
121 %token YY_COMMENT
122 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
123 %token YY_RANGE_OUT YY_RANGE_IN
124 %token <ip6> YY_IPV6
126 %token IPFY_SET
127 %token IPFY_PASS IPFY_BLOCK IPFY_COUNT IPFY_CALL IPFY_NOMATCH
128 %token IPFY_RETICMP IPFY_RETRST IPFY_RETICMPASDST
129 %token IPFY_I
[all...]
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y48 extern int state, state, lineNum, token;
161 %token <num> IL_NUMBER
163 %token <str> IL_TOKEN
164 %type <str> token optoken
165 %token IL_HEXDIGIT IL_COLON IL_DOT IL_EOF IL_COMMENT
166 %token IL_INTERFACE IL_IFNAME IL_MTU IL_EADDR
167 %token IL_IPV4 IL_V4PROTO IL_V4SRC IL_V4DST IL_V4OFF IL_V4V IL_V4HL IL_V4TTL
168 %token IL_V4TOS IL_V4SUM IL_V4LEN IL_V4OPT IL_V4ID
169 %token IL_TCP IL_SPORT IL_DPORT IL_TCPFL IL_TCPSEQ IL_TCPACK IL_TCPOFF
170 %token IL_TCPWI
535 token: IL_TOKEN ';' label
[all...]

Completed in 920 milliseconds

1234567891011>>