Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c584 int i, i_new, j; in approved_env() local
593 i_new = 0; in approved_env()
597 newenv[i_new++] = env[i]; in approved_env()
606 newenv[i_new++] = env[i]; in approved_env()
610 newenv[i_new] = NULL; in approved_env()
622 int i, i_new; in env_without_smf() local
631 i_new = 0; in env_without_smf()
637 newenv[i_new++] = env[i]; in env_without_smf()
640 newenv[i_new] = NULL; in env_without_smf()