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

  /src/usr.bin/sort/
fsort.h 70 #define DEFLLEN 65536
msort.c 209 cfile->rec = allocrec(NULL, DEFLLEN);
210 cfile->end = (u_char *)cfile->rec + DEFLLEN;
248 new_rec = allocrec(NULL, DEFLLEN);
249 new_end = (u_char *)new_rec + DEFLLEN;
380 crec = malloc(offsetof(RECHEADER, data[DEFLLEN]));
381 crec_end = crec->data + DEFLLEN;
382 prec = malloc(offsetof(RECHEADER, data[DEFLLEN]));
383 prec_end = prec->data + DEFLLEN;
files.c 177 static size_t buf_size = DEFLLEN;

Completed in 13 milliseconds