Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/talkd/
Dprocess.c148 result = find_user(mp->r_name, mp->r_tty); in do_announce()
185 find_user(const char *name, char *tty) in find_user() function
Dextern.h38 int find_user(const char *name, char *tty);
/freebsd-12-stable/usr.sbin/cron/cron/
Ddatabase.c236 find_user(db, name) in find_user() function
285 u = find_user(old_db, fname);
Dcron.h257 *find_user(cron_db *, char *);
/freebsd-12-stable/crypto/openssl/crypto/srp/
Dsrp_vfy.c495 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user() function
521 return find_user(vb, username); in SRP_VBASE_get_by_user()
539 if ((user = find_user(vb, username)) != NULL) in SRP_VBASE_get1_by_user()