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

Function out_uint_x

src/stat.c:713–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 printf (pformat, arg);
712}
713static void
714out_uint_x (char *pformat, size_t prefix_len, uintmax_t arg)
715{
716 make_format (pformat, prefix_len, "-#0", "jx");
717 printf (pformat, arg);
718}
719static int
720out_minus_zero (char *pformat, size_t prefix_len)
721{

Callers 2

print_statfsFunction · 0.85
print_statFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected