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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c495 #define INIT_PATH "PATH=/sbin:/usr/sbin:/usr/bin" macro
2056 /* Use INIT_PATH for sysinit cmds */
2058 glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2));
2059 (void) strcpy(glob_envp[0], INIT_PATH);

Completed in 66 milliseconds