Searched defs:second (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dseveral_tcs_helper.c41 ATF_TC_WITH_CLEANUP(second); variable
42 ATF_TC_HEAD(second, tc)
48 ATF_TC_BODY(second, tc)
51 ATF_TC_CLEANUP(second, tc)
63 ATF_TP_ADD_TC(tp, second);
H A Dparser.cpp60 oss << "LONELY PARSE ERROR: " << first << ": " << second; local
71 return tools::text::to_string(first) + ": " + second;
208 return (*iter).second;
287 assert((*iter).second.find('\"') == std::string::npos);
288 line += "; " + (*iter).first + "=\"" + (*iter).second + "\"";
353 header::write(os, (*ct).second);
357 header::write(os, (*iter).second);
372 const header_entry& he = (*iter).second;
/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c42 isc_boolean_t second; member in struct:__anon197
144 ISC_TRUE, ecs[pass].second);
158 ISC_TRUE, ecs[pass].second);
172 ISC_FALSE, ecs[pass].second);
186 ISC_FALSE, ecs[pass].second);
276 ISC_TRUE, ecs[pass].second);
290 ISC_FALSE, ecs[pass].second);
296 if (!ecs[pass].first && !ecs[pass].second) {
301 } else if (ecs[pass].first && !ecs[pass].second) {
306 } else if (!ecs[pass].first && ecs[pass].second) {
[all...]
/bind-9.11.3/lib/dns/
H A Dtime.c126 int year, month, day, hour, minute, second; local
148 &year, &month, &day, &hour, &minute, &second) != 6)
165 RANGE(0, 60, second); /* 60 == leap second. */
171 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);

Completed in 607 milliseconds