gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:COPY (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fvwrite.c - 8.5KB - 204 lines
127:                                         w = len;
128:                                 COPY(w);    /* copy MIN(fp->_w,len), */
129:                                 fp->_w -= w;
133: /* fill and flush */ 134: COPY(w); 135: /* fp->_w -= w; */ /* unneeded */
146: w = len; 147: COPY(w); 148: fp->_w -= w;
173: if (fp->_p > fp->_bf._base && s > w) { 174: COPY(w); 175: /* fp->_w -= w; */
184: w = s; 185: COPY(w); 186: fp->_w -= w;