Lines Matching refs:glob_envp
525 static char *glob_envp[MAXENVENT]; /* Array of environment strings */ variable
969 (void) execle(SU, SU, "-", (char *)0, glob_envp); in enter_maintenance()
1432 glob_envp); in spawn()
1934 glob_envp[0] = malloc((unsigned)(strlen(DEF_PATH)+2)); in init_env()
1935 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()
1939 glob_envp[1] = in init_env()
1941 (void) strcpy(glob_envp[1], "_DVFS_RECONFIG=YES"); in init_env()
1944 glob_envp[1] = in init_env()
1946 (void) strcpy(glob_envp[1], "RB_NOBOOTRC=YES"); in init_env()
2024 glob_envp[glob_envn] = in init_env()
2026 (void) strcpy(glob_envp[glob_envn], tokp); in init_env()
2036 glob_envp[glob_envn] = NULL; in init_env()
2057 old_path = glob_envp[0]; in boot_init()
2058 glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2)); in boot_init()
2059 (void) strcpy(glob_envp[0], INIT_PATH); in boot_init()
2114 (char *)0, glob_envp); in boot_init()
2129 free(glob_envp[0]); in boot_init()
2130 glob_envp[0] = old_path; in boot_init()
4452 glob_envp[glob_envn] = in startd_run()
4456 if (glob_envp[glob_envn] != NULL) { in startd_run()
4458 (void) sprintf(glob_envp[glob_envn], in startd_run()
4460 glob_envp[glob_envn+1] = NULL; in startd_run()
4471 (void) execle(SH, "INITSH", "-c", cline, NULL, glob_envp); in startd_run()