Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dopc2c.c32 #define LBUFINCR 100 macro
41 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()