Home
last modified time | relevance | path

Searched refs:bestguess (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/patch/
Dpch.c73 static char *bestguess = NULL; /* guess at correct filename */ variable
220 filearg[0] = savestr(bestguess); in there_is_another_patch()
226 free(bestguess); in there_is_another_patch()
227 bestguess = savestr(buf); in there_is_another_patch()
237 filearg[0] = fetchname(bestguess, &exists, 0); in there_is_another_patch()
390 free(bestguess); in intuit_diff_type()
391 bestguess = NULL; in intuit_diff_type()
393 bestguess = savestr(filearg[0]); in intuit_diff_type()
401 bestguess = posix_name(names, true); in intuit_diff_type()
403 bestguess = best_name(names, true); in intuit_diff_type()