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

/bind-9.11.3/lib/dns/
H A Drdataset.c28 static const char *trustnames[] = { variable
43 if (trust >= sizeof(trustnames)/sizeof(*trustnames))
45 return (trustnames[trust]);

Completed in 13 milliseconds