Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/patch/
Dpch.c71 static char *bestguess = NULL; /* guess at correct filename */ variable
208 filearg[0] = xstrdup(bestguess); in there_is_another_patch()
214 free(bestguess); in there_is_another_patch()
215 bestguess = xstrdup(buf); in there_is_another_patch()
219 int def_skip = *bestguess == '\0'; in there_is_another_patch()
227 filearg[0] = fetchname(bestguess, &exists, 0); in there_is_another_patch()
405 free(bestguess); in intuit_diff_type()
406 bestguess = NULL; in intuit_diff_type()
408 bestguess = xstrdup(filearg[0]); in intuit_diff_type()
416 bestguess = posix_name(names, true); in intuit_diff_type()
[all …]