Home
last modified time | relevance | path

Searched refs:find_person (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/finger/
H A Dfinger.c179 if ((pn = find_person(user.ut_name)) == NULL) { in loginlist()
272 if ((pn = find_person(user.ut_name)) == NULL) in userlist()
H A Dextern.h46 PERSON *find_person(char *);
H A Dutil.c275 find_person(char *name) in find_person() function