Search | Google it | Results 1 - 3 of 3 for funcall:__smakebuf (0.00 seconds) |
124: if (fp->_bf._base == NULL) 125: __smakebuf(fp); 126: if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
97: if (fp->_bf._base == NULL) 98: __smakebuf(fp); 99:
72: return (EOF); 73: __smakebuf(fp); 74: }