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

/bind-9.6-ESV-R11/contrib/zkt/
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);

Completed in 9 milliseconds