Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c499 #define INIT_PATH "PATH=/sbin:/usr/sbin:/usr/bin" macro
2020 glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2)); in boot_init()
2021 (void) strcpy(glob_envp[0], INIT_PATH); in boot_init()