Searched refs:MINBUFSZ (Results 1 – 2 of 2) sorted by relevance
60 #define MINBUFSZ 512 /* minimum buffer size - must be > 0 */ macro148 if ((ts = (char *) realloc((b), ti += MAX((i), MINBUFSZ))) == NULL) { \155 if ((ts = (char *) malloc(ti += MAX((i), MINBUFSZ))) == NULL) { \173 if ((ts = (char *) realloc((b), ti += MAX((i), MINBUFSZ))) == NULL) { \
161 (ti += MINBUFSZ) * sizeof(line_t **))) == NULL) { in set_active_node()169 if ((ts = (line_t **) calloc(ti += MINBUFSZ, in set_active_node()