Searched refs:token (Results 101 - 125 of 473) sorted by relevance

1234567891011>>

/freebsd-current/contrib/byacc/test/
H A Derr_inherit5.y22 %token <cval> GLOBAL LOCAL
23 %token <tval> REAL INTEGER
24 %token <id> NAME
H A Dbtyacc_destroy2.y29 %token <cval> GLOBAL LOCAL
30 %token <tval> REAL INTEGER
31 %token <id> NAME
H A Dbtyacc_destroy3.y32 %token <cval> GLOBAL LOCAL
33 %token <tval> REAL INTEGER
34 %token <id> NAME
H A Derr_inherit2.y22 %token <cval> GLOBAL LOCAL
23 %token <tval> REAL INTEGER
24 %token <id> NAME
H A Dinherit2.y22 %token <cval> GLOBAL LOCAL
23 %token <tval> REAL INTEGER
24 %token <id> NAME
H A Dbtyacc_destroy1.y29 %token <cval> GLOBAL LOCAL
30 %token <tval> REAL INTEGER
31 %token <id> NAME
H A Dcode_calc.y1 %token-table
19 %token DIGIT LETTER
/freebsd-current/contrib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
60 %token <string> STRING
61 %token <number> NUMBER
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
60 %token <string> STRING
61 %token <number> NUMBER
/freebsd-current/contrib/elftoolchain/ar/
H A Dacpyacc.y92 %token ADDLIB
93 %token ADDMOD
94 %token CLEAR
95 %token CREATE
96 %token DELETE
97 %token DIRECTORY
98 %token END
99 %token EXTRACT
100 %token LIST
101 %token OPE
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c37 static int token (void);
128 while ((t = token())) switch(t) {
136 if (token() != ID)
162 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
165 if (token()) {
182 if (token() && *apass == 0) {
193 if (token() && *aacct == 0) {
258 token();
277 token(void) function
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dparse.y78 %token CB
79 %token CERTFILE
80 %token DIRECTORY
81 %token FINGERPRINT
82 %token HOST
83 %token KEYFILE
84 %token LISTEN
85 %token NAME
86 %token OB
87 %token PASSWOR
[all...]
H A DMakefile.am28 token.l \
/freebsd-current/usr.bin/ar/
H A Dacpyacc.y89 %token ADDLIB
90 %token ADDMOD
91 %token CLEAR
92 %token CREATE
93 %token DELETE
94 %token DIRECTORY
95 %token END
96 %token EXTRACT
97 %token LIST
98 %token OPE
[all...]
/freebsd-current/usr.bin/iscsictl/
H A DMakefile4 SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
/freebsd-current/contrib/unbound/util/
H A Dconfigparser.y72 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
73 %token <str> STRING_ARG
74 %token VAR_FORCE_TOPLEVEL
75 %token VAR_SERVER VAR_VERBOSITY VAR_NUM_THREADS VAR_PORT
76 %token VAR_OUTGOING_RANGE VAR_INTERFACE VAR_PREFER_IP4
77 %token VAR_DO_IP4 VAR_DO_IP6 VAR_DO_NAT64 VAR_PREFER_IP6 VAR_DO_UDP VAR_DO_TCP
78 %token VAR_TCP_MSS VAR_OUTGOING_TCP_MSS VAR_TCP_IDLE_TIMEOUT
79 %token VAR_EDNS_TCP_KEEPALIVE VAR_EDNS_TCP_KEEPALIVE_TIMEOUT
80 %token VAR_SOCK_QUEUE_TIMEOUT
81 %token VAR_CHROO
[all...]
/freebsd-current/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc106 char *token; local
110 while ((token = strsep(&strlist, ",")) != NULL &&
112 if ((tokenval = fn(token)) < 0)
113 errx(EX_USAGE, "ERROR: %s not usable value", token);
122 char *token; local
126 while ((token = strsep(&strlist, ",")) != NULL &&
128 if ((tokenval = pmc_pmu_idx_get_by_event(cpuid, token)) < 0)
129 errx(EX_USAGE, "ERROR: %s not usable value", token);
138 char *token; local
142 while ((token
[all...]
/freebsd-current/sys/dev/firmware/arm/
H A Dscmi.c100 int token; member in struct:scmi_req
366 unsigned long next_msg_id, token; local
375 token = BIT_FFS_AT(SCMI_MAX_TOKEN, &sc->trs->avail_tokens, next_msg_id);
377 if (token != 0)
378 BIT_CLR(SCMI_MAX_TOKEN, token - 1, &sc->trs->avail_tokens);
386 if (!token)
389 return ((int)(token - 1));
393 scmi_token_release_unlocked(struct scmi_softc *sc, int token) argument
396 BIT_SET(SCMI_MAX_TOKEN, token, &sc->trs->avail_tokens);
404 req->token
458 unsigned int token; local
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Ddpp.c1894 struct json_token *root = NULL, *token; local
1967 token = json_get_member(root, "name");
1968 if (!token || token->type != JSON_STRING) {
1972 wpa_printf(MSG_DEBUG, "DPP: Enrollee name = '%s'", token->string);
1974 token = json_get_member(root, "wi-fi_tech");
1975 if (!token || token->type != JSON_STRING) {
1979 wpa_printf(MSG_DEBUG, "DPP: wi-fi_tech = '%s'", token->string);
1980 if (os_strcmp(token
2158 struct json_token *token; local
2313 struct json_token *root, *groups, *netkey, *token; local
2460 struct json_token *token, *csign, *ppkey; local
2712 struct json_token *root, *token, *discovery, *cred; local
3170 struct json_token *root = NULL, *token; local
3530 struct json_token *groups, *token; local
3565 struct json_token *groups, *token; local
3645 struct json_token *root = NULL, *netkey, *token; local
3774 struct json_token *root, *token; local
[all...]
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h50 void SetExtendedBacktraceToken(uint64_t token) override {
51 m_extended_unwind_token = token;
/freebsd-current/contrib/tnftp/src/
H A Druserpass.c62 static int token(void);
112 while ((t = token()) > 0) switch(t) {
120 if ((t = token()) == -1)
146 while ((t = token()) > 0 &&
150 if ((t = token()) == -1)
169 if ((t = token()) == -1)
181 if ((t = token()) == -1)
279 token(void) function
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp42 bool StringLexer::AdvanceIf(const std::string &token) { argument
45 for (auto c : token) {
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dllex.h44 int token; member in struct:Token
57 int lastline; /* line of last token `consumed' */
58 Token t; /* current token */
59 Token lookahead; /* look ahead token */
78 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzvol_wait32 while IFS=" " read -r name volmode token redacted keystatus; do # IFS=\t here!
46 if [ "$token" != "-" ]; then

Completed in 169 milliseconds

1234567891011>>