Searched refs:mto (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dmcache.c419 krb5_mcache *mfrom = MCACHE(from), *mto = MCACHE(to); local
435 creds = mto->creds;
436 mto->creds = mfrom->creds;
439 principal = mto->primary_principal;
440 mto->primary_principal = mfrom->primary_principal;
443 mto->mtime = mfrom->mtime = time(NULL);
/freebsd-10.1-release/sys/netinet/
H A Dip_mroute.h84 #define VIFM_COPY(mfrom, mto) ((mto) = (mfrom))
/freebsd-10.1-release/contrib/gcc/
H A Doptabs.c4452 gen_extend_insn (rtx x, rtx y, enum machine_mode mto,
4455 enum insn_code icode = can_extend_p (mto, mfrom, unsignedp);
4432 gen_extend_insn(rtx x, rtx y, enum machine_mode mto, enum machine_mode mfrom, int unsignedp) argument

Completed in 50 milliseconds