Searched refs:ISC_LOG_TOFILE (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlog.c134 ISC_LOG_TOFILE,
H A Dlogconf.c145 type = ISC_LOG_TOFILE;
223 if (result == ISC_R_SUCCESS && type == ISC_LOG_TOFILE) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dlog.c527 if (channel->type == ISC_LOG_TOFILE) {
714 REQUIRE(type == ISC_LOG_TOSYSLOG || type == ISC_LOG_TOFILE ||
745 case ISC_LOG_TOFILE:
970 if (channel->type == ISC_LOG_TOFILE &&
1044 if (channel->type == ISC_LOG_TOFILE &&
1158 REQUIRE(channel->type == ISC_LOG_TOFILE);
1327 REQUIRE(channel->type == ISC_LOG_TOFILE);
1655 case ISC_LOG_TOFILE:
1721 INSIST(channel->type == ISC_LOG_TOFILE);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dlog.c527 if (channel->type == ISC_LOG_TOFILE) {
714 REQUIRE(type == ISC_LOG_TOSYSLOG || type == ISC_LOG_TOFILE ||
745 case ISC_LOG_TOFILE:
970 if (channel->type == ISC_LOG_TOFILE &&
1044 if (channel->type == ISC_LOG_TOFILE &&
1158 REQUIRE(channel->type == ISC_LOG_TOFILE);
1327 REQUIRE(channel->type == ISC_LOG_TOFILE);
1655 case ISC_LOG_TOFILE:
1721 INSIST(channel->type == ISC_LOG_TOFILE);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dlog.h60 #define ISC_LOG_TOFILE 3 macro
114 * When defining an #ISC_LOG_TOFILE
122 FILE *stream; /*%< Initialized to NULL for #ISC_LOG_TOFILE. */
442 *\li type is #ISC_LOG_TOSYSLOG, #ISC_LOG_TOFILE, #ISC_LOG_TOFILEDESC or
850 * Close all open files used by #ISC_LOG_TOFILE channels.
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlog.h60 #define ISC_LOG_TOFILE 3 macro
114 * When defining an #ISC_LOG_TOFILE
122 FILE *stream; /*%< Initialized to NULL for #ISC_LOG_TOFILE. */
442 *\li type is #ISC_LOG_TOSYSLOG, #ISC_LOG_TOFILE, #ISC_LOG_TOFILEDESC or
850 * Close all open files used by #ISC_LOG_TOFILE channels.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dlog_test.c155 CHECK(isc_log_createchannel(lcfg, "file_test", ISC_LOG_TOFILE,

Completed in 86 milliseconds