Home | History | Annotate | Download | only in stdio

Lines Matching refs:EXIT

140 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
141 #define BugPrintf(x, v) {fprintf(stderr, x, v); exit(1);}
621 goto EXIT;
627 EXIT: