gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:__sfileno (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
409: #define __sclearerr(p)  ((void)((p)->_flags &= ~(__SERR|__SEOF)))
410: #define __sfileno(p)    ((p)->_file)
411: 
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
493: #define __sclearerr(p)  ((void)((p)->_flags &= ~(__SERR|__SEOF)))
494: #define __sfileno(p)    \
495:     ((p)->_file == -1 ? -1 : (int)(unsigned short)(p)->_file)