Searched refs:fp_ (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dfseeko.c62 if (fp_->_p == fp_->_bf._base
63 && fp_->_r == 0
64 && fp_->_w == ((fp_->_flags & (__SLBF | __SNBF | __SRD)) == 0 /* fully buffered and not currently reading? */
65 ? fp_->_bf._size
74 if (fp_->_ptr == fp_->_base
75 && (fp_->_ptr == NULL || fp_
[all...]
H A Dstdio-impl.h28 # define fp_ ((struct { struct __FILE_public pub; \ macro
50 # define fp_ fp macro
63 # define fp_ub fp_->_ub
76 # define fp_ ((struct { unsigned char *_ptr; \ macro
84 # define fp_ fp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdio-impl.h33 # define fp_ ((struct { struct __FILE_public pub; \ macro
55 # define fp_ fp macro
68 # define fp_ub fp_->_ub
81 # define fp_ ((struct { unsigned char *_ptr; \ macro
89 # define fp_ fp macro
H A Dfseterr.c35 fp_->_flags |= __SERR;
39 fp_->_flag |= _IOERR;

Completed in 68 milliseconds