Lines Matching refs:errlog
103 char *errlog = NULL;
125 if ((errlog = strchr(optarg, ':')) != NULL) {
126 *errlog++ = '\0';
129 errlog = optarg;
132 open_error_log(errlog, error_log_flags);
171 " on, but syslog/errlog not enabled for verbose"
173 if (errlog)
181 " syslog/errlog not enabled for debug\n");
182 if (errlog)
188 if (errlog == NULL || lflag) {