Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dsyslog.h48 #define LOG_FACMASK 0x3f8 macro
49 #define LOG_FAC(p) (((p)&LOG_FACMASK) >> 3)
/third_party/ulib/musl/src/misc/
A Dsyslog.c86 if (!(priority & LOG_FACMASK)) in _vsyslog()

Completed in 3 milliseconds