ident             251 nosyscallsreal.c void _real_openlog (const char *ident, int option, int facility)
ident             253 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility);
ident             701 syscallsreal.c void _real_openlog (const char *ident, int option, int facility)
ident             703 syscallsreal.c   REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility);
ident             342 syscallwrappers.h   void _real_openlog (const char *ident, int option, int facility);
ident              93 syslogwrappers.cpp extern "C" void openlog ( const char *ident, int option, int facility )
ident              96 syslogwrappers.cpp   JTRACE ( "openlog" ) ( ident );
ident              97 syslogwrappers.cpp   _real_openlog ( ident, option, facility );
ident             100 syslogwrappers.cpp   _identIsNotNULL = (ident != NULL);
ident             101 syslogwrappers.cpp   if (ident != NULL) {
ident             102 syslogwrappers.cpp     _ident() = ident;