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

/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c83 static char *evars_to_pass[] = { "LANG", "LC_ALL", "LC_COLLATE", "LC_CTYPE", variable
88 (sizeof (evars_to_pass) / sizeof (*evars_to_pass))
578 * variables---those in evars_to_pass and those beginning with "_INIT_".
602 size_t l = strlen(evars_to_pass[j]);
605 strncmp(env[i], evars_to_pass[j], l) == 0)

Completed in 66 milliseconds