Searched refs:new_S_ident_o (Results 1 – 2 of 2) sorted by relevance
114 PyObject *new_S_ident_o = NULL; in syslog_openlog() local118 "|Sll:openlog", keywords, &new_S_ident_o, &logopt, &facility)) in syslog_openlog()121 if (new_S_ident_o) { Py_INCREF(new_S_ident_o); } in syslog_openlog()124 if (!new_S_ident_o) { in syslog_openlog()125 new_S_ident_o = syslog_get_argv(); in syslog_openlog()129 S_ident_o = new_S_ident_o; in syslog_openlog()
117 PyObject *new_S_ident_o = NULL; in syslog_openlog() local122 "|Ull:openlog", keywords, &new_S_ident_o, &logopt, &facility)) in syslog_openlog()125 if (new_S_ident_o) { in syslog_openlog()126 Py_INCREF(new_S_ident_o); in syslog_openlog()130 if (!new_S_ident_o) { in syslog_openlog()131 new_S_ident_o = syslog_get_argv(); in syslog_openlog()135 S_ident_o = new_S_ident_o; in syslog_openlog()