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

/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c168 * quit macro is used instead of exit. quit always trys to close the lexer
172 #define quit(i) close_lexer(); bdb_cleanup(); exit(i); macro
182 "(l e d a f s) may be specified\n"); quit(2);}
191 "be specified once\n", y); quit(2);}
200 "may not be specified %s\n", y, z); quit(2);}
211 "may not be specified %s\n", y, z); quit(2);}
281 quit(1);
516 /* if something went wrong, log error and quit */
520 quit(
[all...]

Completed in 13 milliseconds