Home
last modified time | relevance | path

Searched refs:token (Results 176 – 200 of 704) sorted by relevance

12345678910>>...29

/freebsd/contrib/ldns/
H A Dkeys.c201 char token[16384]; in ldns_key_new_frm_fp_gost_l() local
212 sizeof(token), line_nr) == -1) in ldns_key_new_frm_fp_gost_l()
214 while(strlen(token) < 96) { in ldns_key_new_frm_fp_gost_l()
216 if(ldns_fget_token_l(fp, token+strlen(token), "\n", in ldns_key_new_frm_fp_gost_l()
217 sizeof(token)-strlen(token), line_nr) == -1) in ldns_key_new_frm_fp_gost_l()
260 char token[16384]; in ldns_key_new_frm_fp_ecdsa_l() local
267 sizeof(token), line_nr) == -1) in ldns_key_new_frm_fp_ecdsa_l()
347 char token[16384]; in ldns_key_new_frm_fp_ed25519_l() local
351 sizeof(token), line_nr) == -1) in ldns_key_new_frm_fp_ed25519_l()
399 char token[16384]; in ldns_key_new_frm_fp_ed448_l() local
[all …]
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c1505 char *token, *cur_str; in check_accel_unit_config() local
1513 token = strsep(&cur_str, ADF_SERVICES_SEPARATOR); in check_accel_unit_config()
1514 while (token) { in check_accel_unit_config()
1519 token, in check_accel_unit_config()
1528 token, in check_accel_unit_config()
1546 token, in check_accel_unit_config()
1554 token, in check_accel_unit_config()
1558 if (!strncmp(token, in check_accel_unit_config()
1781 char *token, *cur_str; in adf_set_ae_mask() local
1790 token = strsep(&cur_str, ADF_SERVICES_SEPARATOR); in adf_set_ae_mask()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsh-errctl.exp3 (<pid>) withdrew token
26 (<pid>) withdrew token
H A Dopt-debug-jobs.exp3 (<pid>) withdrew token
26 (<pid>) withdrew token
/freebsd/sbin/gvinum/
H A Dgvinum.c125 tokens = gv_tokenize(buffer, token, GV_MAXARGS); in main()
127 parseline(tokens, token); in main()
264 tokens = gv_tokenize(buf, token, GV_MAXARGS); in gvinum_create()
271 if (!strcmp(token[0], "volume")) { in gvinum_create()
272 v = gv_new_volume(tokens, token); in gvinum_create()
296 } else if (!strcmp(token[0], "plex")) { in gvinum_create()
297 p = gv_new_plex(tokens, token); in gvinum_create()
332 } else if (!strcmp(token[0], "sd")) { in gvinum_create()
333 s = gv_new_sd(tokens, token); in gvinum_create()
366 } else if (!strcmp(token[0], "drive")) { in gvinum_create()
[all …]
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c105 static int token; variable
200 switch ((token = yylex())) { in get_entry()
291 if (token < 0) in get_definition_line()
292 token = yylex(); in get_definition_line()
293 switch (token) { in get_definition_line()
340 token = yylex(); in get_key_definition_line()
360 switch ((token = yylex())) { in get_accent_definition_line()
372 switch ((token = yylex())) { in get_accent_definition_line()
382 switch ((token = yylex())) { in get_accent_definition_line()
392 if ((token = yylex()) != ')') in get_accent_definition_line()
[all …]
/freebsd/crypto/openssl/apps/
H A Dts.c633 PKCS7 *token = TS_RESP_get_token(response); in reply_command() local
634 if (!i2d_PKCS7_bio(out_bio, token)) in reply_command()
659 PKCS7 *token = NULL; in read_PKCS7() local
664 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL) in read_PKCS7()
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
676 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
677 token = NULL; /* Ownership is lost. */ in read_PKCS7()
682 PKCS7_free(token); in read_PKCS7()
853 PKCS7 *token = NULL; in verify_command() local
874 ? TS_RESP_verify_token(verify_ctx, token) in verify_command()
[all …]
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y61 %token <num> YY_NUMBER YY_HEX
62 %token <str> YY_STR
63 %token <ip6> YY_IPV6
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
68 %token IPM_MATCH IPM_BODY IPM_COMMENT IPM_DIRECTION IPM_DSTIP IPM_DSTPORT
70 %token IPM_PACKET IPM_PACKETS IPM_POOL IPM_PROTOCOL IPM_RESULT IPM_RULE
71 %token IPM_SECOND IPM_SECONDS IPM_SRCIP IPM_SRCPORT IPM_LOGTAG IPM_WITH
72 %token IPM_DO IPM_DOING IPM_TYPE IPM_NAT
[all …]
/freebsd/sys/vm/
H A Dvm_map.h430 typedef int vm_map_entry_reader(void *token, vm_map_entry_t addr,
444 vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone, in vm_map_entry_read_succ() argument
452 if (!reader(token, after, clone)) in vm_map_entry_read_succ()
455 if (!reader(token, backup, clone)) in vm_map_entry_read_succ()
461 if (!reader(token, backup, clone)) in vm_map_entry_read_succ()
465 if (!reader(token, after, clone)) in vm_map_entry_read_succ()
/freebsd/contrib/wpa/src/utils/
H A Dcommon.c1050 const char *end, *token = str; in cstr_token() local
1056 token = *last; in cstr_token()
1058 while (*token && os_strchr(delim, *token)) in cstr_token()
1059 token++; in cstr_token()
1061 if (!*token) in cstr_token()
1064 end = token + 1; in cstr_token()
1070 return token; in cstr_token()
1084 char *token = (char *) cstr_token(str, delim, (const char **) context); in str_token() local
1086 if (token && **context) in str_token()
1089 return token; in str_token()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c319 KTEXT_ST token; local
367 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
369 token.length = 1;
372 if (!Data(ap, RSA_ENCPWD_AUTH, token.dat, token.length)) {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def19 /// file. OVERLOADED_OPERATOR is used for single-token operators
22 /// Name: The name of the token. OO_Name will be the name of the
29 /// Token: The name of the token that specifies the operator, e.g.,
31 /// "operator>>=". With a "kw_" prefix, the token name can be used as
44 /// OVERLOADED_OPERATOR_MULTI is used to enumerate the multi-token
/freebsd/usr.bin/indent/
H A Dlexi.c324 strncpy(state->procname, token, sizeof state->procname - 1); in lexi()
360 switch (*token) { in lexi()
374 qchar = *token; in lexi()
471 if (*buf_ptr == token[0]) { in lexi()
554 if (token[0] == '/' && *buf_ptr == '*') { in lexi()
/freebsd/contrib/telnet/libtelnet/
H A Drsaencpwd.c311 KTEXT_ST token; local
359 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
361 token.length = 1;
364 if (!Data(ap, RSA_ENCPWD_AUTH, (void *)token.dat, token.length)) {
/freebsd/lib/libc/rpc/
H A Dgetnetpath.c233 _get_next_token(char *npp, int token) in _get_next_token() argument
239 if ((cp = strchr(npp, token)) == NULL) { in _get_next_token()
254 return (_get_next_token(cp, token)); in _get_next_token()
/freebsd/usr.bin/mkcsmapper/
H A Dyacc.y108 %token R_TYPE R_NAME R_SRC_ZONE R_DST_UNIT_BITS
109 %token R_DST_INVALID R_DST_ILSEQ
110 %token R_BEGIN_MAP R_END_MAP R_INVALID R_ROWCOL
111 %token R_ILSEQ R_OOB_MODE
112 %token R_LN
113 %token <i_value> L_IMM
114 %token <s_value> L_STRING
/freebsd/contrib/byacc/test/
H A Dcode_calc.y1 %token-table
19 %token DIGIT LETTER
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dnvidia,tegra-vde.txt25 - sync-token
56 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, /* Sync token interrupt */
59 interrupt-names = "sync-token", "bsev", "sxe";
/freebsd/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
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_gram.y76 %token <str> T_ARG
78 %token <sym> T_SYMBOL
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_frag.c1103 ipf_frag_pkt_next(ipf_main_softc_t *softc, ipftoken_t *token, in ipf_frag_pkt_next() argument
1109 return (ipf_frag_next(softc, token, itp, &softf->ipfr_list, in ipf_frag_pkt_next()
1112 return (ipf_frag_next(softc, token, itp, &softf->ipfr_list)); in ipf_frag_pkt_next()
1128 ipf_frag_nat_next(ipf_main_softc_t *softc, ipftoken_t *token, in ipf_frag_nat_next() argument
1134 return (ipf_frag_next(softc, token, itp, &softf->ipfr_natlist, in ipf_frag_nat_next()
1137 return (ipf_frag_next(softc, token, itp, &softf->ipfr_natlist)); in ipf_frag_nat_next()
1158 ipf_frag_next(ipf_main_softc_t *softc, ipftoken_t *token, ipfgeniter_t *itp, in ipf_frag_next() argument
1178 frag = token->ipt_data; in ipf_frag_next()
1189 token->ipt_data = next; in ipf_frag_next()
1193 token->ipt_data = NULL; in ipf_frag_next()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c296 wpabuf_put_u8(*buf, token); in wpas_rrm_report_elem()
354 if (wpas_rrm_report_elem(buf, req->token, in wpas_rrm_build_lci_report()
366 wpas_rrm_report_elem(buf, req->token, in wpas_rrm_build_lci_report()
387 wpabuf_put_u8(report, wpa_s->rrm.token); in wpas_rrm_send_msr_report_mpdu()
915 ret = wpas_rrm_report_elem(wpa_buf, data->token, in wpas_add_beacon_rep_elem()
1189 data->token = elem_token; in wpas_rm_handle_beacon_req()
1276 req->type, req->token); in wpas_rrm_handle_msr_req_element()
1306 return wpas_rm_handle_beacon_req(wpa_s, req->token, in wpas_rrm_handle_msr_req_element()
1319 wpas_rrm_report_elem(buf, req->token, in wpas_rrm_handle_msr_req_element()
1403 wpa_s->rrm.token = *frame; in wpas_rrm_handle_radio_measurement_request()
[all …]
/freebsd/usr.bin/m4/
H A Dparser.y26 %token NUMBER
27 %token ERROR
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib35 typeset token=$3
39 awk -v token="$token:" '($1==token) {print}' | \
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c225 int token, nread; in do_show() local
233 token = NgSendMsg(cs, ng_path, NGM_NETFLOW_COOKIE, in do_show()
235 if (token == -1) in do_show()
243 if (ng_mesg->header.token != token) in do_show()

12345678910>>...29