Lines Matching refs:nslint
29 * nslint - perform consistency checks on dns files
64 #define NSLINTBOOT "nslint.boot" /* default nslint.boot file */
65 #define NSLINTCONF "nslint.conf" /* default nslint.conf file */
169 int nslint(void);
273 status |= nslint();
390 fprintf(stderr, "%s: nslint: malloc/realloc: %s\n",
862 if (strncasecmp(name, "nslint", namelen) == 0) {
867 "%s: %s:%d missing left qbrace in nslint\n",
892 "%s: unknown nslint \"%.*s\"\n",
1782 nslint(void)
1790 fprintf(stderr, "%s: nslint: calloc: %s\n",
2262 fprintf(stderr, "%s: nslint: malloc: %s\n",
2280 fprintf(stderr, "%s: nslint: realloc: %s\n",
2378 fprintf(stderr, "usage: %s [-d] [-b named.boot] [-B nslint.boot]\n",
2380 fprintf(stderr, " %s [-d] [-c named.conf] [-C nslint.conf]\n",