Searched refs:mfrom (Results 1 – 2 of 2) sorted by relevance
419 krb5_mcache *mfrom = MCACHE(from), *mto = MCACHE(to); in mcc_move() local428 if(mfrom == *n) { in mcc_move()429 *n = mfrom->next; in mcc_move()436 mto->creds = mfrom->creds; in mcc_move()437 mfrom->creds = creds; in mcc_move()440 mto->primary_principal = mfrom->primary_principal; in mcc_move()441 mfrom->primary_principal = principal; in mcc_move()443 mto->mtime = mfrom->mtime = time(NULL); in mcc_move()
83 #define VIFM_COPY(mfrom, mto) ((mto) = (mfrom)) argument