Home
last modified time | relevance | path

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

/freebsd/usr.bin/finger/
H A Dextern.h50 PERSON *find_person(char *);
H A Dfinger.c234 if ((pn = find_person(user->ut_user)) == NULL) { in loginlist()
377 if ((pn = find_person(user->ut_user)) == NULL) in userlist()
H A Dutil.c183 find_person(char *name) in find_person() function