Home
last modified time | relevance | path

Searched refs:openlog (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_ext_syslog.h33 PHP_FUNCTION(openlog);
H A Dsyslog.c128 openlog(ident, option, facility); in php_openlog()
139 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
H A Dbasic_functions.c3298 PHP_FE(openlog, arginfo_openlog)
/PHP-7.4/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-7.4/win32/
H A Dwsyslog.c100 openlog("php", LOG_PID, LOG_SYSLOG); in vsyslog()
146 void openlog(const char *ident, int logopt, int facility) in openlog() function
H A Dsyslog.h72 extern void openlog(const char *, int, int);

Completed in 39 milliseconds