Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/login/
H A Dcommon.h39 int rootterm(char *);
H A Dlogin_pam.c84 static int rootterm(char *);
668 rootterm(char *ttyn)
H A Dcommon.c123 rootterm(char *ttyn) in rootterm() function
H A Dlogin.c441 if (pwd && !rval && rootlogin && !rootterm(tty)) { in main()
/netbsd-src/lib/libtelnet/
H A Dsra.c456 rootterm(const char *ttyname) in rootterm() function
475 if (isroot(name) && !rootterm(line)) in check_user()
608 if (isroot(name) && !rootterm(line)) in check_user()