person
extern char *person; /* name of person doing lprm */
person = root;
if (!strcmp(person, root) && (from_host == local_host ||
if (!strcmp(person, owner) && !strcmp(from_host, cfhost))
iov[3].iov_base = all ? "-all" : person;
user[0] = person;
if (!strcmp(person, "-all")) {
char *person; /* name of person doing lprm */
person = cp;
person = luser;
char *person; /* name of person doing lprm */
person = root;
} else if ((person = getlogin()) == NULL) {