Searched defs:openlog (Results 1 - 9 of 9) sorted by relevance
| /third_party/ltp/testcases/kernel/fs/fs-bench/ |
| H A D | random-access.c | 14 int openlog[2] = { 0, 0 }; variable
|
| H A D | random-del-create.c | 14 int openlog[2] = { 0, 0 }; variable
|
| H A D | random-access-del-create.c | 14 int openlog[2] = { 0, 0 }; variable
|
| /third_party/musl/porting/liteos_a/user/src/misc/ |
| H A D | syslog.c | 60 void openlog(const char *ident, int opt, int facility) in openlog() function
|
| /third_party/musl/src/misc/ |
| H A D | syslog.c | 62 void openlog(const char *ident, int opt, int facility) in openlog() function
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
| H A D | main.c | 41 static int openlog[2] = { 0, 0 }; variable [all...] |
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 1388 pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); in openlog() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1274 pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); in openlog() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3850 pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); in openlog() functions
|
Completed in 21 milliseconds