Home
last modified time | relevance | path

Searched refs:LOG_LPR (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h32 #define LOG_LPR (6<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h32 #define LOG_LPR (6<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h32 #define LOG_LPR (6<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/musl/include/
H A Dsyslog.h32 #define LOG_LPR (6<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/NuttX/include/
H A Dsyslog.h72 * LOG_LPR - Line printer subsystem
94 #define LOG_LPR 0 macro
/third_party/musl/libc-test/src/api/
H A Dsyslog.c20 C(LOG_LPR) in f()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslogtst.c274 syslog(LOG_LPR | LOG_INFO, "syslogtst: lpr info test."); in main()
/third_party/python/Modules/
H A Dsyslogmodule.c324 ADD_INT_MACRO(module, LOG_LPR); in syslog_exec()
/third_party/python/Lib/logging/
H A Dhandlers.py773 LOG_LPR = 6 # line printer subsystem variable in SysLogHandler
817 "lpr": LOG_LPR,
/third_party/eudev/src/shared/
H A Dutil.c1367 [LOG_FAC(LOG_LPR)] = "lpr",
/third_party/nghttp2/src/
H A Dshrpx_config.cc4255 case (LOG_LPR): in str_syslog_facility()
4332 return LOG_LPR; in int_syslog_facility()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs269 pub const LOG_LPR: ::c_int = 6 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1359 pub const LOG_LPR: ::c_int = 6 << 3; consts

Completed in 25 milliseconds