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

Function out_uint

src/stat.c:701–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 return printf (pformat, arg);
700}
701static int
702out_uint (char *pformat, size_t prefix_len, uintmax_t arg)
703{
704 make_format (pformat, prefix_len, "'-0", "ju");
705 return printf (pformat, arg);
706}
707static void
708out_uint_o (char *pformat, size_t prefix_len, uintmax_t arg)
709{

Callers 3

out_epoch_secFunction · 0.85
print_statfsFunction · 0.85
print_statFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected