Searched refs:right (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | tests-results.css | 51 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.6-ESV-R11/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 300 char *right; local 307 tmp = right = malloc(pdata->size + 1); 310 if (right == NULL) { 316 strncpy(right, pdata->data, pdata->size); 317 right[pdata->size] = '\0'; 320 left = isc_string_separate(&right, " "); 349 char *right; local 356 tmp = right = malloc(pdata->size + 1); 365 strncpy(right, pdata->data, pdata->size); 366 right[pdat [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 689 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.6-ESV-R11/unit/atf-src/admin/ |
H A D | compile | 243 right script to run: please start by reading the file 'INSTALL'.
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rbt.h | 79 dns_rbtnode_t *right; member in struct:dns_rbtnode 666 * Then the down pointer, left and right pointers are displayed 668 * NULL left and right pointers are printed.
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rbt.c | 81 #define RIGHT(node) ((node)->right) 345 * Go as far right and then down as much as possible, 767 * means a left or right pointer was followed, 817 * the right node, the next call to 823 * was called and jump to the right place. 1796 * This node has one child, on the right. 1820 * if there is any child, it is on the right. 1957 * Child is parent's right child. 2187 printf("** Red/Red color violation on right\n"); 2281 * Moving left one then right a [all...] |
H A D | rbtdb.c | 1742 node->right == NULL && rbtdb->task != NULL) { 3361 * We've found the right NSEC/NSEC3 record. 3363 * Note: for this to really be the right 4000 * using the node, we can clean it up right 4124 * using the node, we can clean it up right 4301 * using the node, we can clean it up right 4483 * node, we can clean it up right now, otherwise we 4790 * node, we can clean it up right now, otherwise we 5628 * If header isn't NULL, we've found the right type. There may be 6263 * If header isn't NULL, we've found the right typ [all...] |
Completed in 108 milliseconds