Searched defs:absolute (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | time.h | 80 FILETIME absolute; member in struct:isc_time 122 * Set 't' to the current absolute time. 141 * Set *t to the current absolute time + i.
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | dlz_example.c | 254 /* Ensure zone name is absolute */ 324 char absolute[1024]; local 363 snprintf(absolute, sizeof(absolute), "%s.", name); 364 if (strcasecmp(state->zone_name, absolute) == 0) 660 char absolute[1024]; local 699 snprintf(absolute, sizeof(absolute), "%s.", name); 700 name = absolute;
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | driver.c | 257 /* Ensure zone name is absolute */ 327 char absolute[1024]; local 377 snprintf(absolute, sizeof(absolute), "%s.", name); 378 if (strcasecmp(state->zone_name, absolute) == 0) 708 char absolute[1024]; local 747 snprintf(absolute, sizeof(absolute), "%s.", name); 748 name = absolute;
|
/bind-9.11.3/lib/dns/ |
H A D | name.c | 553 * other absolute. If both names are relative, then to be meaningfully 563 * Either name1 is absolute and name2 is absolute, or neither is. 685 * other absolute. If both names are relative, then to be meaningfully 705 * other absolute. If both names are relative, then to be meaningfully 713 * Either name1 is absolute and name2 is absolute, or neither is. 773 * other absolute. If both names are relative, then to be meaningfully 781 * Either name1 is absolute and name2 is absolute, o 1762 isc_boolean_t absolute; local 2065 isc_boolean_t absolute = ISC_FALSE; local [all...] |
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 104 isc_time_t absolute; local 191 isc_time_settoepoch(&absolute); 194 &absolute, &interval, 202 isc_time_settoepoch(&absolute); 205 &absolute, &interval,
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 152 isc_boolean_t absolute); 2225 * Check for a absolute name or ndots being met. 2394 * (which produces an absolute lookup). Otherwise, take the origin 4655 isc_boolean_t absolute) 4663 * if 'absolute' is true, and terminate with NUL. 4670 if (absolute && !end_with_dot) { 4690 if (absolute && !end_with_dot && tmp1[tolen - 1] == '.') 4708 /* Already absolute? */ 4654 output_filter(isc_buffer_t *buffer, unsigned int used_org, isc_boolean_t absolute) argument
|
Completed in 39 milliseconds