Home
last modified time | relevance | path

Searched defs:person (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/finger/
H A Dfinger.h38 typedef struct person { struct
39 uid_t uid; /* user id */
40 char *dir; /* user's home directory */
41 char *homephone; /* pointer to home phone no. */
42 char *name; /* login name */
43 char *office; /* pointer to office name */
44 char *officephone; /* pointer to office phone no. */
45 char *realname; /* pointer to full name */
46 char *shell; /* user's shell */
47 time_t mailread; /* last time mail was read */
[all …]
/freebsd/usr.sbin/lpr/lprm/
H A Dlprm.c62 char *person; /* name of person doing lprm */ variable
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c453 char *person; /* name of person doing lprm */ variable
/freebsd/contrib/tcsh/
H A Dsh.file.c365 Char *person; in tilde() local