Searched refs:person (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.sbin/lpr/lprm/
H A Dlprm.c73 char *person; /* name of person doing lprm */ variable
80 static char luser[16]; /* buffer for person */
103 * `person' and "root", so if we are root, better make sure
107 person = root;
108 } else if ((person = getlogin()) == NULL) {
114 person = luser;
/freebsd-9.3-release/usr.bin/finger/
H A Dfinger.h39 typedef struct person { struct
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Drmjob.c102 user[0] = person;
106 if (!strcmp(person, "-all")) {
110 person = root;
289 if (!strcmp(person, root) && (from_host == local_host ||
292 if (!strcmp(person, owner) && !strcmp(from_host, cfhost))
323 * 4 == "\5" + remote_queue + " " + person
341 iov[3].iov_base = all ? "-all" : person;
H A Dlp.h177 extern char *person; /* name of person doing lprm */
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c349 * ~person/mumble
368 Char *person; local
370 person = Strnsave(old, o - old);
371 pw = xgetpwnam(short2str(person));
372 xfree(person);
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dlpd.c59 * \5printer person [users ...] [jobs ...]\n
457 char *person; /* name of person doing lprm */ variable
553 person = cp;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3614 % there are no page numbers. The next person who breaks this will be
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3788 % there are no page numbers. The next person who breaks this will be
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex3686 % there are no page numbers. The next person who breaks this will be

Completed in 200 milliseconds