Home
last modified time | relevance | path

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

/netbsd-src/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 */
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 …]
/netbsd-src/usr.sbin/lpr/lprm/
H A Dlprm.c73 char *person; /* name of person doing lprm */ variable
/netbsd-src/games/battlestar/
H A Dcommand5.c304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dinit_c99.c604 struct person { in init_deeply_nested_struct() struct
605 struct hobbies hobbies; in init_deeply_nested_struct()
606 struct rgb favorite_color; in init_deeply_nested_struct()
/netbsd-src/usr.sbin/lpr/lpr/
H A Dlpr.c91 static const char *person; /* user name */ variable
/netbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.c419 char *person; /* name of person doing lprm */ variable
/netbsd-src/bin/csh/
H A Dfile.c349 static Char person[40]; in tilde() local
/netbsd-src/games/trek/
H A Dtrek.h127 const char *person; /* the person who fixes it */ member