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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c22 static char *i_womp; /* Plan a buffer for entire file */ variable
23 static char **i_ptr; /* Pointers to lines in i_womp */
43 if (i_womp != Nullch)
44 free(i_womp);
45 i_womp = Nullch;
187 i_womp = Nullch;
193 i_womp = malloc((MEM)(i_size + 2));
195 if (i_womp == Nullch)
200 if (read(ifd, i_womp, (int)i_size) != i_size) {
203 * this point it doesn't matter if i_womp wa
[all...]

Completed in 106 milliseconds