Searched refs:find_user (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/libexec/talkd/
H A Dextern.h36 int find_user(const char *name, char *tty);
H A Dprocess.c146 result = find_user(mp->r_name, mp->r_tty);
183 find_user(const char *name, char *tty) function
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c236 find_user(db, name) function
285 u = find_user(old_db, fname);
H A Dcron.h257 *find_user(cron_db *, char *);
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c510 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) function
534 return find_user(vb, username);
551 if ((user = find_user(vb, username)) != NULL)

Completed in 113 milliseconds