Home
last modified time | relevance | path

Searched refs:logopt (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dsyslogmodule.c112 long logopt = 0; in syslog_openlog() local
118 "|Sll:openlog", keywords, &new_S_ident_o, &logopt, &facility)) in syslog_openlog()
136 openlog(S_ident_o ? PyString_AsString(S_ident_o) : NULL, logopt, facility); in syslog_openlog()
/external/python/cpython3/Modules/
Dsyslogmodule.c115 long logopt = 0; in syslog_openlog() local
122 "|Ull:openlog", keywords, &new_S_ident_o, &logopt, &facility)) in syslog_openlog()
147 openlog(ident, logopt, facility); in syslog_openlog()
/external/fio/os/windows/posix/include/
Dsyslog.h16 void openlog(const char *ident, int logopt, int facility);
/external/fio/os/windows/
Dposix.c389 void openlog(const char *ident, int logopt, int facility) in openlog() argument
/external/e2fsprogs/lib/et/
Dcom_err.texinfo347 /* extern openlog (const char * name, int logopt, int facility); */