Searched defs:person (Results 1 – 4 of 4) sorted by relevance
38 typedef struct person { struct39 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 …]
62 char *person; /* name of person doing lprm */ variable
453 char *person; /* name of person doing lprm */ variable
365 Char *person; in tilde() local