Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/finger/
H A Dfinger.h49 typedef struct person { struct
50 struct person *next; /* link to next person */ argument
51 struct person *hlink; /* link to next person in hash bucket */ argument
52 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcopy1.C31 person() { in person() function
/openbsd-src/usr.sbin/lpr/lprm/
H A Dlprm.c65 char *person; /* name of person doing lprm */ variable
/openbsd-src/games/battlestar/
H A Dcommand5.c268 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; in give() local
/openbsd-src/usr.sbin/lpd/
H A Dlp_rmjob.c103 char *line = NULL, *person = NULL; in docheck() local
H A Dlp_displayq.c109 checklists(const char *cfname, struct lp_jobfilter *jf, const char *person) in checklists()
H A Dprinter.c65 char *person; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920928-4.c42 uuid_t person; member
47 signed32 person; member
/openbsd-src/usr.sbin/lpr/lpr/
H A Dlpr.c80 static const char *person; /* user name */ variable
/openbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.c428 char *person; /* name of person doing lprm */ variable
/openbsd-src/bin/csh/
H A Dfile.c518 static Char person[40]; in tilde() local
/openbsd-src/games/trek/
H A Dtrek.h113 const char *person; /* the person who fixes it */ member