Searched defs:person (Results 1 – 8 of 8) 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 */49 char *officephone; /* pointer to office phone no. */50 char *realname; /* pointer to full name */51 char *shell; /* user's shell */52 time_t mailread; /* last time mail was read */[all …]
73 char *person; /* name of person doing lprm */ variable
304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
604 struct person { in init_deeply_nested_struct() struct605 struct hobbies hobbies; in init_deeply_nested_struct()606 struct rgb favorite_color; in init_deeply_nested_struct()
91 static const char *person; /* user name */ variable
419 char *person; /* name of person doing lprm */ variable
349 static Char person[40]; in tilde() local
127 const char *person; /* the person who fixes it */ member