Home
last modified time | relevance | path

Searched refs:LOG_FAC (Results 1 – 25 of 79) sorted by relevance

1234

/dports/lang/perl5.34/perl-5.34.0/cpan/Sys-Syslog/
H A DSyslog.xs38 #ifndef LOG_FAC
40 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
71 LOG_FAC(p)
/dports/lang/perl5.30/perl-5.30.3/cpan/Sys-Syslog/
H A DSyslog.xs38 #ifndef LOG_FAC
40 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
71 LOG_FAC(p)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Sys-Syslog/
H A DSyslog.xs38 #ifndef LOG_FAC
40 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
71 LOG_FAC(p)
/dports/lang/perl5.32/perl-5.32.1/cpan/Sys-Syslog/
H A DSyslog.xs38 #ifndef LOG_FAC
40 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
71 LOG_FAC(p)
/dports/sysutils/p5-Sys-Syslog/Sys-Syslog-0.36/
H A DSyslog.xs38 #ifndef LOG_FAC
40 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
71 LOG_FAC(p)
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dssyslog.inc15 function LOG_FAC(p : longint) : longint;
18 LOG_FAC:=(p and LOG_FACMASK) shr 3;
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dsyslog.h39 #define LOG_FAC(p) (((p)>>LOG_PRIBITS)&((1<<LOG_FACBITS)-1)) macro
103 #define LOG_FACILITY(p) LOG_FAC(p) /* get facility index from pri */
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dsyslog.h39 #define LOG_FAC(p) (((p)>>LOG_PRIBITS)&((1<<LOG_FACBITS)-1)) macro
103 #define LOG_FACILITY(p) LOG_FAC(p) /* get facility index from pri */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dsyslog.h39 #define LOG_FAC(p) (((p)>>LOG_PRIBITS)&((1<<LOG_FACBITS)-1)) macro
103 #define LOG_FACILITY(p) LOG_FAC(p) /* get facility index from pri */
/dports/sysutils/p5-Unix-Syslog/Unix-Syslog-1.1/
H A DSyslog.xs158 #if defined(LOG_FAC)
160 LOG_FAC(p)
163 RETVAL = LOG_FAC(p);
/dports/lang/fpc-source/fpc-3.2.2/packages/syslog/src/
H A Dsystemlog.pp126 function LOG_FAC(p : longint) : longint;
150 function LOG_FAC(p : longint) : longint;
152 LOG_FAC:=(p and (LOG_FACMASK)) shr 3;
/dports/sysutils/fpc-syslog/fpc-3.2.2/packages/syslog/src/
H A Dsystemlog.pp126 function LOG_FAC(p : longint) : longint;
150 function LOG_FAC(p : longint) : longint;
152 LOG_FAC:=(p and (LOG_FACMASK)) shr 3;
/dports/sysutils/msyslog/msyslog-v1.08g/src/
H A Dsyslogd.h231 # ifndef LOG_FAC
232 # define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/sysutils/s6/s6-2.10.0.3/src/daemontools-extras/
H A Ducspilogd.c87 #define LOG_FAC(p) (((p) & LOG_FACMASK) / (LOG_PRIMASK + 1)) macro
104 fp = LOG_FAC(fpr) << 3 ; in syslog_names()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_xfer_syslog.c69 #ifndef LOG_FAC
70 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
281 fac = LOG_FAC(priority); in sh_xfer_recv_syslog_socket()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_xfer_syslog.c69 #ifndef LOG_FAC
70 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
281 fac = LOG_FAC(priority); in sh_xfer_recv_syslog_socket()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_xfer_syslog.c69 #ifndef LOG_FAC
70 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
281 fac = LOG_FAC(priority); in sh_xfer_recv_syslog_socket()
/dports/sysutils/smartmontools/smartmontools-7.2/os_win32/
H A Dsyslog.h48 #define LOG_FAC(f) (((f) & LOG_FACMASK) >> 3) macro
/dports/www/srt/srt-1.4.4/common/win/
H A Dsyslog_defs.h43 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/lang/php81/php-8.1.1/win32/
H A Dsyslog.h50 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/www/mod_php80/php-8.0.15/win32/
H A Dsyslog.h50 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/lang/php80/php-8.0.15/win32/
H A Dsyslog.h50 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/lang/php74/php-7.4.27/win32/
H A Dsyslog.h52 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/lang/php73/php-7.3.33/win32/
H A Dsyslog.h52 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro
/dports/www/mod_php73/php-7.3.33/win32/
H A Dsyslog.h52 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) macro

1234