Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/finger/
H A Dfinger.h41 typedef struct person { struct
42 uid_t uid; /* user id */
43 char *dir; /* user's home directory */
44 char *homephone; /* pointer to home phone no. */
45 char *name; /* login name */
46 char *office; /* pointer to office name */
48 char *realname; /* pointer to full name */
49 char *shell; /* user's shell */
50 time_t mailread; /* last time mail was read */
51 time_t mailrecv; /* last time mail was received */
[all …]
/freebsd-12.1/usr.sbin/lpr/lprm/
H A Dlprm.c76 char *person; /* name of person doing lprm */ variable
/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dlpd.c459 char *person; /* name of person doing lprm */ variable
/freebsd-12.1/contrib/tcsh/
H A Dsh.file.c368 Char *person; in tilde() local