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

/freebsd-9.3-release/lib/libc/stdio/
H A Dwbuf.c58 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
61 * calls might wrap _w from negative to positive.
63 fp->_w = fp->_lbfsize;
76 * guarantees that putc() will always call wbuf() by setting _w
85 fp->_w--;
H A Dwsetup.c78 * Make a buffer if necessary, then set _w.
88 fp->_w = 0;
91 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dsetvbuf.c115 fp->_w = 0;
149 fp->_w = 0;
152 fp->_w = size;
155 fp->_w = 0;
H A Dfvwrite.c110 (__SALC | __SSTR) && fp->_w < len) {
117 fp->_w = len + 128;
125 w = fp->_w;
130 COPY(w); /* copy MIN(fp->_w,len), */
131 fp->_w -= w;
138 /* fp->_w -= w; */ /* unneeded */
151 fp->_w -= w;
175 w = fp->_w + fp->_bf._size;
178 /* fp->_w -= w; */
189 fp->_w
[all...]
H A Dfpurge.c65 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dsnprintf.c67 f._bf._size = f._w = n;
92 f._bf._size = f._w = n;
H A Dfclose.c68 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */
H A Dvasprintf.c58 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dvdprintf.c58 f._w = sizeof(buf);
H A Dvsprintf.c59 f._bf._size = f._w = INT_MAX;
H A Dfflush.c120 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dvsnprintf.c73 f._bf._size = f._w = n;
H A Drefill.c95 fp->_w = 0;
H A Dvswprintf.c72 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dungetc.c124 fp->_w = 0;
H A Dfindfp.c145 fp->_w = 0; /* nothing to read or write */
H A Dfreopen.c169 fp->_w = 0;
H A Dxprintf.c592 fake._bf._size = fake._w = sizeof(buf);
H A Dvfprintf.c195 fake._bf._size = fake._w = sizeof(buf);
H A Dvfwprintf.c234 fake._bf._size = fake._w = sizeof(buf);
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dautoopts.h259 #define AGALOC(_c, _w) ao_malloc((size_t)_c)
260 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c)
262 #define AGDUPSTR(_p, _s, _w) (_p = ao_strdup(_s))
/freebsd-9.3-release/include/
H A Dstdio.h89 * if _flags&__SRD, _w is 0
113 int _w; /* (*) write space left for putc() */ member in struct:__sFILE
460 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
470 (--(p)->_w < 0 ? \
471 (p)->_w >= (p)->_lbfsize ? \
/freebsd-9.3-release/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h288 uint32_t _w = (W); \
290 _w = htonl(_w); \
291 m_copyback((M), (M)->m_pkthdr.len, 4, (caddr_t)&_w); \
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h67 #define FUN(prefix,rest) prefix ## _w ## rest
68 #define FUNW(type) type ## _w
/freebsd-9.3-release/tools/test/netfibs/
H A Dreflector.sh840 local _fib _txt _opts i _jobs _p _w
866 ${_fib}) _w=${_p} ;;

Completed in 108 milliseconds