File: syslog.h-data

package info (click to toggle)
glibc 2.24-11%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 225,316 kB
  • sloc: ansic: 996,116; asm: 261,826; sh: 10,483; makefile: 9,849; cpp: 4,169; python: 3,971; perl: 2,254; awk: 1,753; pascal: 1,521; yacc: 291; sed: 80
file content (44 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG3
constant LOG_PID
constant LOG_CONS
constant LOG_NDELAY
constant LOG_ODELAY
constant LOG_NOWAIT

constant LOG_KERN
constant LOG_USER
constant LOG_MAIL
constant LOG_NEWS
constant LOG_UUCP
constant LOG_DAEMON
constant LOG_AUTH
constant LOG_CRON
constant LOG_LPR
constant LOG_LOCAL0
constant LOG_LOCAL1
constant LOG_LOCAL2
constant LOG_LOCAL3
constant LOG_LOCAL4
constant LOG_LOCAL5
constant LOG_LOCAL6
constant LOG_LOCAL7

macro LOG_MASK

constant LOG_EMERG
constant LOG_ALERT
constant LOG_CRIT
constant LOG_ERR
constant LOG_WARNING
constant LOG_NOTICE
constant LOG_INFO
constant LOG_DEBUG

function void closelog (void)
function void openlog (const char*, int, int)
function int setlogmask (int)
function void syslog (int, const char*, ...)

allow LOG_*
allow *_t
#endif