Home
last modified time | relevance | path

Searched refs:_PATH_DEFPATH (Results 1 – 18 of 18) sorted by relevance

/freebsd/include/
H A Dpaths.h40 #define _PATH_DEFPATH "/sbin:/bin:/usr/sbin:/usr/bin:" \ macro
114 #undef _PATH_DEFPATH
115 #define _PATH_DEFPATH "/rescue:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" macro
/freebsd/crypto/heimdal/appl/su/
H A Dsupaths.h39 #ifndef _PATH_DEFPATH
40 #define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Dsu.c463 esetenv ("PATH", _PATH_DEFPATH, 1); in main()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_locl.h142 #ifndef _PATH_DEFPATH
143 #define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Dlogin.c478 add_env("PATH", _PATH_DEFPATH); in do_login()
H A DChangeLog175 * login_locl.h: _PATH_DEFPATH
/freebsd/crypto/heimdal/appl/rsh/
H A Drsh_locl.h123 #ifndef _PATH_DEFPATH
124 #define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Drshd.c584 if (asprintf (&e[i++], "PATH=%s", _PATH_DEFPATH) == -1) in setup_environment()
/freebsd/lib/libc/gen/
H A Dexec.c297 path = _PATH_DEFPATH; in execvpe()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c193 path = _PATH_DEFPATH; in execvpe()
/freebsd/contrib/tcsh/
H A Dsh.c151 #ifndef _PATH_DEFPATH
766 #ifdef _PATH_DEFPATH in main()
767 importpath(str2short(_PATH_DEFPATH)); in main()
2468 #ifndef _PATH_DEFPATH
H A DFixes855 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c377 if (setenv("PATH", _PATH_DEFPATH, 0) < 0) { in child_process()
H A Dcron.c117 putenv("PATH="_PATH_DEFPATH);
/freebsd/lib/libutil/
H A Dlogin_class.c542 pathvars[0].def = uid ? _PATH_DEFPATH : _PATH_STDPATH; in setusercontext()
/freebsd/usr.bin/login/
H A Dlogin.c607 (void)setenv("PATH", rootlogin ? _PATH_STDPATH : _PATH_DEFPATH, 0); in main()
/freebsd/bin/sh/
H A Dvar.c107 { &vpath, 0, "PATH=" _PATH_DEFPATH,
/freebsd/contrib/mandoc/
H A DTODO201 .It path Ta path Ta value of Dv _PATH_DEFPATH