Home | History | Annotate | Download | only in patch

Lines Matching defs:best

1522  * Choose the name of the file to be patched based the "best" one
1529 char *best = NULL;
1533 * The "best" name is the one with the fewest number of path
1553 best = names[i].path;
1555 if (best == NULL) {
1574 best = names[i].path;
1580 if (best == NULL && ok_to_create_file &&
1582 best = names[NEW_FILE].path;
1585 return best ? savestr(best) : NULL;