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

/netbsd-6-1-5-RELEASE/include/
H A Dlogin_cap.h51 #define LOGIN_SETUSER 0x0040 /* Set user */ macro
/netbsd-6-1-5-RELEASE/usr.bin/newgrp/
H A Dnewgrp.c72 u_int flags = LOGIN_SETUSER;
/netbsd-6-1-5-RELEASE/usr.bin/su/
H A Dsu.c329 LOGIN_SETRESOURCES | LOGIN_SETUSER) == -1)
334 LOGIN_SETRESOURCES | LOGIN_SETGROUP | LOGIN_SETUSER) == -1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsession.c1417 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETUSER))) < 0) {
1459 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETUSER) < 0) {
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogin_cap.c702 if (flags & LOGIN_SETUSER)

Completed in 94 milliseconds