Home
last modified time | relevance | path

Searched refs:FLG_ALLOWDUPA (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/bind/dist/contrib/nslint-3.0a2/
H A Dnslint.c170 #define FLG_ALLOWDUPA 0x008 /* allow duplicate a records */ macro
1725 ((*ipp)->flags & FLG_ALLOWDUPA) == 0 && in nslint()
1726 (ip->flags & FLG_ALLOWDUPA) == 0) { in nslint()
1744 (ip->flags & FLG_ALLOWDUPA) != 0) in nslint()
2678 errors += updateitem(name, ap, 0, 0, FLG_ALLOWDUPA); in process()