Searched refs:vtmp (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_info.c | 232 CONF_VALUE *vtmp; in STACK_OF() local 248 if ((vtmp = sk_CONF_VALUE_value(ret, i)) == NULL) in STACK_OF() 252 if (asprintf(&ntmp, "%s - %s", objtmp, vtmp->name) == -1) { in STACK_OF() 257 free(vtmp->name); in STACK_OF() 258 vtmp->name = ntmp; in STACK_OF()
|
| D | x509_utl.c | 363 char *ntmp, *vtmp; in STACK_OF() local 408 vtmp = strip_spaces(q); in STACK_OF() 409 if (!vtmp) { in STACK_OF() 413 if (!X509V3_add_value(ntmp, vtmp, &values)) in STACK_OF() 423 vtmp = strip_spaces(q); in STACK_OF() 424 if (!vtmp) { in STACK_OF() 428 if (!X509V3_add_value(ntmp, vtmp, &values)) in STACK_OF()
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | tasn_fre.c | 178 ASN1_VALUE *vtmp; in ASN1_template_free() local 179 vtmp = sk_ASN1_VALUE_value(sk, i); in ASN1_template_free() 180 asn1_item_free(&vtmp, tt->item); in ASN1_template_free()
|
| D | asn1_gen.c | 617 CONF_VALUE vtmp; in asn1_str2type() local 644 vtmp.name = NULL; in asn1_str2type() 645 vtmp.section = NULL; in asn1_str2type() 646 vtmp.value = (char *)str; in asn1_str2type() 647 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
|
| /openbsd/src/usr.bin/openssl/ |
| D | apps.c | 1871 char *stmp, *vtmp = NULL; in pkey_ctrl_string() local 1878 vtmp = strchr(stmp, ':'); in pkey_ctrl_string() 1879 if (vtmp) { in pkey_ctrl_string() 1880 *vtmp = 0; in pkey_ctrl_string() 1881 vtmp++; in pkey_ctrl_string() 1883 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); in pkey_ctrl_string()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonRegisterInfo.td | 228 def VTMP : Ri<0, "vtmp">, DwarfRegNum<[131]>;
|
| D | HexagonDepInstrInfo.td | 33693 "vtmp.h = vgather($Rt32,$Mu2,$Vv32.h).h", 33710 "if ($Qs4) vtmp.h = vgather($Rt32,$Mu2,$Vv32.h).h", 33727 "vtmp.h = vgather($Rt32,$Mu2,$Vvv32.w).h", 33743 "if ($Qs4) vtmp.h = vgather($Rt32,$Mu2,$Vvv32.w).h", 33759 "vtmp.w = vgather($Rt32,$Mu2,$Vv32.w).w", 33776 "if ($Qs4) vtmp.w = vgather($Rt32,$Mu2,$Vv32.w).w",
|
| /openbsd/src/sys/dev/pci/ |
| D | if_ice.c | 17619 struct ice_sched_agg_vsi_info *vtmp; in ice_sched_rm_agg_vsi_info() 17621 LIST_FOR_EACH_ENTRY_SAFE(agg_vsi_info, vtmp, in ice_sched_rm_agg_vsi_info()
|