Home
last modified time | relevance | path

Searched refs:__openlog (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c54 static void __openlog() in __openlog() function
77 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
100 if (log_fd < 0) __openlog(); in _vsyslog()
/third_party/musl/src/misc/
H A Dsyslog.c55 static void __openlog() in __openlog() function
78 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
101 if (log_fd < 0) __openlog(); in _vsyslog()

Completed in 1 milliseconds