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

/freebsd-10-stable/usr.sbin/lpr/lprm/
H A Dlprm.c74 char *person; /* name of person doing lprm */ variable
81 static char luser[16]; /* buffer for person */
104 * `person' and "root", so if we are root, better make sure
108 person = root;
109 } else if ((person = getlogin()) == NULL) {
115 person = luser;
/freebsd-10-stable/usr.bin/finger/
H A Dfinger.h39 typedef struct person { struct
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Drmjob.c101 user[0] = person;
105 if (!strcmp(person, "-all")) {
109 person = root;
288 if (!strcmp(person, root) && (from_host == local_host ||
291 if (!strcmp(person, owner) && !strcmp(from_host, cfhost))
322 * 4 == "\5" + remote_queue + " " + person
340 iov[3].iov_base = all ? "-all" : person;
H A Dlp.h177 extern char *person; /* name of person doing lprm */
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3788 % there are no page numbers. The next person who breaks this will be
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex3686 % there are no page numbers. The next person who breaks this will be
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex5026 % there are no page numbers. The next person who breaks this will be

Completed in 213 milliseconds