/external/ltp/testcases/kernel/fs/fs-bench/ |
D | random-access.c | 14 int openlog[2] = { 0, 0 }; variable 60 printf("Success:\t%d\nFail:\t%d\n", openlog[SUCCESS], openlog[FAIL]); in main() 72 openlog[FAIL]++; in open_read_close() 76 openlog[SUCCESS]++; in open_read_close() 80 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS], in open_read_close() 81 openlog[FAIL]); in open_read_close() 87 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS], in open_read_close() 88 openlog[FAIL]); in open_read_close()
|
D | random-del-create.c | 14 int openlog[2] = { 0, 0 }; variable
|
D | random-access-del-create.c | 14 int openlog[2] = { 0, 0 }; variable
|
/external/python/cpython3/Lib/test/ |
D | test_syslog.py | 13 syslog.openlog('python') 15 self.assertRaises(UnicodeEncodeError, syslog.openlog, '\uD800') 18 syslog.openlog('python') 23 syslog.openlog('python') 36 syslog.openlog()
|
/external/python/cpython2/Doc/library/ |
D | syslog.rst | 28 value given in the :func:`openlog` call is used. 30 If :func:`openlog` has not been called prior to the call to :func:`syslog`, 31 ``openlog()`` will be called with no arguments. 34 .. function:: openlog([ident[, logoption[, facility]]]) 37 :func:`openlog`. :func:`syslog` will call :func:`openlog` with no arguments 53 example, :func:`openlog` will be called on the first :func:`syslog` call (if 54 :func:`openlog` hasn't already been called), and *ident* and other 55 :func:`openlog` parameters are reset to defaults. 103 syslog.openlog(logoption=syslog.LOG_PID, facility=syslog.LOG_MAIL)
|
/external/python/cpython3/Doc/library/ |
D | syslog.rst | 29 value given in the :func:`openlog` call is used. 31 If :func:`openlog` has not been called prior to the call to :func:`syslog`, 32 ``openlog()`` will be called with no arguments. 35 .. function:: openlog([ident[, logoption[, facility]]]) 38 :func:`openlog`. :func:`syslog` will call :func:`openlog` with no arguments 59 example, :func:`openlog` will be called on the first :func:`syslog` call (if 60 :func:`openlog` hasn't already been called), and *ident* and other 61 :func:`openlog` parameters are reset to defaults. 111 syslog.openlog(logoption=syslog.LOG_PID, facility=syslog.LOG_MAIL)
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 41 int openlog[2] = { 0, 0 }; variable 532 printf("Success:\t%d\nFail:\t%d\n", openlog[SUCCESS], openlog[FAIL]); in do_random_access_test() 543 openlog[FAIL]++; in open_read_close() 549 openlog[FAIL]++; in open_read_close() 554 openlog[SUCCESS]++; in open_read_close() 559 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS], in open_read_close() 560 openlog[FAIL]); in open_read_close() 569 openlog[SUCCESS], openlog[FAIL]); in open_read_close() 579 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS], in open_read_close() 580 openlog[FAIL]); in open_read_close()
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 135 openlog("SYSLOG_CASE3", LOG_PID, LOG_DAEMON); in main() 140 openlog("log_pid_test", LOG_PID, LOG_USER); in main() 145 openlog("log_cons_test", LOG_CONS, LOG_USER); in main() 199 openlog("without log_ndelay", LOG_PID, LOG_USER); in main() 220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
|
/external/ltp/testcases/network/multicast/mc_gethost/ |
D | mc_gethost.c | 42 openlog(prog, LOG_PERROR, LOG_USER); in main() 44 openlog(prog, LOG_PERROR); in main()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched.h | 53 int openlog (char *);
|
D | sched.c | 54 int openlog(char *filename)
|
/external/libcxxabi/src/ |
D | abort_message.cpp | 66 openlog("libc++abi", 0, 0); in abort_message()
|
/external/libdaemon/libdaemon/ |
D | dlog.c | 57 openlog(daemon_log_ident ? daemon_log_ident : "UNKNOWN", LOG_PID, LOG_DAEMON); in daemon_logv()
|
/external/autotest/client/site_tests/platform_LogDupSuppression/ |
D | platform_LogDupSuppression.py | 25 syslog.openlog('spam')
|
/external/openssh/ |
D | log.c | 338 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in log_init() 465 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in do_log()
|
/external/toybox/toys/pending/ |
D | klogd.c | 80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger.. in klogd_main()
|
/external/kmod/tools/ |
D | log.c | 104 openlog(program_invocation_short_name, LOG_CONS, LOG_DAEMON); in log_open()
|
/external/toybox/toys/posix/ |
D | logger.c | 92 openlog(TT.t, LOG_PERROR*!!(toys.optflags&FLAG_s), facility); in logger_main()
|
/external/libbrillo/brillo/ |
D | syslog_logging.cc | 109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
|
/external/toybox/toys/other/ |
D | login.c | 48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 124 void openlog(const char *, int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 125 void openlog(const char *, int, int);
|
/external/ipsec-tools/src/racoon/ |
D | plog.c | 229 openlog(pname, LOG_NDELAY, LOG_DAEMON); in ploginit()
|
/external/autotest/client/tools/ |
D | crash_handler.py | 186 syslog.openlog('AutotestCrashHandler', 0, syslog.LOG_DAEMON)
|
/external/libcap/pam_cap/ |
D | pam_cap.c | 205 openlog("pam_cap", LOG_CONS|LOG_PID, LOG_AUTH); in _pam_log()
|