buftype 74 lib/util/xfile.c f->buftype = mode;
buftype 76 lib/util/xfile.c if (f->buftype == X_IONBF) return 0;
buftype 164 lib/util/xfile.c if (f->buftype == X_IONBF ||
buftype 189 lib/util/xfile.c if (f->buftype == X_IOLBF && f->bufused) {
buftype 33 lib/util/xfile.h int buftype;