facility 251 nosyscallsreal.c void _real_openlog (const char *ident, int option, int facility) facility 253 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility); facility 701 syscallsreal.c void _real_openlog (const char *ident, int option, int facility) facility 703 syscallsreal.c REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility); facility 342 syscallwrappers.h void _real_openlog (const char *ident, int option, int facility); facility 93 syslogwrappers.cpp extern "C" void openlog ( const char *ident, int option, int facility ) facility 97 syslogwrappers.cpp _real_openlog ( ident, option, facility ); facility 105 syslogwrappers.cpp _facility = facility;