Searched refs:token (Results 176 - 200 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/m4/
H A Dmain.c296 * Look ahead for `token'.
297 * (on input `t == token[0]')
299 * Returns 1 if `token' present; copied to output.
300 * 0 if `token' not found; all characters pushed back
303 do_look_ahead(int t, const char *token) argument
307 assert((unsigned char)t == (unsigned char)token[0]);
309 for (i = 1; *++token; i++) {
311 if (t == EOF || (unsigned char)t != (unsigned char)*token) {
314 pushback(*--token);
321 #define LOOK_AHEAD(t, token) (
331 char token[MAXTOK+1]; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/wpa/src/common/
H A Dsae.h73 const struct wpabuf *token, const char *identifier);
75 const u8 **token, size_t *token_len, int *allowed_groups);
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h45 u8 token[4]; member in struct:eap_pwd_id
61 const u8 *token);
/freebsd-11-stable/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-11-stable/contrib/ipfilter/tools/
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...]
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...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c114 NG_L2CAP_CON_REQ, msg->header.token);
161 ng_l2cap_l2ca_con_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, argument
185 msg->header.token = token;
309 msg->header.token);
359 msg->header.token = 0;
388 ng_l2cap_l2ca_con_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
411 msg->header.token = token;
537 NG_L2CAP_CFG_REQ, msg->header.token);
579 ng_l2cap_l2ca_cfg_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
739 ng_l2cap_l2ca_cfg_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
838 u_int32_t token = 0; local
932 ng_l2cap_l2ca_write_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, u_int16_t length) argument
1328 ng_l2cap_l2ca_discon_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
1444 ng_l2cap_l2ca_grp_add_member_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) argument
1556 ng_l2cap_l2ca_ping_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result, struct mbuf *data) argument
1677 ng_l2cap_l2ca_get_info_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result, struct mbuf *data) argument
[all...]
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c327 char *p, *args, *token, *string, *ops; local
343 while ((token = strsep(&string, ",")) != NULL) {
344 if ((p = strstr(token, "aalgo=")) == token) {
347 } else if ((p = strstr(token, "ealgo=")) == token) {
350 } else if ((p = strstr(token, "keylen=")) == token) {
364 } else if ((p = strstr(token, "sectorsize=")) == token) {
[all...]
/freebsd-11-stable/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-11-stable/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...]
H A Dm2-exp.y159 %token <lval> INT HEX ERROR
160 %token <ulval> UINT M2_TRUE M2_FALSE CHAR
161 %token <dval> FLOAT
172 %token <sval> STRING
173 %token <sval> NAME BLOCKNAME IDENT VARNAME
174 %token <sval> TYPENAME
176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
177 %token INC DEC INCL EXCL
180 %token COLONCOLON
182 %token <voidva
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
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-11-stable/usr.sbin/i2c/
H A Di2c.c89 char *token; local
94 token = strsep(&skip_addr, "..");
95 if (token) {
96 addr_range.start = strtoul(token, 0, 16);
97 token = strsep(&skip_addr, "..");
98 if ((token != NULL) && !atoi(token)) {
99 token = strsep(&skip_addr, "..");
100 if (token)
101 addr_range.end = strtoul(token,
112 char *token; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c42 * Expand a %{TEMP} token
44 * The %{TEMP} token expands to the temporary path for the current
85 * Expand a %{BINDIR} token
128 * Expand a %{USERID} token
130 * The %{USERID} token expands to the string representation of the
132 * corresponding to the current thread's security token. This means
135 * - If the current thread token has the anonymous impersonation
138 * - If the current thread is impersonating a token at
155 FALSE, /* Open the thread token as the
172 "Can't open thread token (GL
331 static const struct token { struct
374 _expand_token(krb5_context context, const char *token, const char *token_end, char **ret) argument
[all...]
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c97 token() function
161 while ((t = token())) switch(t) {
169 if (token() != ID)
186 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
189 if (token())
206 if (token() && *apass == NULL) {
218 if (token() && *aacct == NULL) {
/freebsd-11-stable/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);
281 parse_warn("numeric token larger than internal buffer");
309 parse_warn("token larger than internal buffer");
/freebsd-11-stable/lib/libnetgraph/
H A Dmsg.c54 /* Next message token value */
64 * If successful, returns the message ID (token) used.
76 msg.header.token = atomic_fetch_add(&gMsgId, 1) & INT_MAX;
84 return (msg.header.token);
97 int token; local
145 binary->header.token = atomic_fetch_add(&gMsgId, 1) & INT_MAX;
152 token = binary->header.token;
154 return (token);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp186 /// Allows checking if a token is contained in a given expression.
193 /// Returns true iff the given expression body contained a token with the
195 bool hasToken(llvm::StringRef token) const {
196 return m_tokens.find(token) != m_tokens.end();
206 // following code that extracts the token contents.
235 Token token;
238 // Returns true if this is the last token we get from the lexer.
239 exit = lex.LexFromRawLexer(token);
241 // Extract the column number which we need to extract the token content.
245 unsigned start = SM.getSpellingColumnNumber(token
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlock.c71 const char *token; /* For unlock */
177 lock_ctx->lock->token = buf;
348 if (locking && ctx->lock->token)
546 serf_bucket_headers_set(headers, "Lock-Token", ctx->token);
585 const char *token;
592 token = apr_hash_this_val(hi);
594 if (token && token[0])
606 apr_pstrdup(scratch_pool, existing_lock->token));
641 const char *req_url, *token;
69 const char *token; /* For unlock */ member in struct:lock_ctx_t
583 const char *token; local
639 const char *req_url, *token; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c60 /* last token from outer function must be EOS */
61 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
62 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
71 ls->t.token = 0; /* remove 'near to' from final message */
76 static l_noret error_expected (LexState *ls, int token) { argument
78 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token)));
101 if (ls->t.token == c) {
110 if (ls->t.token != c)
574 /* last token rea
[all...]
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cstr.c112 char *token; local
126 token = *str;
127 while (*token == csep)
128 ++token;
130 if (!*token) /* no more tokens */
133 /* skip valid token characters to terminate token and
136 next = strchr(token, csep);
139 *str = token + strlen(token);
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbase64.c183 isc_token_t token; local
195 RETERR(isc_lex_getmastertoken(lexer, &token,
197 if (token.type != isc_tokentype_string)
199 tr = &token.value.as_textregion;
204 isc_lex_ungettoken(lexer, &token);

Completed in 192 milliseconds

1234567891011>>