/bind-9.6-ESV-R11/lib/isc/ |
H A D | inet_ntop.c | 120 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp; local 159 tp = tmp; 165 *tp++ = ':'; 170 *tp++ = ':'; 175 if (!inet_ntop4(src+12, tp, 176 sizeof(tmp) - (tp - tmp))) 178 tp += strlen(tp); 181 tp += sprintf(tp, " [all...] |
H A D | inet_pton.c | 85 unsigned char tmp[NS_INADDRSZ], *tp; local 89 *(tp = tmp) = 0; 94 unsigned int new = *tp * 10 + (pch - digits); 96 if (saw_digit && *tp == 0) 100 *tp = new; 109 *++tp = 0; 137 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local 142 memset((tp = tmp), '\0', NS_IN6ADDRSZ); 143 endp = tp + NS_IN6ADDRSZ; 169 colonp = tp; [all...] |
H A D | print.c | 425 const char *tp; local 429 tp = cp; 430 while (n != 0 && *tp != '\0') 431 n--, tp++;
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwinetntop.c | 117 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp; local 158 tp = tmp; 164 *tp++ = ':'; 169 *tp++ = ':'; 173 if (!inet_ntop4(src+12, tp, 174 sizeof(tmp) - (tp - tmp))) 176 tp += strlen(tp); 179 tp += sprintf(tp, " [all...] |
H A D | lwinetpton.c | 84 unsigned char tmp[NS_INADDRSZ], *tp; local 88 *(tp = tmp) = 0; 93 unsigned int new = *tp * 10 + (pch - digits); 97 *tp = new; 108 * *++tp = 0; 110 tp++; 111 *tp = 0; 139 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local 144 memset((tp = tmp), '\0', NS_IN6ADDRSZ); 145 endp = tp [all...] |
H A D | print.c | 362 const char *tp; local 366 tp = cp; 367 while (n != 0U && *tp != '\0') 368 n--, tp++;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tp.c | 37 #include "atf-c/tp.h" 54 find_tc(const atf_tp_t *tp, const char *ident) argument 60 atf_list_for_each_c(iter, &tp->pimpl->m_tcs) { 80 atf_tp_init(atf_tp_t *tp, const char *const *config) argument 86 tp->pimpl = malloc(sizeof(struct atf_tp_impl)); 87 if (tp->pimpl == NULL) 90 err = atf_list_init(&tp->pimpl->m_tcs); 94 err = atf_map_init_charpp(&tp->pimpl->m_config, config); 96 atf_list_fini(&tp->pimpl->m_tcs); 106 atf_tp_fini(atf_tp_t *tp) argument 126 atf_tp_get_config(const atf_tp_t *tp) argument 132 atf_tp_has_tc(const atf_tp_t *tp, const char *id) argument 139 atf_tp_get_tc(const atf_tp_t *tp, const char *id) argument 147 atf_tp_get_tcs(const atf_tp_t *tp) argument 180 atf_tp_add_tc(atf_tp_t *tp, atf_tc_t *tc) argument 198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument 209 atf_tp_cleanup(const atf_tp_t *tp, const char *tcname) argument [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | diff.c | 59 dns_rdata_t *rdata, dns_difftuple_t **tp) 65 REQUIRE(tp != NULL && *tp == NULL); 101 *tp = t; 106 dns_difftuple_free(dns_difftuple_t **tp) { argument 107 dns_difftuple_t *t = *tp; 112 *tp = NULL; 57 dns_difftuple_create(isc_mem_t *mctx, dns_diffop_t op, dns_name_t *name, dns_ttl_t ttl, dns_rdata_t *rdata, dns_difftuple_t **tp) argument
|
H A D | journal.c | 134 dns_diffop_t op, dns_difftuple_t **tp) 162 &rdata, tp); 133 dns_db_createsoatuple(dns_db_t *db, dns_dbversion_t *ver, isc_mem_t *mctx, dns_diffop_t op, dns_difftuple_t **tp) argument
|
H A D | rdata.c | 239 unsigned char *tp = tmp, *endp; local 244 memset(tp, '\0', NS_LOCATORSZ); 245 endp = tp + NS_LOCATORSZ; 264 if (tp + NS_INT16SZ > endp) 266 *tp++ = (unsigned char) (val >> 8) & 0xff; 267 *tp++ = (unsigned char) val & 0xff; 275 if (tp + NS_INT16SZ > endp) 277 *tp++ = (unsigned char) (val >> 8) & 0xff; 278 *tp++ = (unsigned char) val & 0xff; 280 if (tp ! 1116 char *tp; local 1260 char *tp; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 122 dump_stacktrace(const atf::fs::path& tp, const atf::process::status& s, argument 130 (tp.leaf_name().substr(0, max_core_name_length) + ".core"); 139 "-q", "-ex", "bt", tp.c_str(), 222 atf_run::run_test(const atf::fs::path& tp, argument 226 atf::fs::file_info fi(tp); 230 errcode = run_test_directory(tp, w); 235 errcode = run_test_program(tp, w, effective_config); 241 atf_run::run_test_directory(const atf::fs::path& tp, argument 244 impl::atffile af = impl::read_atffile(tp / "Atffile"); 257 const bool result = run_test(tp / *ite 371 run_test_program(const atf::fs::path& tp, impl::atf_tps_writer& w, const atf::tests::vars_map& config) argument [all...] |
H A D | test-program.cpp | 311 // The input 'tp' parameter may be relative and become invalid once 494 "application/X-atf-tp", 1); 592 impl::atf_tps_writer::start_tp(const std::string& tp, size_t ntcs) argument 594 m_tpname = tp; 595 m_os << "tp-start: " << generate_timestamp() << ", " << tp << ", " 605 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname << "\n"; 607 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 86 "application/X-atf-tp", ct_attrs); 388 // The "tp" class. 391 class tp : public atf::application::app { class in inherits:atf::application::app 428 tp(void (*)(tc_vector&)); 429 ~tp(void); 434 const char* tp::m_description = 437 tp::tp(void (*add_tcs)(tc_vector&)) : function in class:tp 446 tp::~tp(voi [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | tp_main.c | 43 #include "atf-c/tp.h" 254 list_tcs(const atf_tp_t *tp) argument 259 printf("Content-Type: application/X-atf-tp; version=\"1\"\n\n"); 261 tcs = atf_tp_get_tcs(tp); 488 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode) argument 494 if (!atf_tp_has_tc(tp, p->m_tcname)) { 509 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile)); 521 err = atf_tp_cleanup(tp, p->m_tcname); 549 atf_tp_t tp; local 565 err = atf_tp_init(&tp, (cons [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 152 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, " 155 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n"; 157 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n"; 224 write_tp_start(const std::string& tp, size_t ntcs) argument 229 m_tpname = tp; 231 (*m_os) << format_text(tp + " (" + to_string(m_curtp) + 425 write_tp_start(const std::string& tp, argument 428 (*m_os) << "<tp id=\"" << attrval(tp) << "\">\n"; 436 (*m_os) << "<tp 531 got_tp_start(const std::string& tp, size_t ntcs) argument [all...] |