Searched defs:ext (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/tests/system/checkds/ |
H A D | dig.bat | 2 set ext= variable 20 set ext=ds variable 24 set ext=dlv variable 28 set ext=dnskey variable 37 set name=%file%.%ext%.db
|
/bind-9.11.3/lib/isc/unix/ |
H A D | file.c | 709 isc_file_sanitize(const char *dir, const char *base, const char *ext, argument 729 if (ext != NULL) 730 l += strlen(ext) + 1; 739 hash, ext != NULL ? "." : "", ext != NULL ? ext : ""); 749 hash, ext != NULL ? "." : "", ext != NULL ? ext : ""); 767 base, ext ! [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 780 isc_file_sanitize(const char *dir, const char *base, const char *ext, argument 800 if (ext != NULL) 801 l += strlen(ext) + 1; 810 hash, ext != NULL ? "." : "", ext != NULL ? ext : ""); 820 hash, ext != NULL ? "." : "", ext != NULL ? ext : ""); 838 base, ext ! [all...] |
Completed in 14 milliseconds