Searched defs:glob_envn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c526 static int glob_envn; /* Number of environment strings */ variable
1936 glob_envn = 1;
1942 ++glob_envn;
1947 ++glob_envn;
1956 glob_envn < MAXENVENT - 2) {
2024 glob_envp[glob_envn] =
2026 (void) strcpy(glob_envp[glob_envn], tokp);
2027 if (++glob_envn >= MAXENVENT - 1)
2036 glob_envp[glob_envn] = NULL;
4452 glob_envp[glob_envn]
[all...]

Completed in 60 milliseconds