Searched refs:LOG_FTP (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 37 #define LOG_FTP (11<<3) macro 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 37 #define LOG_FTP (11<<3) macro 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 37 #define LOG_FTP (11<<3) macro 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
/third_party/musl/include/ |
D | syslog.h | 37 #define LOG_FTP (11<<3) macro 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
/third_party/NuttX/include/ |
D | syslog.h | 84 #define LOG_FTP 0 macro
|
/third_party/python/Lib/logging/ |
D | handlers.py | 774 LOG_FTP = 11 # FTP daemon variable in SysLogHandler 811 "ftp": LOG_FTP,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 465 LOG_FTP
|
D | fuchsia.txt | 413 LOG_FTP
|
D | dragonfly.txt | 587 LOG_FTP
|
D | netbsd.txt | 615 LOG_FTP
|
D | freebsd.txt | 679 LOG_FTP
|
D | apple.txt | 832 LOG_FTP
|
D | linux.txt | 1221 LOG_FTP
|
D | android.txt | 1092 LOG_FTP
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 4233 #ifdef LOG_FTP in str_syslog_facility() 4234 case (LOG_FTP): in str_syslog_facility() 4289 #ifdef LOG_FTP in int_syslog_facility() 4291 return LOG_FTP; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 452 pub const LOG_FTP: ::c_int = 11 << 3; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1225 pub const LOG_FTP: ::c_int = 11 << 3; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1248 pub const LOG_FTP: ::c_int = 11 << 3; constant
|
/third_party/python/Doc/library/ |
D | logging.handlers.rst | 715 | ``ftp`` | LOG_FTP |
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1995 pub const LOG_FTP: ::c_int = 11 << 3; constant
|