Home
last modified time | relevance | path

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

/coreutils/src/
Dmkdir.c124 make_ancestor (char const *dir, char const *component, void *options) in make_ancestor() function
217 options.make_ancestor_function = make_ancestor; in main()
Dinstall.c368 make_ancestor (char const *dir, char const *component, void *options) in make_ancestor() function
389 int ret = (make_dir_parents (dir, wd, make_ancestor, options, in process_dir()
697 if (mkancesdirs (to, &wd, make_ancestor, x) == -1) in mkancesdirs_safe_wd()