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