Home
last modified time | relevance | path

Searched refs:syslog_openlog (Results 1 – 3 of 3) 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
190 PyObject *openlog_ret = syslog_openlog(self, openargs, NULL); in syslog_syslog()
255 …{"openlog", (PyCFunction)(void(*)(void)) syslog_openlog, METH_VARARGS | METH_KEY…
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv376 Modules/syslogmodule.c syslog_openlog keywords -