Searched refs:token (Results 276 - 300 of 521) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c505 char *token; local
508 while ((token = strsep(&string, "\n")) != NULL)
509 add_pattern(token, strlen(token));
706 char *token; local
709 while ((token = strsep(&string, "\n")) != NULL)
710 add_pattern(token, strlen(token));
/freebsd-11-stable/usr.sbin/usbconfig/
H A Dusbconfig.c96 struct token { struct
138 static const struct token token[] = { variable in typeref:struct:token
223 for (n = 0; n != (sizeof(token) / sizeof(token[0])); n++) {
224 if (strcasecmp(str, token[n].name) == 0) {
225 if (token[n].narg > narg) {
229 return (token[n].value);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp41 if (SpanEnd == L->token() && SpanIsOriginal == L->isOriginal()) {
50 SpanBegin = L->token();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmultistatus.c217 const char *token;
222 token = apr_strtok(temp_buf->data, " \t\r\n", &tok_status);
223 if (token)
224 token = apr_strtok(NULL, " \t\r\n", &tok_status);
225 if (!token)
229 err = svn_cstring_atoi(status_code_out, token);
235 token = apr_strtok(NULL, " \t\r\n", &tok_status);
237 *reason = apr_pstrdup(result_pool, token);
216 const char *token; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dparse.c460 /* Is the rest of the token digits? */
557 parse_nested_classes_for_hpacc (char *name, int len, char **token,
614 /* If we're looking at some non-token, fail immediately */
687 /* We found a valid token */
688 *token = (char *) xmalloc (prefix_len + 1);
689 memcpy (*token, prefix, prefix_len);
690 (*token)[prefix_len] = '\000';
699 /* Out of loop, so we must have found a valid token */
752 if (!((*p >= 'a' && *p <= 'z') || /* allow token chars */
775 of a string token
552 parse_nested_classes_for_hpacc(char *name, int len, char **token, int *class_prefix, char **argptr) argument
772 copy_name(struct stoken token) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c88 void **token,
93 return fwb->vtable->datasource_get_next_token(hash, token, fwb->old_baton,
109 void *token)
112 fwb->vtable->token_discard(fwb->old_baton, token);
85 datasource_get_next_token(apr_uint32_t *hash, void **token, void *baton, svn_diff_datasource_e datasource) argument
106 token_discard(void *baton, void *token) argument
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c119 const char *val, *token; local
132 while ((token = strtok_r(parse, ":", &tokpos)) != NULL) {
135 len = strlen(token);
139 value = strtoul(token, &endpos, 16);
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y95 %token SUBSTITUTE WITH ORDER RANGE
96 %token <str> STRING
97 %token <str> DEFN
98 %token <ch> CHAR
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_demo.y52 %token <id> ID
53 %token <expr> CONSTANT
54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dprops.c250 propbuf[i].token.data = proplist[i] + prefix.len;
251 propbuf[i].token.len = strlen(propbuf[i].token.data);
/freebsd-11-stable/crypto/openssl/apps/
H A Dts.c703 PKCS7 *token = TS_RESP_get_token(response); local
704 if (!i2d_PKCS7_bio(out_bio, token))
728 /* Reads a PKCS7 token and adds default 'granted' status info to it. */
732 PKCS7 *token = NULL; local
738 if (!(token = d2i_PKCS7_bio(in_bio, NULL)))
740 if (!(tst_info = PKCS7_to_TS_TST_INFO(token)))
755 /* Setting encapsulated token. */
756 TS_RESP_set_tst_info(resp, token, tst_info);
757 token = NULL; /* Ownership is lost. */
762 PKCS7_free(token);
949 PKCS7 *token = NULL; local
[all...]
/freebsd-11-stable/usr.bin/mklocale/
H A Dyacc.y87 %token <rune> RUNE
88 %token LBRK
89 %token RBRK
90 %token THRU
91 %token MAPLOWER
92 %token MAPUPPER
93 %token DIGITMAP
94 %token <i> LIST
95 %token <str> VARIABLE
96 %token ENCODIN
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c94 PKCS7_free(a->token);
95 a->token = p7;
102 return a->token;
/freebsd-11-stable/crypto/openssh/
H A Dgss-genr.c255 gss_buffer_desc token = GSS_C_EMPTY_BUFFER; local
268 major = ssh_gssapi_init_ctx(*ctx, 0, GSS_C_NO_BUFFER, &token,
270 gss_release_buffer(&minor, &token);
/freebsd-11-stable/usr.bin/indent/
H A Dlexi.c45 * Here we have the token scanner for indent. It scans off one token and puts
46 * it in the global variable "token". It returns a code, indicating the type
47 * of token scanned.
130 int unary_delim; /* this is set to 1 if the current token
132 static int last_code; /* the last token type returned */
133 static int l_struct; /* set to 1 if the last token was 'struct' */
137 e_token = s_token; /* point to start of place to save token */
139 ps.col_1 = ps.last_nl; /* tell world that this token started in
144 ps.col_1 = false; /* leading blanks imply token i
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
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...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
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...]
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y110 %token R_TYPE R_NAME R_SRC_ZONE R_DST_UNIT_BITS
111 %token R_DST_INVALID R_DST_ILSEQ
112 %token R_BEGIN_MAP R_END_MAP R_INVALID R_ROWCOL
113 %token R_ILSEQ R_OOB_MODE
114 %token R_LN
115 %token <i_value> L_IMM
116 %token <s_value> L_STRING
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c1263 char *token; /* temp, needed to separate items into the hostlist */ local
1270 * The problem is that strtok modifies the original variable by putting '0' at the end of each token
1280 token = pcap_strtok_r(temphostlist, sep, &lasts);
1285 while (token != NULL)
1295 retval = getaddrinfo(token, NULL, &hints, &addrinfo);
1301 retval, token, NULL);
1309 /* Get next token */
1310 token = pcap_strtok_r(NULL, sep, &lasts);
1335 /* Get next token */
1336 token
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token
73 "RRM: Discarding neighbor report with token %d (expected %d)",
86 /* skipping the first byte, which is only an id (dialog token) */
93 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report (token = %d)",
170 /* 3 = action category + action code + dialog token */
180 wpa_printf(MSG_DEBUG, "RRM: Neighbor report request (for %s), token=%d",
199 * Measurement token; nonzero number that is unique among the
233 * Measurement token; nonzero number that is unique among the
281 static int wpas_rrm_report_elem(struct wpabuf **buf, u8 token, u8 mode, u8 type, argument
289 wpabuf_put_u8(*buf, token);
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c527 BYTE* token; local
563 token = op++;
569 *token = (RUN_MASK<<ML_BITS);
573 else *token = (BYTE)(litLength<<ML_BITS);
608 *token += ML_MASK;
615 *token += (BYTE)(matchCode);
640 { token=op++; *token=0; goto _next_match; }
749 BYTE* const oMaxLit = op + targetDstSize - 2 /* offset */ - 8 /* because 8+MINMATCH==MFLIMIT */ - 1 /* token */;
750 BYTE* const oMaxMatch = op + targetDstSize - (LASTLITERALS + 1 /* token */);
770 BYTE* token; local
1144 unsigned const token = *ip++; local
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c4982 struct json_token *root = NULL, *token; local
5054 token = json_get_member(root, "name");
5055 if (!token || token->type != JSON_STRING) {
5059 wpa_printf(MSG_DEBUG, "DPP: Enrollee name = '%s'", token->string);
5061 token = json_get_member(root, "wi-fi_tech");
5062 if (!token || token->type != JSON_STRING) {
5066 wpa_printf(MSG_DEBUG, "DPP: wi-fi_tech = '%s'", token->string);
5067 if (os_strcmp(token
5105 struct json_token *root, *token; local
5230 struct json_token *token; local
5389 struct json_token *root, *groups, *netkey, *token; local
5724 struct json_token *token, *csign; local
5836 struct json_token *root, *token, *discovery, *cred; local
6304 struct json_token *groups, *token; local
6337 struct json_token *groups, *token; local
6451 struct json_token *root = NULL, *netkey, *token; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
107 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
108 %token PRIVATEU PRIVATEL
109 %token READ WRITE EXECUTE SHARED NONAMEU NONAMEL DIRECTIVE
110 %token <id> ID
111 %token <number> NUMBER
567 int token;
619 lex_forced_token = diropts[i].token;
870 int token;
945 printf ("lex: forcing token
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c457 ths->lock ? ths->lock->token : NULL,
465 ths->lock ? ths->lock->token : NULL,
479 ths->lock ? ths->lock->token : NULL,
481 /* ... or perhaps just a differing revision or lock token,
491 ths->lock ? ths->lock->token : NULL,
539 ths->lock ? ths->lock->token
548 ths->lock ? ths->lock->token : NULL,
562 ths->lock ? ths->lock->token : NULL,
575 /* ... or perhaps just a differing revision, lock token,
586 ths->lock ? ths->lock->token
[all...]

Completed in 204 milliseconds

<<11121314151617181920>>