Searched refs:env_opts (Results 1 – 1 of 1) sorted by relevance
495 char *env_opts, *lasts, *cp; in read_startd_config() local757 env_opts = getenv("SMF_OPTIONS"); in read_startd_config()758 if (env_opts == NULL) in read_startd_config()761 for (cp = strtok_r(env_opts, ",", &lasts); cp != NULL; in read_startd_config()