Searched refs:right (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtests-results.css51 margin-right: 10pt;
59 margin-right: 20pt;
65 margin-right: 20pt;
70 margin-right: 40pt;
75 margin-right: 40pt;
80 margin-right: 40pt;
89 margin-right: auto;
106 text-align: right;
110 text-align: right;
115 text-align: right;
[all...]
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c291 char *right; local
298 tmp = right = malloc(pdata->size + 1);
301 if (right == NULL) {
307 strncpy(right, pdata->data, pdata->size);
308 right[pdata->size] = '\0';
311 left = isc_string_separate(&right, " ");
340 char *right; local
347 tmp = right = malloc(pdata->size + 1);
356 strncpy(right, pdata->data, pdata->size);
357 right[pdat
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl689 pack $w.cancel -side right -fill y -padx 12 -pady 4
690 pack $w.wrap -side right -fill y -padx 12 -pady 4
744 pack $w.cancel -side right -padx 12 -pady 6
745 pack $w.wrap -side right -padx 12 -pady 6
831 pack $w.ld_v.b -side right -fill y -padx 6
849 pack $w.cancel -side right -padx 12 -pady 6
850 pack $w.ok -side right -padx 12 -pady 6
1012 pack $w.cancel -side right -padx 12 -pady 8
1013 pack $w.ok -side right -padx 12 -pady 8
1071 frame .right
[all...]
/bind-9.11.3/lib/dns/
H A Drbt.c120 * step two: walk the tree in a depth-first, left-right-down order, writing
147 uintptr_t right, uintptr_t down, uintptr_t parent,
177 char *adjusted_address = (char *)(node->right);
204 #define RIGHT(node) ((node)->right)
566 uintptr_t right, uintptr_t down, uintptr_t parent,
606 if (temp_node.right != NULL) {
607 temp_node.right = (dns_rbtnode_t *)(right);
650 uintptr_t left = 0, right = 0, down = 0, data = 0; local
671 * WARNING: A change in the order (from left, right, dow
565 serialize_node(FILE *file, dns_rbtnode_t *node, uintptr_t left, uintptr_t right, uintptr_t down, uintptr_t parent, uintptr_t data, isc_uint64_t *crc) argument
[all...]
H A Drbtdb.c2116 node->right == NULL && rbtdb->task != NULL)
2327 node->right == NULL && rbtdb->task != NULL) {
3980 * hope that the original node will be right much of the time.
4049 * We've found the right NSEC/NSEC3 record.
4051 * Note: for this to really be the right
4678 * node, we can clean it up right now, otherwise we mark
6267 * If header isn't NULL, we've found the right type. There may be
7045 * If header isn't NULL, we've found the right type. There may be
8644 * We need to give the origin node the right locknum.
8672 * We need to give the nsec3 origin node the right locknu
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dcompile248 right script to run: please start by reading the file 'INSTALL'.
/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h128 dns_rbtnode_t *right; member in struct:dns_rbtnode
768 * Then the down pointer, left and right pointers are displayed
770 * NULL left and right pointers are printed.
784 * Then the down pointer, left and right pointers are displayed
785 * recursively in turn. NULL left, right and down pointers are

Completed in 59 milliseconds