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