Searched defs:ext (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Drollover.c124 const char *ext; local
147 ext = strrchr (zp->sfile, '.');
148 if ( ext && strcmp (zp->sfile, ".dsigned") == 0 ) /* is the current zone a dynamic one ? */
H A Dmisc.c340 ** pathname (path, size, dir, file, ext)
341 ** Concatenate 'dir', 'file' and 'ext' (if not null) to build
345 char *pathname (char *path, size_t size, const char *dir, const char *file, const char *ext) argument
355 if ( ext )
356 len += strlen (ext);
371 if ( ext )
372 strcat (path, ext);
H A Ddki.c564 static const char *ext[] = { local
575 for ( pext = ext; *pext; pext++ )
601 static const char *ext[] = { local
610 for ( pext = ext; *pext; pext++ )

Completed in 17 milliseconds