Searched defs:person (Results 1 – 2 of 2) sorted by relevance
43 typedef struct person { struct44 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 …]
349 static Char person[40]; in tilde() local