Searched defs:second (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | several_tcs_helper.c | 41 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);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | time.c | 135 int year, month, day, hour, minute, second; local 157 &year, &month, &day, &hour, &minute, &second) != 6) 166 RANGE(0, 60, second); /* 60 == leap second. */ 172 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.cpp | 60 oss << "LONELY PARSE ERROR: " << first << ": " << second; local 71 return atf::text::to_string(first) + ": " + second; 208 return (*iter).second; 287 PRE((*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;
|
Completed in 19 milliseconds