Home
last modified time | relevance | path

Searched refs:_MAXBSIZE (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/wc/
H A Dwc.c45 #define _MAXBSIZE (64 * 1024) macro
148 if (bufsz < _MAXBSIZE && in cnt()
149 (buf = realloc(buf, _MAXBSIZE)) == NULL) in cnt()
159 while ((len = read(fd, buf, _MAXBSIZE)) > 0) { in cnt()
183 while ((len = read(fd, buf, _MAXBSIZE)) > 0) { in cnt()
209 while ((len = read(fd, buf, _MAXBSIZE)) > 0) in cnt()
/openbsd/usr.bin/rsync/
H A Dcopy.c26 #define _MAXBSIZE (64 * 1024) macro
47 char buf[_MAXBSIZE]; in copy_internal()
/openbsd/usr.bin/cvs/
H A Dremote.c32 #define _MAXBSIZE (64 * 1024) macro
132 char data[_MAXBSIZE]; in cvs_remote_receive_file()
169 char buf[18], data[_MAXBSIZE]; in cvs_remote_send_file()
/openbsd/usr.bin/split/
H A Dsplit.c45 #define _MAXBSIZE (64 * 1024) macro
53 char bfr[_MAXBSIZE]; /* I/O buffer. */
/openbsd/bin/cp/
H A Dutils.c50 #define _MAXBSIZE (64 * 1024) macro
61 const size_t buflen = _MAXBSIZE; in copy_file()
/openbsd/bin/mv/
H A Dcp.c389 #define _MAXBSIZE (64 * 1024) macro
398 const size_t buflen = _MAXBSIZE; in copy_file()
/openbsd/usr.bin/xinstall/
H A Dxinstall.c54 #define _MAXBSIZE (64 * 1024) macro
407 char *p, buf[_MAXBSIZE]; in copy()
/openbsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c54 #define _MAXBSIZE (64 * 1024) macro
386 static char buf[_MAXBSIZE]; in cp()
/openbsd/usr.bin/rcs/
H A Drcs.c47 #define _MAXBSIZE (64 * 1024) macro
400 buf = xmalloc(_MAXBSIZE); in rcs_movefile()
401 while ((nread = fread(buf, sizeof(char), _MAXBSIZE, src)) != 0) { in rcs_movefile()