Searched refs:LBUFINCR (Results 1 – 1 of 1) sorted by relevance
32 #define LBUFINCR 100 macro41 line_buf = (char *) malloc (LBUFINCR); in safe_fgets()42 line_buf_size = LBUFINCR; in safe_fgets()57 line_buf_size += LBUFINCR; in safe_fgets()65 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) == 0) in safe_fgets()