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

Function long_pinky

src/pinky.c:469–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469static void
470long_pinky (const int argc_names, char *const argv_names[])
471{
472 for (int i = 0; i < argc_names; i++)
473 print_long_entry (argv_names[i]);
474}
475
476void
477usage (int status)

Callers 1

mainFunction · 0.85

Calls 1

print_long_entryFunction · 0.85

Tested by

no test coverage detected