OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 00:09:49 GMT 2025