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

/freebsd-10-stable/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);
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dpathnames.h81 #ifndef _PATH_DEFPATH
82 # define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Dcron.c129 setenv("PATH", _PATH_DEFPATH, 1);
/freebsd-10-stable/include/
H A Dpaths.h39 #define _PATH_DEFPATH "/usr/bin:/bin" macro
111 #undef _PATH_DEFPATH macro
112 #define _PATH_DEFPATH "/rescue:/usr/bin:/bin" macro
/freebsd-10-stable/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);
/freebsd-10-stable/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)
/freebsd-10-stable/lib/libc/gen/
H A Dexec.c281 path = _PATH_DEFPATH;
/freebsd-10-stable/lib/libutil/
H A Dlogin_class.c439 pathvars[0].def = uid ? _PATH_DEFPATH : _PATH_STDPATH;
/freebsd-10-stable/contrib/tcsh/
H A Dsh.c154 #ifndef _PATH_DEFPATH
768 #ifdef _PATH_DEFPATH
769 importpath(str2short(_PATH_DEFPATH));
770 #else /* !_PATH_DEFPATH */
772 #endif /* _PATH_DEFPATH */
2459 #ifndef _PATH_DEFPATH
/freebsd-10-stable/libexec/rshd/
H A Drshd.c480 (void) pam_setenv(pamh, "PATH", _PATH_DEFPATH, 1);
/freebsd-10-stable/usr.sbin/cron/lib/
H A Dentry.c392 sprintf(envstr, "PATH=%s", _PATH_DEFPATH);
/freebsd-10-stable/usr.bin/xlint/xlint/
H A Dxlint.c58 #define DEFAULT_PATH _PATH_DEFPATH
/freebsd-10-stable/usr.bin/login/
H A Dlogin.c619 (void)setenv("PATH", rootlogin ? _PATH_STDPATH : _PATH_DEFPATH, 0);
/freebsd-10-stable/bin/sh/
H A Dvar.c110 { &vpath, 0, "PATH=" _PATH_DEFPATH,
/freebsd-10-stable/release/picobsd/tinyware/login/
H A Dpico-login.c675 (void)setenv("PATH", rootlogin ? _PATH_STDPATH : _PATH_DEFPATH, 0);

Completed in 116 milliseconds