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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dftello.c53 if (fp_->_flag & _IOWRT)
64 if ((fp_->_flag & _IONBF) == 0 && fp_->_base != NULL)
65 pos += fp_->_ptr - fp_->_base;
H A Dfseeko.c68 if (fp_->_p == fp_->_bf._base
69 && fp_->_r == 0
70 && fp_->_w == ((fp_->_flags & (__SLBF | __SNBF | __SRD)) == 0 /* fully buffered and not currently reading? */
71 ? fp_->_bf._size
80 if (fp_->_ptr == fp_->_buf
81 && (fp_->_ptr == NULL || fp_
[all...]
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \ macro
57 # define fp_ fp macro
70 # define fp_ub fp_->_ub
94 # define fp_ ((struct { unsigned char *_ptr; \ macro
102 # define fp_ fp macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dftello.c53 if (fp_->_flag & _IOWRT)
64 if ((fp_->_flag & _IONBF) == 0 && fp_->_base != NULL)
65 pos += fp_->_ptr - fp_->_base;
H A Dfseeko.c68 if (fp_->_p == fp_->_bf._base
69 && fp_->_r == 0
70 && fp_->_w == ((fp_->_flags & (__SLBF | __SNBF | __SRD)) == 0 /* fully buffered and not currently reading? */
71 ? fp_->_bf._size
80 if (fp_->_ptr == fp_->_buf
81 && (fp_->_ptr == NULL || fp_
[all...]
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \ macro
57 # define fp_ fp macro
70 # define fp_ub fp_->_ub
94 # define fp_ ((struct { unsigned char *_ptr; \ macro
102 # define fp_ fp macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dftello.c53 if (fp_->_flag & _IOWRT)
64 if ((fp_->_flag & _IONBF) == 0 && fp_->_base != NULL)
65 pos += fp_->_ptr - fp_->_base;
H A Dfseeko.c68 if (fp_->_p == fp_->_bf._base
69 && fp_->_r == 0
70 && fp_->_w == ((fp_->_flags & (__SLBF | __SNBF | __SRD)) == 0 /* fully buffered and not currently reading? */
71 ? fp_->_bf._size
80 if (fp_->_ptr == fp_->_buf
81 && (fp_->_ptr == NULL || fp_
[all...]
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \ macro
57 # define fp_ fp macro
70 # define fp_ub fp_->_ub
94 # define fp_ ((struct { unsigned char *_ptr; \ macro
102 # define fp_ fp macro

Completed in 125 milliseconds