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

/macosx-10.10.1/Heimdal-398.1.2/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);
/macosx-10.10.1/cron-39/cron/
H A Dpathnames.h89 #ifndef _PATH_DEFPATH
90 # define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Dcron.c122 setenv("PATH", _PATH_DEFPATH, 1);
/macosx-10.10.1/sudo-73/src/
H A Dpathnames.h47 #ifndef _PATH_DEFPATH
48 #define _PATH_DEFPATH "/usr/bin:/bin" macro
49 #endif /* _PATH_DEFPATH */
H A Dpathnames.h.in46 #ifndef _PATH_DEFPATH
47 #define _PATH_DEFPATH "/usr/bin:/bin"
48 #endif /* _PATH_DEFPATH */
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dpaths.h65 #define _PATH_DEFPATH "/usr/bin:/bin" macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h46 #define _PATH_DEFPATH "/usr/local/bin:/usr/bin:/bin:." macro
/macosx-10.10.1/Heimdal-398.1.2/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);
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drsh_locl.h124 #ifndef _PATH_DEFPATH
125 #define _PATH_DEFPATH "/usr/bin:/bin" macro
H A Drshd.c584 if (asprintf (&e[i++], "PATH=%s", _PATH_DEFPATH) == -1)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h281 #define _PATH_DEFPATH "/bin:/usr/bin:/usr/ucb" macro
331 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
378 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
425 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
503 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
534 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
573 #ifndef _PATH_DEFPATH
574 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
631 #define _PATH_DEFPATH "/usr/bin:/usr/ucb" macro
677 #define _PATH_DEFPATH "/us macro
720 #define _PATH_DEFPATH macro
958 #define _PATH_DEFPATH macro
997 #define _PATH_DEFPATH macro
1037 #define _PATH_DEFPATH macro
1089 #define _PATH_DEFPATH macro
1144 #define _PATH_DEFPATH macro
1174 #define _PATH_DEFPATH macro
1207 #define _PATH_DEFPATH macro
1240 #define _PATH_DEFPATH macro
[all...]
H A Dspawn_command.c36 /* command search path is initialized to _PATH_DEFPATH.
264 if (setenv("PATH", _PATH_DEFPATH, 1))
H A Dvstream_popen.c39 /* command search path is initialized to _PATH_DEFPATH.
243 if (setenv("PATH", _PATH_DEFPATH, 1))
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dposix_spawn.c35 #include <paths.h> /* for _PATH_DEFPATH */
89 env_path = _PATH_DEFPATH;
/macosx-10.10.1/remote_cmds-47/rexecd.tproj/
H A Drexecd.c118 char path[sizeof(_PATH_DEFPATH) + sizeof("PATH=")] = "PATH=";
247 (void)strcat(path, _PATH_DEFPATH);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dexec.c286 path = _PATH_DEFPATH;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.c153 #ifndef _PATH_DEFPATH
653 #ifdef _PATH_DEFPATH
654 importpath(str2short(_PATH_DEFPATH));
655 #else /* !_PATH_DEFPATH */
657 #endif /* _PATH_DEFPATH */
2294 #ifndef _PATH_DEFPATH
/macosx-10.10.1/perl-103/versioner/
H A Dversioner.c330 if (EXPECT_FALSE((env = getenv("PATH")) == NULL)) env = _PATH_DEFPATH;
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dpipe_command.c60 /* command search path is initialized to _PATH_DEFPATH.
526 if (setenv("PATH", _PATH_DEFPATH, 1))
/macosx-10.10.1/remote_cmds-47/rshd.tproj/
H A Drshd.c823 strcat(path, _PATH_DEFPATH);
831 (void) pam_setenv(pamh, "PATH", _PATH_DEFPATH, 1);
/macosx-10.10.1/cron-39/lib/
H A Dentry.c402 sprintf(envstr, "PATH=%s", _PATH_DEFPATH);
/macosx-10.10.1/system_cmds-643.1.1/arch.tproj/
H A Darch.c531 path = _PATH_DEFPATH;
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c934 (void)setenv("PATH", rootlogin ? _PATH_STDPATH : _PATH_DEFPATH, 0);

Completed in 672 milliseconds