Home
last modified time | relevance | path

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

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