Searched refs:_MAXBSIZE (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.bin/wc/ |
H A D | wc.c | 45 #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 D | copy.c | 26 #define _MAXBSIZE (64 * 1024) macro 47 char buf[_MAXBSIZE]; in copy_internal()
|
/openbsd/usr.bin/cvs/ |
H A D | remote.c | 32 #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 D | split.c | 45 #define _MAXBSIZE (64 * 1024) macro 53 char bfr[_MAXBSIZE]; /* I/O buffer. */
|
/openbsd/bin/cp/ |
H A D | utils.c | 50 #define _MAXBSIZE (64 * 1024) macro 61 const size_t buflen = _MAXBSIZE; in copy_file()
|
/openbsd/bin/mv/ |
H A D | cp.c | 389 #define _MAXBSIZE (64 * 1024) macro 398 const size_t buflen = _MAXBSIZE; in copy_file()
|
/openbsd/usr.bin/xinstall/ |
H A D | xinstall.c | 54 #define _MAXBSIZE (64 * 1024) macro 407 char *p, buf[_MAXBSIZE]; in copy()
|
/openbsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 54 #define _MAXBSIZE (64 * 1024) macro 386 static char buf[_MAXBSIZE]; in cp()
|
/openbsd/usr.bin/rcs/ |
H A D | rcs.c | 47 #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()
|