Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Ddir.c257 if (starting_file && ! cmp->parent) in diff_dirs()
259 while (*names[0] && compare_names (*names[0], starting_file) < 0) in diff_dirs()
261 while (*names[1] && compare_names (*names[1], starting_file) < 0) in diff_dirs()
H A Ddiff.h191 XTERN char const *starting_file; variable
H A Ddiff.c483 specify_value (&starting_file, optarg, "-S"); in main()