Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
static void
470
long_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
476
void
477
usage (int status)
Callers
1
main
Function · 0.85
Calls
1
print_long_entry
Function · 0.85
Tested by
no test coverage detected