Home
last modified time | relevance | path

Searched refs:xtmp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vfy.c307 X509_free(xtmp); in X509_verify_cert_legacy_build_chain()
327 X509_free(xtmp); in X509_verify_cert_legacy_build_chain()
342 x = xtmp; in X509_verify_cert_legacy_build_chain()
397 x = xtmp; in X509_verify_cert_legacy_build_chain()
429 x = xtmp; in X509_verify_cert_legacy_build_chain()
431 X509_free(xtmp); in X509_verify_cert_legacy_build_chain()
470 X509_free(xtmp); in X509_verify_cert_legacy_build_chain()
897 X509 *xtmp = NULL; in lookup_cert_match() local
913 X509_up_ref(xtmp); in lookup_cert_match()
915 xtmp = NULL; in lookup_cert_match()
[all …]
/dragonfly/games/larn/
H A Dmovem.c131 int k, m, z, tmp, xtmp, ytmp, monst; in movemt() local
205 if (screen[xtmp = m + diroffx[z]][ytmp = k + diroffy[z]] == 0) in movemt()
206 screen[xtmp][ytmp] = tmp + 1; in movemt()
207 if (xtmp == i && ytmp == j) in movemt()