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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.c251 char *oldtmp = Nullch; local
301 oldtmp = savestr(s+4);
305 oldtmp = savestr(s+4); /* pretend it is the old name */
324 oldtmp = p4_savestr(s + 5);
379 if (oldtmp != Nullch)
380 oldname = fetchname(oldtmp, strippath,
408 if (oldtmp != Nullch)
409 oldname = fetchname(oldtmp, strippath, TRUE);
425 if (oldtmp != Nullch)
426 free(oldtmp);
[all...]

Completed in 60 milliseconds