Home
last modified time | relevance | path

Searched refs:fmt_string (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dod.c110 char fmt_string[FMT_BYTES_ALLOCATED]; /* Of the style "%*d". */ member
463 PRINT_FIELDS (N, T, char const *fmt_string, \
464 xprintf (fmt_string, adjusted_width, x))
467 PRINT_FIELDS (N, T, MAYBE_UNUSED char const *fmt_string, \
711 sprintf (tspec->fmt_string, "%%*%s", in ATTRIBUTE_NONNULL()
717 sprintf (tspec->fmt_string, "%%*.%d%s", in ATTRIBUTE_NONNULL()
725 sprintf (tspec->fmt_string, "%%*%s", in ATTRIBUTE_NONNULL()
731 sprintf (tspec->fmt_string, "%%*.%d%s", in ATTRIBUTE_NONNULL()
1212 curr_block, spec[i].fmt_string, in write_block()
1966 i, spec[i].fmt_string, width_bytes[spec[i].size], in main()