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

/freebsd-current/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c68 char *mtmp; local
107 mtmp = malloc(st.st_size + 1);
108 if (mtmp != NULL) {
109 ss = read(fd, mtmp, st.st_size);
111 mtmp[ss] = '\0';
112 pam_error(pamh, "%s", mtmp);
114 free(mtmp);
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_lib.c38 const DH_METHOD *mtmp; local
39 mtmp = dh->meth;
40 if (mtmp->finish)
41 mtmp->finish(dh);
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c112 const DSA_METHOD *mtmp; local
113 mtmp = dsa->meth;
114 if (mtmp->finish)
115 mtmp->finish(dsa);
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_lib.c459 EVP_MD_CTX *mtmp; local
465 BIO_get_md_ctx(chain, &mtmp);
466 if (EVP_MD_CTX_get_type(mtmp) == nid
471 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid)
472 return EVP_MD_CTX_copy_ex(mctx, mtmp);
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_lib.c50 const RSA_METHOD *mtmp; local
51 mtmp = rsa->meth;
52 if (mtmp->finish)
53 mtmp->finish(rsa);
/freebsd-current/sys/dev/mge/
H A Dif_mge.c1749 struct mbuf *m0, *mtmp; local
1769 mtmp = m_dup(m0, M_NOWAIT);
1771 if (mtmp == NULL)
1773 m0 = mtmp;
1778 mtmp = m_defrag(m0, M_NOWAIT);
1779 if (mtmp != NULL)
1780 m0 = mtmp;
/freebsd-current/sys/dev/vnic/
H A Dnicvf_main.c647 struct mbuf *mtmp; local
668 mtmp = m_dup(mbuf, M_NOWAIT);
670 if (mtmp == NULL)
672 mbuf = mtmp;
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c2676 struct mbuf *mtmp, *mbuf; local
2705 mtmp = m_dup(mbuf, M_NOWAIT);
2707 if (mtmp == NULL) {
2712 *mbufp = mbuf = mtmp;
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c606 struct ucl_macro *macro, *mtmp; local
627 HASH_ITER (hh, parser->macroes, macro, mtmp) {

Completed in 112 milliseconds