Home
last modified time | relevance | path

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

/glibc-2.36/misc/sys/
Dsyslog.h154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */ macro
/glibc-2.36/manual/
Dsyslog.texi539 There is also a @code{LOG_UPTO} macro, which generates a mask with the bits
543 LOG_UPTO(LOG_ERROR)
564 setlogmask (LOG_UPTO (LOG_NOTICE));