/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslogtst.c | 137 closelog(); in main() 142 closelog(); in main() 196 closelog(); in main() 214 closelog(); in main() 218 closelog(); in main() 230 closelog(); in main() 239 closelog(); in main()
|
/third_party/python/Lib/test/ |
H A D | test_syslog.py | 16 syslog.closelog() 29 syslog.closelog() # Make sure log is closed 35 syslog.closelog() 36 syslog.closelog() # idempotent operation
|
H A D | audit-tests.py | 433 syslog.closelog() 440 syslog.closelog()
|
H A D | test_cgi.py | 238 self.addCleanup(cgi.closelog) 580 "logfile", "logfp", "initlog", "dolog", "nolog", "closelog", "log",
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_closelog_test.cpp | 13 * @tc.desc: Ensure that the closelog() function is correctly closing the logging system after the program has 22 closelog(); in HWTEST_F()
|
/third_party/NuttX/include/ |
H A D | syslog.h | 172 * Name: closelog 176 * The closelog() function will close any open file descriptors allocated 182 void closelog(void);
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 38 {void(*p)(void) = closelog;} in f()
|
/third_party/toybox/toys/lsb/ |
H A D | su.c | 69 closelog(); in su_main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 59 void closelog (void);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 59 void closelog (void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 59 void closelog (void);
|
/third_party/musl/include/ |
H A D | syslog.h | 59 void closelog (void);
|
/third_party/toybox/toys/posix/ |
H A D | logger.c | 94 closelog(); in logger_main()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 42 void closelog(void) in closelog() function
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 43 void closelog(void) in closelog() function
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 360 closelog(); in main()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 37 - Potential resource leak of o_ident, now cleaned up in closelog() 225 if (PySys_Audit("syslog.closelog", NULL) < 0) { in syslog_closelog() 229 closelog(); in syslog_closelog() 276 {"closelog", syslog_closelog, METH_NOARGS},
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.c | 487 closelog(); in main()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_log.c | 407 closelog(); in xcloselog()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_log.c | 407 closelog(); in xcloselog()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.c | 104 closelog(); in wpa_debug_close_syslog()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 412 closelog(); in hostapd_global_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 405 closelog(); in hostapd_global_deinit()
|
/third_party/python/Lib/ |
H A D | cgi.py | 110 def closelog(): function
|
/third_party/backends/frontend/ |
H A D | saned.c | 487 closelog (); in quit() 2402 closelog();
|