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

Function out_string

src/stat.c:689–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689static void
690out_string (char *pformat, size_t prefix_len, char const *arg)
691{
692 make_format (pformat, prefix_len, "-", "s");
693 printf (pformat, arg);
694}
695static int
696out_int (char *pformat, size_t prefix_len, intmax_t arg)
697{

Callers 3

print_statfsFunction · 0.85
out_mount_pointFunction · 0.85
print_statFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected