Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c47 #define MALLOCCHUNK 100 macro
134 lbsize += MALLOCCHUNK; in getttyent()
262 if ((line = malloc(MALLOCCHUNK)) == NULL) in setttyent()
264 lbsize = MALLOCCHUNK; in setttyent()