Searched refs:_w (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/lib/libc/stdio/
H A Dwbuf.c66 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
69 * calls might wrap _w from negative to positive.
71 fp->_w = fp->_lbfsize;
84 * guarantees that putc() will always call wbuf() by setting _w
94 fp->_w--;
H A Dwsetup.c84 * Make a buffer if necessary, then set _w.
94 fp->_w = 0;
97 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dfpurge.c72 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dsetvbuf.c125 fp->_w = 0;
160 fp->_w = 0;
164 fp->_w = (int)size;
168 fp->_w = 0;
H A Dfvwrite.c129 (__SALC | __SSTR) && (size_t)fp->_w < len) {
143 fp->_w += _size - fp->_bf._size;
148 w = fp->_w;
152 COPY(w); /* copy MIN(fp->_w,len), */
153 fp->_w -= (int)w;
159 /* fp->_w -= w; */ /* unneeded */
180 fp->_w -= (int)w;
204 w = fp->_w + fp->_bf._size;
207 /* fp->_w -= w; */
218 fp->_w
[all...]
H A Dfclose.c75 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */
H A Dvsnprintf.c93 f._bf._size = f._w = 0;
97 f._bf._size = f._w = (int)(n - 1);
H A Dvsprintf.c77 f._bf._size = f._w = INT_MAX;
H A Dfflush.c104 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dfindfp.c62 ._w = 0, \
141 fp->_w = 0; /* nothing to read or write */
H A Drefill.c98 fp->_w = 0;
H A Dvasprintf.c69 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dvswprintf.c78 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dvdprintf.c94 f._w = sizeof(buf);
H A Dungetc.c119 fp->_w = 0;
H A Dfreopen.c126 fp->_w = 0;
H A Dvfwprintf.c182 fake._bf._size = fake._w = sizeof(buf);
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.h265 #define AGALOC(_c, _w) ao_malloc((size_t)_c)
266 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c)
268 #define AGDUPSTR(_p, _s, _w) (_p = ao_strdup(_s))
/netbsd-current/sys/dev/pci/
H A Dpm3reg.h253 #define PM3_FBDESTREAD_BUFFERWIDTH_WIDTH(_w) ((_w) & 0x0fff)
265 #define PM3_FBSOURCEREAD_BUFFERWIDTH_WIDTH(_w) ((_w) & 0x0fff)
308 #define PM3_FBWRITEBUFFERWIDTH_WIDTH(_w) ((_w) & 0x0fff)
/netbsd-current/include/
H A Dstdio.h95 * if _flags&__SRD, _w is 0
116 int _w; /* write space left for putc() */ member in struct:__sFILE
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
473 (--(p)->_w < 0 ? \
474 (p)->_w >= (p)->_lbfsize ? \
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dipf_rb.h62 # define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
424 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
/netbsd-current/external/bsd/ipf/dist/
H A Dipf_rb.h365 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
/netbsd-current/lib/libedit/
H A Dtokenizer.c78 #define FUN(prefix, rest) prefix ## _w ## rest
H A Dhistory.c79 #define FUN(prefix, rest) prefix ## _w ## rest
80 #define FUNW(type) type ## _w
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h465 int _w; member in struct:__sanitizer::__sanitizer_FILE

Completed in 182 milliseconds

12