HomeSort by relevance Sort by last modified time
    Searched refs:LOG_PERROR (Results 1 - 18 of 18) sorted by null

  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 20 #ifndef LOG_PERROR
21 #define LOG_PERROR 0
44 openlog(prog, LOG_PERROR, LOG_USER);
46 openlog(prog, LOG_PERROR);
  /bionic/libc/include/
syslog.h 87 #define LOG_PERROR 0x20
  /external/mdnsresponder/mDNSShared/
mDNSDebug.c 33 #define LOG_PERROR 0x20
  /external/toybox/toys/posix/
logger.c 93 openlog(TT.ident, LOG_PERROR*!!(toys.optflags&FLAG_s), facility);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 167 #define LOG_PERROR 0x20 /* log to stderr as well */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 167 #define LOG_PERROR 0x20 /* log to stderr as well */
  /external/python/cpython2/Modules/
syslogmodule.c 269 #ifdef LOG_PERROR
270 PyModule_AddIntConstant(m, "LOG_PERROR", LOG_PERROR);
  /external/python/cpython3/Modules/
syslogmodule.c 299 #ifdef LOG_PERROR
300 PyModule_AddIntMacro(m, LOG_PERROR);
  /external/dhcpcd-6.8.2/
common.h 172 #define logger_open(ctx) openlog(PACKAGE, LOG_PERROR | LOG_PID, LOG_DAEMON)
common.c 164 openlog(PACKAGE, LOG_PID | LOG_PERROR, LOG_DAEMON);
  /external/adhd/cras/src/tests/
cras_monitor.c 252 openlog("cras_monitor", LOG_PERROR, LOG_USER);
observer_unittest.cc 623 openlog(NULL, LOG_PERROR, LOG_USER);
alsa_card_unittest.cc     [all...]
alsa_jack_unittest.cc     [all...]
alsa_ucm_unittest.cc     [all...]
alsa_mixer_unittest.cc     [all...]
alsa_io_unittest.cc     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 371 PHPBN2(LOG_PERROR);

Completed in 607 milliseconds