MCPcopy Create free account
hub / github.com/coreutils/coreutils / announce_mkdir

Function announce_mkdir

src/install.c:354–360  ·  view source on GitHub ↗

Report that directory DIR was made, if OPTIONS requests this. */

Source from the content-addressed store, hash-verified

352
353/* Report that directory DIR was made, if OPTIONS requests this. */
354static void
355announce_mkdir (char const *dir, void *options)
356{
357 struct cp_options const *x = options;
358 if (x->verbose)
359 prog_fprintf (stdout, _("creating directory %s"), quoteaf (dir));
360}
361
362/* Make ancestor directory DIR, whose last file name component is
363 COMPONENT, with options OPTIONS. Assume the working directory is

Callers 1

make_ancestorFunction · 0.70

Calls 1

prog_fprintfFunction · 0.85

Tested by

no test coverage detected