Searched refs:syslog_openlog (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | syslogmodule.c | 110 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/ |
D | syslogmodule.c | 113 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},
|