Home
last modified time | relevance | path

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

/minix/usr.bin/finger/
H A Dfinger.h43 typedef struct person { struct
44 uid_t uid; /* user id */
45 char *dir; /* user's home directory */
46 char *homephone; /* pointer to home phone no. */
47 char *name; /* login name */
48 char *office; /* pointer to office name */
50 char *realname; /* pointer to full name */
51 char *shell; /* user's shell */
52 time_t mailread; /* last time mail was read */
53 time_t mailrecv; /* last time mail was read */
[all …]
/minix/bin/csh/
H A Dfile.c349 static Char person[40]; in tilde() local