Searched defs:left (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c72 int left; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
125 left = 1;
137 if (!left)
322 if (!left) {
379 if (!left)
408 if (left) {
416 if (!left && size > 1U) {
440 if (!left)
536 if (!left)
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h78 dns_rbtnode_t *left; 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/isc/
H A Dprint.c74 int left; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
127 left = 1;
139 if (!left)
385 if (!left) {
442 if (!left)
471 if (left && size > 1) {
479 if (!left && size > 1) {
503 if (!left)
595 if (!left)
[all...]
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c299 char *left; local
320 left = isc_string_separate(&right, " ");
323 skey->data = strdup(left);
348 char *left; local
368 /* we don't care about left string. */
369 /* memory of left string will be freed when tmp is freed. */
372 /* verify right still has some characters left */
379 left = isc_string_separate(&right, " ");
381 skey->data = strdup(left);
1226 /* left i
[all...]

Completed in 22 milliseconds