Searched refs:logopt (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Modules/ |
D | syslogmodule.c | 112 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/ |
D | syslogmodule.c | 115 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/ |
D | syslog.h | 16 void openlog(const char *ident, int logopt, int facility);
|
/external/fio/os/windows/ |
D | posix.c | 389 void openlog(const char *ident, int logopt, int facility) in openlog() argument
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 347 /* extern openlog (const char * name, int logopt, int facility); */
|