#include <isc/lang.h>
#include <isc/types.h>
Go to the source code of this file.
Defines | |
#define | ISC_SYSLOG_H 1 |
Functions | |
ISC_LANG_BEGINDECLS isc_result_t | isc_syslog_facilityfromstring (const char *str, int *facilityp) |
Convert 'str' to the appropriate syslog facility constant. |
Definition in file syslog.h.
ISC_LANG_BEGINDECLS isc_result_t isc_syslog_facilityfromstring | ( | const char * | str, | |
int * | facilityp | |||
) |
Convert 'str' to the appropriate syslog facility constant.
Requires:
Definition at line 70 of file syslog.c.
References facilities, ISC_R_NOTFOUND, ISC_R_SUCCESS, REQUIRE, dsn_c_pvt_sfnt::strval, and dsn_c_pvt_sfnt::val.
Referenced by channel_fromconf().