Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c65 glob_envp = startd_alloc(sizeof (*glob_envp) * glob_env_n); in init_env()
68 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()
74 glob_envp[1] = NULL; in init_env()
92 (void) strcpy(glob_envp[i], tokp); in init_env()
103 (void) memcpy(newp, glob_envp, in init_env()
104 sizeof (*glob_envp) * glob_env_n / 2); in init_env()
105 startd_free(glob_envp, in init_env()
106 sizeof (*glob_envp) * glob_env_n / 2); in init_env()
107 glob_envp = newp; in init_env()
112 glob_envp[i] = NULL; in init_env()
[all …]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1444 glob_envp); in spawn()
1949 glob_envp[1] = in init_env()
1954 glob_envp[1] = in init_env()
1983 if (glob_envp[glob_envn] == NULL) { in init_env()
1998 glob_envp[glob_envn] = NULL; in init_env()
2019 old_path = glob_envp[0]; in boot_init()
2076 (char *)0, glob_envp); in boot_init()
2091 free(glob_envp[0]); in boot_init()
2092 glob_envp[0] = old_path; in boot_init()
4415 glob_envp[glob_envn] = in startd_run()
[all …]