HomeSort by relevance Sort by last modified time
    Searched refs:LOG_USER (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/chromium_org/remoting/host/
host_event_logger_posix.cc 15 // Included here, since the #define for LOG_USER in syslog.h conflicts with the
59 openlog(application_name_.c_str(), 0, LOG_USER);
102 syslog(LOG_USER | LOG_NOTICE, "%s", message.c_str());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /external/iputils/ninfod/
ninfod.c 424 openlog(NINFOD, 0, LOG_USER);
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 348 PHPBN2(LOG_USER);
  /external/dnsmasq/src/
dnsmasq.h 197 #define MS_TFTP LOG_USER
option.c 33 { "user", LOG_USER },
    [all...]
  /external/fio/
server.c     [all...]

Completed in 390 milliseconds

1 2 34