Searched refs:vtmp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c118 CONF_VALUE *vtmp;
124 vtmp = sk_CONF_VALUE_value(ret, i);
126 nlen = strlen(objtmp) + strlen(vtmp->name) + 5;
135 BUF_strlcat(ntmp, vtmp->name, nlen);
136 OPENSSL_free(vtmp->name);
137 vtmp->name = ntmp;
H A Dv3_utl.c85 CONF_VALUE *vtmp = NULL; local
91 if (!(vtmp = (CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE))))
95 vtmp->section = NULL;
96 vtmp->name = tname;
97 vtmp->value = tvalue;
98 if (!sk_CONF_VALUE_push(*extlist, vtmp))
103 if (vtmp)
104 OPENSSL_free(vtmp);
282 char *ntmp, *vtmp; local
330 vtmp
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c184 ASN1_VALUE *vtmp; local
185 vtmp = sk_ASN1_VALUE_value(sk, i);
186 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), 0);
H A Dasn1_gen.c641 CONF_VALUE vtmp; local
670 vtmp.name = NULL;
671 vtmp.section = NULL;
672 vtmp.value = (char *)str;
673 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
H A Dtasn_dec.c638 ASN1_VALUE *vtmp; local
640 vtmp = sk_ASN1_VALUE_pop(sktmp);
641 ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item));
/freebsd-10-stable/usr.sbin/kldxref/
H A Def_obj.c336 void *vtmp; local
379 if (ef_obj_read_entry(ef, hdr->e_shoff, nbytes, &vtmp) != 0) {
383 ef->e_shdr = shdr = vtmp;
/freebsd-10-stable/sys/boot/zfs/
H A Dzfsimpl.c879 vdev_t vtmp; local
901 memset(&vtmp, 0, sizeof(vtmp));
902 vtmp.v_phys_read = _read;
903 vtmp.v_read_priv = read_priv;
912 if (vdev_read_phys(&vtmp, &bp, vdev_label, off, 0))
/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.c2325 char *stmp, *vtmp = NULL; local
2329 vtmp = strchr(stmp, ':');
2330 if (vtmp) {
2331 *vtmp = 0;
2332 vtmp++;
2334 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp);
/freebsd-10-stable/contrib/libucl/src/
H A Ducl_util.c395 struct ucl_variable *var, *vtmp; local
419 LL_FOREACH_SAFE (parser->variables, var, vtmp) {

Completed in 135 milliseconds