Searched refs:_nscd_logfile (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_log.c | 57 static char _nscd_logfile[PATH_MAX] = { 0 }; variable 90 (void) strlcpy(_nscd_logfile, lf, PATH_MAX); in _nscd_set_lf() 96 (void) strlcpy(_nscd_logfile, lf, PATH_MAX); in _nscd_set_lf() 147 (void) strlcpy(_nscd_logfile, lf, PATH_MAX); in _nscd_set_lf() 178 (strcmp(_nscd_logfile, "/dev/null") == 0 || in _nscd_logit() 179 strcmp(_nscd_logfile, "stderr") == 0)) { in _nscd_logit() 181 _nscd_logfile, PATH_MAX); in _nscd_logit() 488 if (*_nscd_logfile != '\0') in _nscd_get_log_info() 489 (void) strlcpy(file, _nscd_logfile, flen); in _nscd_get_log_info()
|