Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c505 if ((st->st_log_file = getenv("STARTD_DEFAULT_LOG")) == NULL) { in read_startd_config()
506 st->st_log_file = startd_alloc(strlen(STARTD_DEFAULT_LOG) + 1); in read_startd_config()
508 (void) strcpy(st->st_log_file, STARTD_DEFAULT_LOG); in read_startd_config()
H A Dstartd.h514 char *st_log_file; /* startd file in above dir */ member