gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__smakebuf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fseek.c - 8.9KB - 261 lines
124:         if (fp->_bf._base == NULL)
125:                 __smakebuf(fp);
126:         if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
bsd_source/lib/libc/src_bsd/stdio/refill.c - 4.7KB - 128 lines
97:         if (fp->_bf._base == NULL)
98:                 __smakebuf(fp);
99: 
bsd_source/lib/libc/src_bsd/stdio/wsetup.c - 3.4KB - 86 lines
72:                         return (EOF);
73:                 __smakebuf(fp);
74:         }