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

/netbsd-current/usr.bin/patch/
H A Dpch.c151 short *new_p_len; local
163 new_p_len = pch_realloc(p_len, new_hunkmax, sizeof(short));
164 if (new_p_len == NULL)
172 p_len = new_p_len;

Completed in 1142 milliseconds