Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlog.c45 static const char *const LogNames[] = { variable
219 return id < LogMIN || id > LogMAX ? "Unknown" : LogNames[id - 1]; in log_Name()