Searched refs:domaincmp (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddomaincmp.h3 ** @(#) domaincmp.h -- compare two domain names
39 extern int domaincmp (const char *a, const char *b);
H A Ddomaincmp.c3 ** @(#) domaincmp.c -- compare two domain names
44 # include "domaincmp.h"
52 ** int domaincmp (a, b)
56 ** thus domaincmp ("z.example.net", "example.net") return < 0 !!
58 int domaincmp (const char *a, const char *b) function
68 ** thus domaincmp ("z.example.net", "example.net") return < 0 !!
329 res = domaincmp (ex[i].a, ex[i].b);
H A Dzone.c49 # include "domaincmp.h"
88 return domaincmp (a->zone, b->zone);
H A Ddki.c56 # include "domaincmp.h"
804 if ( (res = domaincmp (a->name, b->name)) != 0 )
828 if ( (res = domaincmp (a->name, b->name)) != 0 )
851 return domaincmp (a->name, b->name);

Completed in 1073 milliseconds