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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdataset.c38 static const char *trustnames[] = { variable
53 if (trust >= sizeof(trustnames)/sizeof(*trustnames))
55 return (trustnames[trust]);

Completed in 91 milliseconds