Searched refs:new_hunkmax (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/patch/
H A Dpch.c152 int new_hunkmax = hunkmax * 2; local
157 p_line = reallocf(p_line, new_hunkmax * sizeof(char *));
158 p_len = reallocf(p_len, new_hunkmax * sizeof(unsigned short));
159 p_char = reallocf(p_char, new_hunkmax * sizeof(char));
162 hunkmax = new_hunkmax;

Completed in 78 milliseconds