Searched refs:DEF_PATH (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c43 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro
70 glob_envp[0] = startd_alloc((unsigned)(strlen(DEF_PATH)+2));
71 (void) strcpy(glob_envp[0], DEF_PATH);
221 strncmp(*p, DEF_PATH, strlen(DEF_PATH)) != 0) {
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c129 #define DEF_PATH "/usr/sbin:/usr/bin" macro
1204 if ((estr = add_env("PATH", DEF_PATH)) == NULL)
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c302 #define DEF_PATH "/usr/bin:" /* same as PATH */ macro
2251 (void) strlcat(path, DEF_PATH, sizeof (path));
/illumos-gate/usr/src/cmd/init/
H A Dinit.c494 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro
1934 glob_envp[0] = malloc((unsigned)(strlen(DEF_PATH)+2));
1935 (void) strcpy(glob_envp[0], DEF_PATH);

Completed in 81 milliseconds