Home
last modified time | relevance | path

Searched refs:syslog_openlog (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dsyslogmodule.c110 syslog_openlog(PyObject * self, PyObject * args, PyObject *kwds) in syslog_openlog() function
167 PyObject *openlog_ret = syslog_openlog(self, openargs, NULL); in syslog_syslog()
229 {"openlog", (PyCFunction) syslog_openlog, METH_VARARGS | METH_KEYWORDS},
/external/python/cpython3/Modules/
Dsyslogmodule.c113 syslog_openlog(PyObject * self, PyObject * args, PyObject *kwds) in syslog_openlog() function
182 PyObject *openlog_ret = syslog_openlog(self, openargs, NULL); in syslog_syslog()
241 {"openlog", (PyCFunction) syslog_openlog, METH_VARARGS | METH_KEYWORDS},