Searched refs:splitpath (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.h | 65 extern const char *splitpath (char *path, size_t size, const char *filename);
|
H A D | zkt-ls.c | 411 file = splitpath (path, sizeof (path), file); /* ... then split of */
|
H A D | dnssec-zkt.c | 778 file = splitpath (path, sizeof (path), file); /* ... then split of */
|
H A D | misc.c | 310 ** splitpath (path, pathsize, filename) 316 const char *splitpath (char *path, size_t psize, const char *filename) function
|
H A D | zkt-keyman.c | 685 file = splitpath (path, sizeof (path), file); /* ... then split of */
|
Completed in 17 milliseconds