option 251 nosyscallsreal.c void _real_openlog (const char *ident, int option, int facility) option 253 nosyscallsreal.c REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility); option 77 plugin/ipc/socket/socketconnection.cpp void SocketConnection::addSetsockopt(int level, int option, option 80 plugin/ipc/socket/socketconnection.cpp _sockOptions[level][option] = jalib::JBuffer(value, len); option 55 plugin/ipc/socket/socketconnection.h void addSetsockopt(int level, int option, const char* value, int len); option 701 syscallsreal.c void _real_openlog (const char *ident, int option, int facility) option 703 syscallsreal.c REAL_FUNC_PASSTHROUGH_VOID (openlog) (ident,option,facility); option 342 syscallwrappers.h void _real_openlog (const char *ident, int option, int facility); option 93 syslogwrappers.cpp extern "C" void openlog ( const char *ident, int option, int facility ) option 97 syslogwrappers.cpp _real_openlog ( ident, option, facility ); option 104 syslogwrappers.cpp _option = option;