Home
last modified time | relevance | path

Searched refs:dtmp (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/crypto/pem/
H A Dpem_all.c95 DSA *dtmp; in IMPLEMENT_PEM_write_cb() local
98 dtmp = EVP_PKEY_get1_DSA(key); in IMPLEMENT_PEM_write_cb()
100 if (!dtmp) in IMPLEMENT_PEM_write_cb()
104 *dsa = dtmp; in IMPLEMENT_PEM_write_cb()
106 return dtmp; in IMPLEMENT_PEM_write_cb()
136 EC_KEY *dtmp; in IMPLEMENT_PEM_rw() local
139 dtmp = EVP_PKEY_get1_EC_KEY(key); in IMPLEMENT_PEM_rw()
141 if (!dtmp) in IMPLEMENT_PEM_rw()
145 *eckey = dtmp; in IMPLEMENT_PEM_rw()
147 return dtmp; in IMPLEMENT_PEM_rw()
/src/crypto/krb5/src/config/
H A Dpost.in91 $(RM) .dtmp && $(MAKE) .dtmp && mv -f .dtmp .d ; \
100 # .dtmp must *always* be out of date so that $? can be used to perform
105 .dtmp: $(ALL_DEP_SRCS)
106 $(CC) -M -DDEPEND $(ALL_CFLAGS) $? > .dtmp
130 DEPTARGETS = .depend .d .dtmp $(DEP_VERIFY)
131 DEPTARGETS_CLEAN = .depend .d .dtmp $(DEPTARGETS_@srcdir@_@CONFIG_RELTOPDIR@)
/src/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4410 unsigned char *dtmp, *dstaux, *srcaux;
413 for (dtmp = dst, vnext = ~0U;
414 vnext != 0 && dtmp + verfsz <= dstend && src + vermsz <= srcend;
415 dtmp += vnext, src += vnext) {
428 dst = dtmp;
435 for (anext = ~0U, dstaux = dtmp + aux, srcaux = src + aux;
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h899 kmp_real64 dtmp;
900 memcpy(&dtmp, &tmp, sizeof(tmp));
901 return dtmp;
/src/sys/dev/ice/
H A Dice_flex_pipe.c1182 struct ice_vsig_prof *dtmp, *del; in ice_vsig_free() local
1215 LIST_FOR_EACH_ENTRY_SAFE(del, dtmp, in ice_vsig_free()