Home
last modified time | relevance | path

Searched refs:expandusername (Results 1 – 2 of 2) sorted by relevance

/minix/usr.bin/finger/
H A Dextern.h47 void expandusername(const char *, const char *, char *, int);
H A Dutil.c119 expandusername(p, pw->pw_name, name, sizeof(name)); in match()
129 expandusername(const char *gecos, const char *login, char *buf, int buflen) in expandusername() function
388 expandusername(p, pw->pw_name, name, sizeof(name)); in userinfo()