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

Function out_uint_o

src/stat.c:707–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705 return printf (pformat, arg);
706}
707static void
708out_uint_o (char *pformat, size_t prefix_len, uintmax_t arg)
709{
710 make_format (pformat, prefix_len, "-#0", "jo");
711 printf (pformat, arg);
712}
713static void
714out_uint_x (char *pformat, size_t prefix_len, uintmax_t arg)
715{

Callers 1

print_statFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected