Searched refs:glob_env_n (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c48 static int glob_env_n; /* Number of environment slots allocated. */ variable
67 glob_env_n = 16;
68 glob_envp = startd_alloc(sizeof (*glob_envp) * glob_env_n);
152 if (++i == glob_env_n) {
153 glob_env_n *= 2;
155 glob_env_n);
157 sizeof (*glob_envp) * glob_env_n / 2);
159 sizeof (*glob_envp) * glob_env_n / 2);
269 nenv_size = glob_env_n + env_sz + 4 + 1 + 1;

Completed in 110 milliseconds