Searched refs:absolute (Results 1 - 9 of 9) sorted by relevance
| /bind-9.6-ESV-R11/lib/isc/win32/ |
| H A D | time.c | 100 t->absolute.dwLowDateTime = i1.LowPart; 101 t->absolute.dwHighDateTime = i1.HighPart; 108 t->absolute.dwLowDateTime = 0; 109 t->absolute.dwHighDateTime = 0; 116 if (t->absolute.dwLowDateTime == 0 && 117 t->absolute.dwHighDateTime == 0) 127 GetSystemTimeAsFileTime(&t->absolute); 139 GetSystemTimeAsFileTime(&t->absolute); 141 i1.LowPart = t->absolute.dwLowDateTime; 142 i1.HighPart = t->absolute [all...] |
| H A D | file.c | 216 &time->absolute)) 242 &time->absolute, 243 &time->absolute))
|
| /bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
| H A D | time.h | 82 FILETIME absolute; member in struct:isc_time 124 * Set 't' to the current absolute time. 143 * Set *t to the current absolute time + i.
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | name.c | 566 * other absolute. If both names are relative, then to be meaningfully 576 * Either name1 is absolute and name2 is absolute, or neither is. 666 * other absolute. If both names are relative, then to be meaningfully 686 * other absolute. If both names are relative, then to be meaningfully 694 * Either name1 is absolute and name2 is absolute, or neither is. 738 * other absolute. If both names are relative, then to be meaningfully 746 * Either name1 is absolute and name2 is absolute, o 1712 isc_boolean_t absolute; local 2016 isc_boolean_t absolute = ISC_FALSE; local [all...] |
| /bind-9.6-ESV-R11/lib/dns/include/dns/ |
| H A D | name.h | 161 isc_boolean_t absolute); 363 * other absolute. If both names are relative, then to be meaningfully 378 *\li Either name1 is absolute and name2 is absolute, or neither is. 405 * other absolute. If both names are relative, then to be meaningfully 414 * \li Either name1 is absolute and name2 is absolute, or neither is. 434 * other absolute. If both names are relative, then to be meaningfully 443 * \li Either name1 is absolute and name2 is absolute, o [all...] |
| /bind-9.6-ESV-R11/bin/tests/tasks/ |
| H A D | t_tasks.c | 106 struct isc_time absolute; local 193 isc_time_settoepoch(&absolute); 196 &absolute, &interval, 204 isc_time_settoepoch(&absolute); 207 &absolute, &interval,
|
| /bind-9.6-ESV-R11/bin/dig/ |
| H A D | dighost.c | 146 isc_boolean_t absolute); 1730 * Check for a absolute name or ndots being met. 1893 * (which produces an absolute lookup). Otherwise, take the origin 3751 isc_boolean_t absolute) 3759 * if 'absolute' is true, and terminate with NUL. 3766 if (absolute && !end_with_dot) { 3786 if (absolute && !end_with_dot && tmp1[tolen - 1] == '.') 3804 /* Already absolute? */ 3750 output_filter(isc_buffer_t *buffer, unsigned int used_org, isc_boolean_t absolute) argument
|
| /bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
| H A D | ltmain.sh | 960 # We need an absolute path. 964 $echo "$modename: only absolute run-paths are allowed" 1>&2 1042 # We need an absolute path. 1048 $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 1123 # We need an absolute path. 1127 $echo "$modename: only absolute run-paths are allowed" 1>&2 1322 # We need an absolute path. 1328 $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 2858 # Try to get the absolute directory name. 3268 $echo "$modename: \`$destdir' must be an absolute director [all...] |
| /bind-9.6-ESV-R11/unit/atf-src/ |
| H A D | configure | 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 1398 # Be sure to have absolute directory names. 1403 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 2857 # Reject unsafe characters in $srcdir or the absolute working directory 2863 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2932 # expand $ac_aux_dir to an absolute path 4578 # Accept absolute paths. 8432 # use absolute paths for naming shared libraries, and exclude the 12659 # Accept absolute paths. 16450 as_fn_error $? "ATF_WORKDIR must hold an absolute pat [all...] |
Completed in 70 milliseconds