Searched refs:line_chars_allocated (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | cvsrc.c | 41 size_t line_chars_allocated; local 92 line_chars_allocated = 0; 95 while ((line_length = get_line (&line, &line_chars_allocated, cvsrcfile))
|
| D | logmsg.c | 181 size_t line_chars_allocated; local 314 line_chars_allocated = 0; 322 line_length = get_line (&line, &line_chars_allocated, fp); 351 line_length = get_line (&line, &line_chars_allocated, stdin); 490 size_t line_chars_allocated = 0; local 492 while (get_line (&line, &line_chars_allocated, tfp) >= 0)
|
| D | entries.c | 294 size_t line_chars_allocated; local 302 line_chars_allocated = 0; 305 while ((line_length = get_line (&line, &line_chars_allocated, fpin)) > 0) 735 size_t line_chars_allocated; local 738 line_chars_allocated = 0; 740 if ((line_length = get_line (&line, &line_chars_allocated, fp)) > 0)
|
| D | commit.c | 1480 size_t line_chars_allocated; local 1484 line_chars_allocated = 0; 1485 line_length = get_line (&line, &line_chars_allocated, fp);
|
| D | ChangeLog-9395 | 24 line_chars_allocated so they dont cause malloc problems within
|