repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* malloc/arena.c (ptmalloc_init): Don't use brk if dlopened
[glibc.git]
/
conform
/
data
/
syslog.h-data
blob
87414e8a7ea8d7b3a9aee11ffd829e50e7c2712a
1
constant LOG_PID
2
constant LOG_CONS
3
constant LOG_NDELAY
4
constant LOG_ODELAY
5
constant LOG_NOWAIT
6
7
constant LOG_KERN
8
constant LOG_USER
9
constant LOG_MAIL
10
constant LOG_NEWS
11
constant LOG_UUCP
12
constant LOG_DAEMON
13
constant LOG_AUTH
14
constant LOG_CRON
15
constant LOG_LPR
16
constant LOG_LOCAL0
17
constant LOG_LOCAL1
18
constant LOG_LOCAL2
19
constant LOG_LOCAL3
20
constant LOG_LOCAL4
21
constant LOG_LOCAL5
22
constant LOG_LOCAL6
23
constant LOG_LOCAL7
24
25
macro LOG_MASK
26
27
constant LOG_EMERG
28
constant LOG_ALERT
29
constant LOG_CRIT
30
constant LOG_ERR
31
constant LOG_WARNING
32
constant LOG_NOTICE
33
constant LOG_INFO
34
constant LOG_DEBUG
35
36
function void closelog (void)
37
function void openlog (const char*, int, int)
38
function int setlogmask (int)
39
function void syslog (int, const char*, ...)
40
41
allow LOG_*
42
allow *_t