Home
last modified time | relevance | path

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

/dragonfly/usr.bin/finger/
H A Dfinger.h39 typedef struct person { struct
40 uid_t uid; /* user id */
41 char *dir; /* user's home directory */
42 char *homephone; /* pointer to home phone no. */
43 char *name; /* login name */
44 char *office; /* pointer to office name */
46 char *realname; /* pointer to full name */
47 char *shell; /* user's shell */
48 time_t mailread; /* last time mail was read */
49 time_t mailrecv; /* last time mail was received */
[all …]
/dragonfly/usr.sbin/lpr/lprm/
H A Dlprm.c62 char *person; /* name of person doing lprm */ variable
/dragonfly/games/battlestar/
H A Dcommand5.c296 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c445 char *person; /* name of person doing lprm */ variable
/dragonfly/contrib/tcsh-6/
H A Dsh.file.c364 Char *person; in tilde() local
/dragonfly/games/trek/
H A Dtrek.h129 const char *person; /* the person who fixes it */ member