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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzone.c140 zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp) argument
173 if ( (p = strrchr (new->file, '.')) != NULL && strcmp (p, signed_ext) == 0 )
180 snprintf (path, sizeof (path), "%s%s", file, signed_ext);
199 char *signed_ext = ".signed"; local
219 signed_ext = ".dsigned";
241 pathname (path, sizeof (path), dir, zfile, signed_ext);
245 dbg_val2("zone_readdir: add %s to zonefile if not already there ? (%s)\n", signed_ext, zfile);
246 if ( (p = strrchr (zfile, '.')) == NULL || strcmp (p, signed_ext) != 0 )
247 pathname (path, sizeof (path), dir, zfile, signed_ext);
261 zone_new (listp, zone, dir, zfile, signed_ext, con
[all...]

Completed in 10 milliseconds