Searched defs:destination (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/bin/tools/
H A Dnamed-journalprint.c31 isc_logdestination_t destination; local
40 destination.file.stream = errout;
41 destination.file.name = NULL;
42 destination.file.versions = ISC_LOG_ROLLNEVER;
43 destination.file.maximum_size = 0;
47 &destination, 0) == ISC_R_SUCCESS);
/bind-9.11.3/bin/named/
H A Dlog.c111 isc_logdestination_t destination; local
119 destination.file.stream = NULL;
120 destination.file.name = "named.run";
121 destination.file.versions = ISC_LOG_ROLLNEVER;
122 destination.file.maximum_size = 0;
126 &destination,
134 destination.file.stream = NULL;
135 destination.file.name = ns_g_logfile;
136 destination.file.versions = ISC_LOG_ROLLNEVER;
137 destination
172 isc_logdestination_t destination; local
[all...]
/bind-9.11.3/lib/isc/tests/
H A Disctest.c103 isc_logdestination_t destination; local
110 destination.file.stream = logfile;
111 destination.file.name = NULL;
112 destination.file.versions = ISC_LOG_ROLLNEVER;
113 destination.file.maximum_size = 0;
117 &destination, 0));
/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c65 isc_logdestination_t destination; local
72 destination.file.stream = stderr;
73 destination.file.name = NULL;
74 destination.file.versions = ISC_LOG_ROLLNEVER;
75 destination.file.maximum_size = 0;
79 &destination, 0));
/bind-9.11.3/bin/tests/
H A Dcfg_test.c61 isc_logdestination_t destination; local
79 destination.file.stream = stderr;
80 destination.file.name = NULL;
81 destination.file.versions = ISC_LOG_ROLLNEVER;
82 destination.file.maximum_size = 0;
86 &destination, ISC_LOG_PRINTTIME);
H A Dlog_test.c47 isc_logdestination_t destination; local
141 destination.file.name = TEST_FILE;
142 destination.file.maximum_size = 1;
143 destination.file.versions = file_versions;
146 ISC_LOG_INFO, &destination,
156 destination.file.stream = stderr;
159 ISC_LOG_DYNAMIC, &destination,
H A Dmakejournal.c84 isc_logdestination_t destination; local
113 destination.file.stream = stderr;
114 destination.file.name = NULL;
115 destination.file.versions = ISC_LOG_ROLLNEVER;
116 destination.file.maximum_size = 0;
119 &destination, 0));
H A Dadb_test.c281 isc_logdestination_t destination; local
320 destination.file.stream = stderr;
321 destination.file.name = NULL;
322 destination.file.versions = ISC_LOG_ROLLNEVER;
323 destination.file.maximum_size = 0;
327 &destination, ISC_LOG_PRINTTIME);
H A Dbyname_test.c54 isc_logdestination_t destination; local
68 destination.file.stream = stderr;
69 destination.file.name = NULL;
70 destination.file.versions = ISC_LOG_ROLLNEVER;
71 destination.file.maximum_size = 0;
76 &destination, flags) ==
/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dbigkey.c132 isc_logdestination_t destination; variable
194 destination.file.stream = stderr;
195 destination.file.name = NULL;
196 destination.file.versions = ISC_LOG_ROLLNEVER;
197 destination.file.maximum_size = 0;
201 &destination,
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils.cpp42 atf::utils::copy_file(const std::string& source, const std::string& destination) argument
44 atf_utils_copy_file(source.c_str(), destination.c_str());
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils.c169 * \param destination Path to the destination file. */
171 atf_utils_copy_file(const char *source, const char *destination) argument
177 const int output = open(destination, O_WRONLY | O_CREAT | O_TRUNC, 0777);
178 ATF_REQUIRE_MSG(output != -1, "Failed to open destination file during "
179 "copy (%s)", destination);
185 "Failed to write to %s during copy", destination); local
192 "Failed to chmod destination file %s during copy",
193 destination); local
/bind-9.11.3/lib/dns/tests/
H A Ddnstest.c127 isc_logdestination_t destination; local
136 destination.file.stream = logfile;
137 destination.file.name = NULL;
138 destination.file.versions = ISC_LOG_ROLLNEVER;
139 destination.file.maximum_size = 0;
143 &destination, 0));
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c448 isc_logdestination_t destination; local
468 destination.file.stream = stderr;
469 destination.file.name = NULL;
470 destination.file.versions = ISC_LOG_ROLLNEVER;
471 destination.file.maximum_size = 0;
475 &destination, ISC_LOG_PRINTTIME));
/bind-9.11.3/bin/check/
H A Dcheck-tool.c556 isc_logdestination_t destination; local
567 destination.file.stream = errout;
568 destination.file.name = NULL;
569 destination.file.versions = ISC_LOG_ROLLNEVER;
570 destination.file.maximum_size = 0;
574 &destination, 0) == ISC_R_SUCCESS);
/bind-9.11.3/lib/isc/
H A Dlog.c67 isc_logdestination_t destination; member in struct:isc_logchannel
240 #define FACILITY(channel) (channel->destination.facility)
241 #define FILE_NAME(channel) (channel->destination.file.name)
242 #define FILE_STREAM(channel) (channel->destination.file.stream)
243 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
244 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
245 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
322 isc_logdestination_t destination; local
358 destination.facility = LOG_DAEMON;
361 &destination,
692 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp105 int destination; member in struct:_filedata
718 // destination: TBEW
750 entry.destination = FileData::TargetDir;
753 entry.destination = FileData::BinDir;
756 entry.destination = FileData::EtcDir;
759 entry.destination = FileData::WinSystem;
814 destFile = DestDir(fd->destination) + "\\" + fd->filename;
863 destFile = DestDir(fd->destination) + "\\" + fd->filename;
1577 CString CBINDInstallDlg::DestDir(int destination) { argument
1578 switch(destination) {
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c266 isc_logdestination_t destination; local
280 destination.file.stream = errout;
281 destination.file.name = NULL;
282 destination.file.versions = ISC_LOG_ROLLNEVER;
283 destination.file.maximum_size = 0;
287 &destination, ISC_LOG_PRINTPREFIX);
306 &destination,
322 &destination,
338 &destination,
888 /* Set destination por
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c151 isc_logdestination_t destination; local
187 destination.file.stream = stderr;
188 destination.file.name = NULL;
189 destination.file.versions = ISC_LOG_ROLLNEVER;
190 destination.file.maximum_size = 0;
194 &destination,

Completed in 39 milliseconds