Searched refs:toUser (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 732 char *toUser, *toSystem; local 745 if (toWho(fullname, &toUser, &toSystem)) { 746 DEBUG(5, "toUser %s, ", toUser); 748 ret = sendMail(toSystem, toUser, fullname, _Undeliverable); 752 fullname, toSystem, toUser, ret, fullname);
|