Home
last modified time | relevance | path

Searched refs:LOGIN_SETENV (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libutil/
H A Dlogin_cap.h46 #define LOGIN_SETENV 0x0080 /* set user environment */ macro
H A Dlogin_class.c451 if ((flags & LOGIN_SETENV) != 0) in setlogincontext()
/freebsd/usr.sbin/jexec/
H A Djexec.c139 : LOGIN_SETPATH | LOGIN_SETENV) != 0) in main()
/freebsd/usr.bin/su/
H A Dsu.c479 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK | in main()
519 LOGIN_SETENV); in main()
/freebsd/usr.sbin/cron/cron/
H A Dpopen.c158 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
/freebsd/usr.bin/newgrp/
H A Dnewgrp.c285 LOGIN_SETPATH|LOGIN_SETUMASK|LOGIN_SETENV); in loginshell()
/freebsd/libexec/atrun/
H A Datrun.c315 ~(LOGIN_SETPRIORITY | LOGIN_SETPATH | LOGIN_SETENV)) != 0) in run_file()
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/crypto/openssh/
H A Dsession.c1001 (void)setusercontext(lc, pw, pw->pw_uid, LOGIN_SETENV|LOGIN_SETPATH); in do_setup_env()
1343 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
/freebsd/usr.sbin/jail/
H A Dcommand.c797 : LOGIN_SETPATH | LOGIN_SETENV) < 0) { in run_command()
/freebsd/sbin/init/
H A Dinit.c2121 LOGIN_SETENV | in setprocresources()