Searched refs:AUTHV_NAME (Results 1 - 6 of 6) sorted by path

/openbsd-current/include/
H A Dbsd_auth.h48 AUTHV_NAME, enumerator in enum:__anon7455
/openbsd-current/lib/libc/gen/
H A Dauth_subr.c421 case AUTHV_NAME:
453 auth_setitem(as, AUTHV_NAME, NULL);
477 case AUTHV_NAME:
H A Dauthenticate.c199 name = auth_getitem(as, AUTHV_NAME);
284 if (auth_setitem(as, AUTHV_NAME, name) < 0) {
437 auth_setitem(as, AUTHV_NAME, name) < 0 ||
462 (name = auth_getitem(as, AUTHV_NAME)) == NULL ||
528 if (name != NULL && auth_setitem(as, AUTHV_NAME, name) < 0)
532 name = auth_getitem(as, AUTHV_NAME);
/openbsd-current/libexec/ftpd/
H A Dftpd.c758 auth_setitem(as, AUTHV_NAME, name) < 0 ||
/openbsd-current/usr.bin/login/
H A Dlogin.c403 if (auth_setitem(as, AUTHV_NAME, username) < 0 ||
/openbsd-current/usr.bin/su/
H A Dsu.c204 auth_setitem(as, AUTHV_NAME, user) != 0)
206 if ((user = auth_getitem(as, AUTHV_NAME)) == NULL)

Completed in 159 milliseconds