gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:__sfeof (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
406: 
407: #define __sfeof(p)      (((p)->_flags & __SEOF) != 0)
408: #define __sferror(p)    (((p)->_flags & __SERR) != 0)
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
490: 
491: #define __sfeof(p)      (((p)->_flags & __SEOF) != 0)
492: #define __sferror(p)    (((p)->_flags & __SERR) != 0)