Searched refs:LOG_LPR (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 32 #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 D | syslog.h | 32 #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 D | syslog.h | 32 #define LOG_LPR (6<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/musl/include/ |
H A D | syslog.h | 32 #define LOG_LPR (6<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/NuttX/include/ |
H A D | syslog.h | 72 * LOG_LPR - Line printer subsystem 94 #define LOG_LPR 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 20 C(LOG_LPR) in f()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslogtst.c | 274 syslog(LOG_LPR | LOG_INFO, "syslogtst: lpr info test."); in main()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 324 ADD_INT_MACRO(module, LOG_LPR); in syslog_exec()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 773 LOG_LPR = 6 # line printer subsystem variable in SysLogHandler 817 "lpr": LOG_LPR,
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1367 [LOG_FAC(LOG_LPR)] = "lpr",
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4255 case (LOG_LPR): in str_syslog_facility() 4332 return LOG_LPR; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 269 pub const LOG_LPR: ::c_int = 6 << 3; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1359 pub const LOG_LPR: ::c_int = 6 << 3; consts
|
Completed in 25 milliseconds