OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syslog
(Results
201 - 225
of
634
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ppp/pppd/plugins/rp-pppoe/
config.h
125
/* Define if you have the <
syslog
.h> header file. */
if.c
44
#include <
syslog
.h>
130
syslog
(LOG_ERR, "Invalid ether type 0x%x", type);
396
syslog
(LOG_INFO, "Interface=%.16s HWaddr=%02X:%02X:%02X:%02X:%02X:%02X Device=%.32s Buffer size=%d",
640
syslog
(LOG_ERR, "Truncated bpf packet header: len=%d", bpfSize);
646
syslog
(LOG_ERR, "Truncated bpf packet: caplen=%d, datalen=%d",
653
syslog
(LOG_ERR, "Truncated bpf packet: seglen=%d, bpfSize=%d",
/external/tcpdump/
Android.mk
102
print-
syslog
.c\
/external/iputils/doc/
rdisc.sgml
91
Send debugging messages to
syslog
.
150
Be verbose i.e. send lots of debugging messages to
syslog
.
/external/e2fsprogs/lib/et/
com_err.texinfo
341
be used in daemons (to use a routine which calls @cite{
syslog
(3)}), or
348
The following is an example of an error handler which uses @cite{
syslog
(3)}
354
#include <
syslog
.h>
357
/* extern
syslog
(int priority, char * message, ...); */
371
syslog
(LOG_ERR, "%s %s", error_message (code), buffer);
381
passed to @code{
syslog
}.
/external/valgrind/main/memcheck/tests/linux/
Makefile.in
60
syslog
-syscall$(EXEEXT) timerfd-syscall$(EXEEXT)
94
syslog_syscall_SOURCES =
syslog
-syscall.c
95
syslog_syscall_OBJECTS =
syslog
-syscall.$(OBJEXT)
111
syslog
-syscall.c timerfd-syscall.c
114
syslog
-syscall.c timerfd-syscall.c
405
syslog
-syscall.vgtest
syslog
-syscall.stderr.exp \
472
syslog
-syscall$(EXEEXT): $(syslog_syscall_OBJECTS) $(syslog_syscall_DEPENDENCIES)
473
@rm -f
syslog
-syscall$(EXEEXT)
493
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/
syslog
-syscall.Po@am__quote
[
all
...]
/external/dnsmasq/
setup.html
25
logs problems using the
syslog
facility as a daemon. It logs debugging
225
<TT>/var/log/
syslog
</TT> or <TT>/var/log/messages</TT>.
228
contents of the cache to the
syslog
.
/external/ipsec-tools/src/racoon/
algorithm.c
433
syslog
(LOG_NOTICE, "%s(%s size=%zu): %8.6f", __func__,
545
syslog
(LOG_NOTICE, "%s(%s klen=%zu size=%zu): %8.6f", __func__,
574
syslog
(LOG_NOTICE, "%s(%s klen=%zu size=%zu): %8.6f", __func__,
/external/valgrind/main/none/tests/
Makefile.am
161
syslog
.vgtest
syslog
.stderr.exp \
197
syslog
\
/external/wpa_supplicant_8/src/utils/
wpa_debug.c
14
#include <
syslog
.h>
199
* output may be directed to stdout, stderr, and/or
syslog
based on
340
syslog
(syslog_priority(level), "%s - hexdump(len=%lu):%s",
/external/dropbear/
svr-main.c
85
/* Set up handlers,
syslog
, seed random */
146
/* should be done after
syslog
is working */
CHANGES
361
- Fix for compiling with --disable-
syslog
, thanks to gordonfh
525
- Made
syslog
optional, both at compile time and as a compile option
574
- Improved
syslog
messages - IP logging etc
587
-
syslog
support added - improved auth/login/failure messages
INSTALL
8
./configure (optionally with --disable-zlib or --disable-
syslog
,
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
858
syslog
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
897
syslog
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
835
syslog
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
829
syslog
/external/chromium_org/third_party/WebKit/Source/weborigin/
KnownPorts.cpp
115
601, //
syslog
-conn
/external/dhcpcd/
net.c
62
#include <
syslog
.h>
427
syslog
(LOG_ERR, "%s: up_interface: %m", ifp->name);
502
syslog
(LOG_WARNING,
513
syslog
(LOG_ERR, "%s: if_init: %m", p);
/external/iproute2/doc/
arpd.sgml
79
to <tt/
syslog
/. Effect of another signals is undefined, they may corrupt
/external/iproute2/ip/
ipmonitor.c
16
#include <
syslog
.h>
ipmroute.c
16
#include <
syslog
.h>
rtmon.c
16
#include <
syslog
.h>
/external/iproute2/lib/
ll_map.c
16
#include <
syslog
.h>
/external/iproute2/man/man8/
arpd.8
50
arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk. SIGUSR1 sends some statistics to
syslog
. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
Completed in 321 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>