Searched refs:INIT_PATH (Results 1 – 1 of 1) sorted by relevance
495 #define INIT_PATH "PATH=/sbin:/usr/sbin:/usr/bin" macro2058 glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2)); in boot_init()2059 (void) strcpy(glob_envp[0], INIT_PATH); in boot_init()