Searched refs:token (Results 151 - 175 of 1018) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dfido2-unprot.sh14 TOKEN_VERSION=$(${FIDO_TOOLS_PREFIX}fido2-token -V 2>&1)
29 TOKEN_OUTPUT=$(${FIDO_TOOLS_PREFIX}fido2-token -L)
39 if expr match "$(${FIDO_TOOLS_PREFIX}fido2-token -I $DEV_PATH)" ".* credMgmt.* clientPin.*\|.* clientPin.* credMgmt.*" > /dev/null ; then
45 RESIDENT_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -d' ' -f3)
52 UNPROT_CREDS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtcompilerparser.y100 %token <u> DT_PARSEOP_DATA
101 %token <u> DT_PARSEOP_LABEL
102 %token <u> DT_PARSEOP_STRING_DATA
103 %token <u> DT_PARSEOP_LINE_CONTINUATION
H A Ddtparser.y90 %token <op> OP_EXP_EOF
91 %token <op> OP_EXP_NEW_LINE
92 %token <op> OP_EXP_NUMBER
93 %token <op> OP_EXP_HEX_NUMBER
94 %token <op> OP_EXP_DECIMAL_NUMBER
95 %token <op> OP_EXP_LABEL
96 %token <op> OP_EXP_PAREN_OPEN
97 %token <op> OP_EXP_PAREN_CLOSE
226 * PARAMETERS: ParseOpcode - Parser token (OP_EXP_*)
/netbsd-current/external/mpl/bind/dist/fuzz/
H A Disc_lex_gettoken.c56 isc_token_t token; local
57 result = isc_lex_gettoken(lex, 0, &token);
H A Disc_lex_getmastertoken.c56 isc_token_t token; local
79 result = isc_lex_getmastertoken(lex, &token, expect, eol);
80 } while (result == ISC_R_SUCCESS && token.type != isc_tokentype_eof);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h0 // token.h -- lock tokens for gold -*- C++ -*-
109 // A write lock token uses these methods.
111 // Is the token writable?
119 // Add the task as the token's writer (there may only be one
128 // Remove the task as the token's writer.
136 // A blocker token uses these methods.
138 // Add a blocker to the token.
147 // Add some number of blockers to the token.
156 // Remove a blocker from the token. Returns true if block count
167 // Is the token currentl
218 Task_write_token(Task_token* token, const Task* task) argument
241 Task_block_token(Task_token* token) argument
300 add(Task* t, Task_token* token) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtoken.h0 // token.h -- lock tokens for gold -*- C++ -*-
109 // A write lock token uses these methods.
111 // Is the token writable?
119 // Add the task as the token's writer (there may only be one
128 // Remove the task as the token's writer.
136 // A blocker token uses these methods.
138 // Add a blocker to the token.
147 // Add some number of blockers to the token.
156 // Remove a blocker from the token. Returns true if block count
167 // Is the token currentl
218 Task_write_token(Task_token* token, const Task* task) argument
241 Task_block_token(Task_token* token) argument
300 add(Task* t, Task_token* token) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y76 int token;
103 %token <bigint> INT
104 %token <name> NAME LNAME
111 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ
112 %right <token> '?' ':'
113 %left <token> OROR
114 %left <token> ANDAND
115 %left <token> '|'
116 %left <token> '^'
117 %left <token> '
[all...]
/netbsd-current/usr.sbin/pf/pfs/
H A DMakefile2 SRCS= pfs.c token.l parse.y
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dbase64.c104 token_decode(const char *token) argument
109 if (strlen(token) < 4)
113 if (token[i] == '=')
118 val += pos(token[i]);
/netbsd-current/external/gpl2/groff/bin/refer/
H A DMakefile12 SRCS= label.cpp command.cpp ref.cpp refer.cpp token.cpp
/netbsd-current/sys/dev/iscsi/
H A Dbase64.c131 token_decode(uint8_t * token) argument
137 if (strlen(token) < 4) {
142 if (token[i] == '=') {
147 val += pos(token[i]);
/netbsd-current/usr.sbin/envstat/
H A Dconfig_yacc.y58 %token EOL EQUAL LBRACE RBRACE
59 %token STRING NUMBER SENSOR
60 %token SENSOR_PROP DEVICE_PROP
61 %token <string> SENSOR STRING SENSOR_PROP DEVICE_PROP
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug-jobs.exp3 (<pid>) withdrew token
26 (<pid>) withdrew token
/netbsd-current/sys/dev/
H A Ddev_verbose.c40 dev_untokenstring(const char *words, const uint32_t *token, char *buf, argument
47 for (; *token != 0; token++) {
48 newlen = strlcat(buf, words + *token, len - 2);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc37 const cpp_token **first; /* First token in unexpanded argument. */
53 /* This is a macro argument token that got transformed into a string
56 /* This is a token resulting from the expansion of a macro
68 /* The kind of token over which we are supposed to iterate. */
70 /* A pointer to the current token pointed to by the iterator. */
72 /* A pointer to the "full" location of the current token. If
129 /* Given a token, update the state of this tracker and return a
130 boolean indicating whether the token should be be included in the
132 update_type update (const cpp_token *token) argument
138 if (token
401 const cpp_token *token = cpp_get_token_no_padding (pfile); local
470 cpp_token *token = _cpp_temp_token (pfile); local
832 cpp_token *token = _cpp_lex_direct (pfile); local
911 const cpp_token *token = first[i]; local
1217 const cpp_token *token; local
1428 const cpp_token *token, *padding = NULL; local
1696 set_arg_token(macro_arg *arg, const cpp_token *token, location_t location, size_t index, enum macro_arg_token_kind kind, bool track_macro_exp_p) argument
1924 cpp_token *token = _cpp_temp_token (pfile); local
2122 const cpp_token *token = first[i]; local
2609 tokens_buff_put_token_to(const cpp_token **dest, location_t *virt_loc_dest, const cpp_token *token, location_t virt_loc, location_t parm_def_loc, const line_map_macro *map, unsigned int macro_token_index) argument
2654 tokens_buff_add_token(_cpp_buff *buffer, location_t *virt_locs, const cpp_token *token, location_t virt_loc, location_t parm_def_loc, const line_map_macro *map, unsigned int macro_token_index) argument
2765 const cpp_token *token; local
2903 consume_next_token_from_context(cpp_reader *pfile, const cpp_token ** token, location_t *location) argument
3500 const cpp_token *token = _cpp_lex_token (pfile); local
3611 cpp_token *token = _cpp_lex_direct (pfile); local
3648 cpp_token *token = _cpp_lex_direct (pfile); local
4097 const cpp_token *token = &macro->exp.tokens[i]; local
4161 const cpp_token *token = &macro->exp.tokens[i]; local
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_inherit1.y24 %token <cval> GLOBAL LOCAL
25 %token <tval> REAL INTEGER
26 %token <id> NAME
H A Dinherit1.y26 %token <cval> GLOBAL LOCAL
27 %token <tval> REAL INTEGER
28 %token <id> NAME
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck-params-in-docs.py56 token = '@item ' variable
57 texi = [x[len(token):] for x in texi if x.startswith(token)]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dmpi.c104 free (TOKEN (caf_static_list->token)[caf_this_image-1]);
105 free (TOKEN (caf_static_list->token));
133 _gfortran_caf_register (size_t size, caf_register_t type, caf_token_t *token, argument
149 *token = malloc (sizeof (mpi_token_t) * caf_num_images);
151 if (unlikely (local == NULL || *token == NULL))
154 /* token[img-1] is the address of the token in image "img". */
155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token),
161 free (*token);
169 tmp->token
208 _gfortran_caf_deregister(caf_token_t *token, int *stat, char *errmsg, size_t errmsg_len) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dmpi.c104 free (TOKEN (caf_static_list->token)[caf_this_image-1]);
105 free (TOKEN (caf_static_list->token));
133 _gfortran_caf_register (size_t size, caf_register_t type, caf_token_t *token, argument
149 *token = malloc (sizeof (mpi_token_t) * caf_num_images);
151 if (unlikely (local == NULL || *token == NULL))
154 /* token[img-1] is the address of the token in image "img". */
155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token),
161 free (*token);
169 tmp->token
208 _gfortran_caf_deregister(caf_token_t *token, int *stat, char *errmsg, size_t errmsg_len) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y54 extern int state, state, lineNum, token;
171 %token <num> IL_NUMBER
173 %token <str> IL_TOKEN
174 %type <str> token optoken
175 %token IL_HEXDIGIT IL_COLON IL_DOT IL_EOF IL_COMMENT
176 %token IL_INTERFACE IL_IFNAME IL_MTU IL_EADDR
177 %token IL_IPV4 IL_V4PROTO IL_V4SRC IL_V4DST IL_V4OFF IL_V4V IL_V4HL IL_V4TTL
178 %token IL_V4TOS IL_V4SUM IL_V4LEN IL_V4OPT IL_V4ID
179 %token IL_TCP IL_SPORT IL_DPORT IL_TCPFL IL_TCPSEQ IL_TCPACK IL_TCPOFF
180 %token IL_TCPWI
545 token: IL_TOKEN ';' label
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dtkey_249.c25 isc_token_t token; local
41 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
44 buffer_fromregion(&buffer, &token.value.as_region);
53 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
55 RETERR(uint32_tobuffer(token.value.as_ulong, target));
60 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
62 RETERR(uint32_tobuffer(token.value.as_ulong, target));
67 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
69 if (token.value.as_ulong > 0xffffU) {
72 RETERR(uint16_tobuffer(token
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dtkey_249.c25 isc_token_t token; local
41 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
44 buffer_fromregion(&buffer, &token.value.as_region);
53 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
55 RETERR(uint32_tobuffer(token.value.as_ulong, target));
60 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
62 RETERR(uint32_tobuffer(token.value.as_ulong, target));
67 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
69 if (token.value.as_ulong > 0xffffU) {
72 RETERR(uint16_tobuffer(token
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-gram-gen.y127 %token COMMENT
128 %token DOMAIN
129 %token JUNK
130 %token PREV_MSGCTXT
131 %token PREV_MSGID
132 %token PREV_MSGID_PLURAL
133 %token PREV_STRING
134 %token MSGCTXT
135 %token MSGID
136 %token MSGID_PLURA
[all...]

Completed in 320 milliseconds

1234567891011>>