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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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

Completed in 14 milliseconds