gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:_UB (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fileext.h - 2.0KB - 54 lines
44: do { \
45:         _UB(fp)._base = NULL; \
46:         _UB(fp)._size = 0; \
More results from fileext.h
bsd_source/lib/libc/src_bsd/stdio/freopen.c - 6.5KB - 172 lines
117:                 FREEUB(fp);
118:         _UB(fp)._size = 0;
119:         WCIO_FREE(fp);
bsd_source/lib/libc/src_bsd/stdio/local.h - 3.7KB - 102 lines
84:  */
85: #define HASUB(fp) (_UB(fp)._base != NULL)
86: #define FREEUB(fp) { \
More results from local.h
bsd_source/lib/libc/src_bsd/stdio/ungetc.c - 5.3KB - 156 lines
53: 
54:         if (_UB(fp)._base == fp->_ubuf) {
55:                 /*
More results from ungetc.c