HomeSort by: relevance | last modified time | path
    Searched refs:BUFFERSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/patch/
inp.c 433 lines_per_buf = BUFFERSIZE / maxlen;
435 tibuf[0] = malloc(BUFFERSIZE + 1);
438 tibuf[1] = malloc(BUFFERSIZE + 1);
444 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
449 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
491 BUFFERSIZE), SEEK_SET) < 0)
494 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
common.h 45 #define BUFFERSIZE 1024
  /src/usr.sbin/bootp/bootpef/
bootpef.c 73 #define BUFFERSIZE 0x4000
139 buffer = (byte *) malloc(BUFFERSIZE);
283 bytesleft = BUFFERSIZE;
  /src/sys/miscfs/procfs/
procfs_map.c 94 #define BUFFERSIZE (64 * 1024)
116 size_t bufsize = BUFFERSIZE;

Completed in 109 milliseconds