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

Function out_int

src/stat.c:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 printf (pformat, arg);
694}
695static int
696out_int (char *pformat, size_t prefix_len, intmax_t arg)
697{
698 make_format (pformat, prefix_len, "'-+ 0", "jd");
699 return printf (pformat, arg);
700}
701static int
702out_uint (char *pformat, size_t prefix_len, uintmax_t arg)
703{

Callers 2

out_epoch_secFunction · 0.85
print_statfsFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected