Searched defs:person (Results 1 – 12 of 12) sorted by relevance
49 typedef struct person { struct50 struct person *next; /* link to next person */ argument51 struct person *hlink; /* link to next person in hash bucket */ argument52 uid_t uid; /* user id */53 char *dir; /* user's home directory */54 char *homephone; /* pointer to home phone no. */55 char *name; /* login name */56 char *office; /* pointer to office name */57 char *officephone; /* pointer to office phone no. */58 char *realname; /* pointer to full name */[all …]
31 person() { in person() function
65 char *person; /* name of person doing lprm */ variable
268 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
103 char *line = NULL, *person = NULL; in docheck() local
109 checklists(const char *cfname, struct lp_jobfilter *jf, const char *person) in checklists()
65 char *person; member
42 uuid_t person; member47 signed32 person; member
80 static const char *person; /* user name */ variable
428 char *person; /* name of person doing lprm */ variable
518 static Char person[40]; in tilde() local
113 const char *person; /* the person who fixes it */ member