gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__swhatbuf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/makebuf.c - 3.8KB - 107 lines
60:         }
61:         flags = __swhatbuf(fp, &size, &couldbetty);
62:         if ((p = malloc(size)) == NULL) {
bsd_source/lib/libc/src_bsd/stdio/setvbuf.c - 5.6KB - 154 lines
84:          */
85:         flags |= __swhatbuf(fp, &iosize, &ttyflag);
86:         if (size == 0) {