gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_FILEEXT_INIT (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fileext.h - 2.0KB - 54 lines
52:         (f)->_ext._base = (unsigned char *)(fext); \
53:         _FILEEXT_INIT(f); \
54: } while (0)
bsd_source/lib/libc/src_bsd/stdio/findfp.c - 7.8KB - 239 lines
171:         fp->_lb._size = 0;
172:         _FILEEXT_INIT(fp);
173:         return (fp);