/bind-9.6-ESV-R11/lib/lwres/ |
H A D | print.c | 85 const char *head; local 116 head = ""; 236 head = "-"; 240 head = "+"; 242 head = " "; 244 head = ""; 283 head = "0x"; 299 head = "0X"; 315 zeropad - strlen(head); 320 count += strlen(head) [all...] |
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_postgres_driver.c | 208 dbinstance_t *head; local 212 head = dbi = ISC_LIST_HEAD(*dblist); 226 dbi = head;
|
H A D | dlz_ldap_driver.c | 297 dbinstance_t *head; local 301 head = dbi = ISC_LIST_HEAD(*dblist); 315 dbi = head;
|
H A D | dlz_odbc_driver.c | 345 dbinstance_t *head; local 349 head = dbi = ISC_LIST_HEAD(*dblist); 363 dbi = head;
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | radix.h | 108 isc_radix_node_t *head; member in struct:isc_radix_tree
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | print.c | 88 const char *head; local 119 head = ""; 238 head = "-"; 242 head = "+"; 244 head = " "; 246 head = ""; 333 head = "0x"; 355 head = "0X"; 378 zeropad - strlen(head); 383 count += strlen(head) [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | macros_test.c | 81 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *), 87 RE(atf_tc_init(&tc, name, head, body, NULL, config)); 243 void (*head)(atf_tc_t *); 260 for (t = &tests[0]; t->head != NULL; t++) { 261 init_and_run_h_tc("h_check_errno", t->head, t->body); 287 void (*head)(atf_tc_t *); 304 for (t = &tests[0]; t->head != NULL; t++) { 305 init_and_run_h_tc("h_require_errno", t->head, t->body); 342 void (*head)(atf_tc_t *); 359 for (t = &tests[0]; t->head ! 385 void (*head)(atf_tc_t *); member in struct:check_eq_test 607 void (*head)(atf_tc_t *); member in struct:require_eq_test [all...] |
H A D | tc.c | 549 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, argument 562 tc->pimpl->m_head = head; 584 /* XXX Should the head be able to return error codes? */ 589 report_fatal_error("Test case head modified the read-only 'ident' "
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | acache.c | 627 dns_acacheentry_t *head; local 647 head = ISC_LIST_HEAD(acache->entries); 648 if (head != NULL) 649 dns_acache_attachentry(head, &cleaner->current_entry); 873 * this, reset next to the head entry
|
H A D | master.c | 735 rdatalist_head_t head; local 749 ISC_LIST_INIT(head); 860 ISC_LIST_PREPEND(head, &rdatalist, link); 862 result = commit(callbacks, lctx, &head, owner, source, line); 2056 rdatalist_head_t head, dummy; local 2110 ISC_LIST_INIT(head); 2240 rdata_size, &head, 2263 ISC_LIST_APPEND(head, &rdatalist, link); 2264 result = commit(callbacks, lctx, &head, name, 2322 ISC_LIST_APPEND(head, 2793 commit(dns_rdatacallbacks_t *callbacks, dns_loadctx_t *lctx, rdatalist_head_t *head, dns_name_t *owner, const char *source, unsigned int line) argument 2854 is_glue(rdatalist_head_t *head, dns_name_t *owner) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 148 (*iter).second->head(); 296 impl::tc::head(void) function in class:impl::tc
|