Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c495 #define INIT_PATH "PATH=/sbin:/usr/sbin:/usr/bin" macro
2058 glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2)); in boot_init()
2059 (void) strcpy(glob_envp[0], INIT_PATH); in boot_init()