Searched refs:issubdomain (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddomaincmp.h42 extern int issubdomain (const char *child, const char *parent);
H A Ddomaincmp.c140 ** int issubdomain ("child", "parent")
150 int issubdomain (const char *child, const char *parent) function
326 printf ("%3d ", issubdomain (ex[i].a, ex[i].b));
H A Dzkt.c234 if ( parent == NULL || !issubdomain (dkp->name, parent->name) )

Completed in 11 milliseconds