Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c183 static char *format_str_suffix = nullptr; variable
1128 format_str_suffix = xstrdup (fmt + suffix_pos); in parse_format_string()
1136 quote_n (2, format_str_suffix ? format_str_suffix : "")); in parse_format_string()
1266 if (format_str_suffix) in print_padded_number()
1267 fputs (format_str_suffix, stdout); in print_padded_number()