Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c1118 char const *fmt_char = directive + len + 1; in format_code_offset() local
1119 fmt_char += strspn (fmt_char, digits); in format_code_offset()
1120 if (*fmt_char == '.') in format_code_offset()
1121 fmt_char += 1 + strspn (fmt_char + 1, digits); in format_code_offset()
1122 return fmt_char - directive; in format_code_offset()
1156 char fmt_char = *(b + len); in print_it() local
1161 switch (fmt_char) in print_it()
1169 dest[len] = fmt_char; in print_it()
1178 mod_char = fmt_char; in print_it()
1179 fmt_char = *(b + 1); in print_it()
[all …]