/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/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. 37 .. function:: openlog([ident[, logoption[, facility]]]) 40 :func:`openlog`. :func:`syslog` will call :func:`openlog` with no arguments 50 .. audit-event:: syslog.openlog ident,logoption,facility syslog.openlog 63 example, :func:`openlog` will be called on the first :func:`syslog` call (if 64 :func:`openlog` hasn't already been called), and *ident* and other 65 :func:`openlog` parameters are reset to defaults. 119 syslog.openlog(logoption=syslog.LOG_PID, facility=syslog.LOG_MAIL)
|
/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/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/crosvm/sys_util/src/linux/ |
D | syslog.rs | 16 closelog, fcntl, localtime_r, openlog, time, time_t, tm, F_GETFD, LOG_NDELAY, LOG_PERROR, 135 openlog(null(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in openlog_and_get_socket()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched.h | 53 int openlog (char *);
|
D | sched.c | 54 int openlog(char *filename)
|
/external/igt-gpu-tools/tools/ |
D | intel_forcewaked.c | 79 openlog(argv[0], LOG_CONS | LOG_PID, LOG_USER); in main()
|
/external/llvm-project/libcxxabi/src/ |
D | abort_message.cpp | 67 openlog("libc++abi", 0, 0); in abort_message()
|
/external/libcxxabi/src/ |
D | abort_message.cpp | 66 openlog("libc++abi", 0, 0); in abort_message()
|
/external/autotest/client/site_tests/platform_LogDupSuppression/ |
D | platform_LogDupSuppression.py | 25 syslog.openlog('spam')
|
/external/libchromeos-rs/src/ |
D | syslog.rs | 58 libc::openlog( in init()
|
/external/toybox/toys/pending/ |
D | klogd.c | 80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger.. in klogd_main()
|
/external/libchrome/base/ |
D | syslog_logging.cc | 94 openlog(kEventSource, LOG_NOWAIT | LOG_PID, LOG_USER); in ~EventLogMessage()
|
/external/toybox/toys/posix/ |
D | logger.c | 87 openlog(TT.t, LOG_PERROR*FLAG(s), facility); in logger_main()
|
/external/openssh/ |
D | log.c | 333 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in log_init() 474 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in do_log()
|
/external/kmod/tools/ |
D | log.c | 104 openlog(program_invocation_short_name, LOG_CONS, LOG_DAEMON); in log_open()
|
/external/libbrillo/brillo/ |
D | syslog_logging.cc | 109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
|
/external/libpcap/rpcapd/ |
D | log.c | 183 openlog("rpcapd", LOG_PID, LOG_DAEMON); in rpcapd_vlog_systemlog()
|
/external/toybox/toys/other/ |
D | login.c | 48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 125 void openlog(const char *, int, int);
|