Searched refs:format_group (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/diff/src/ |
H A D | ifdef.c | 33 static char const *format_group (FILE *, char const *, char, 109 format_group (outfile, format, 0, groups); in format_ifdef() 119 format_group (register FILE *out, char const *format, char endchar, in format_group() function 166 f = format_group (thenout, f, ':', groups); in format_group() 169 f = format_group (elseout, f + 1, ')', groups); in format_group()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 818 (format_group, print_ifdef_lines): Avoid core dumps with bad formats. 1372 (format_group): Use strtoumax to parse line numbers. 1373 (format_group, print_ifdef_lines): Use do_printf_spec to 2260 * ifdef.c (format_group, groups_letter_value): 2439 * ifdef.c (format_group): Ensure isdigit argument isn't < 0. 2465 (format_group, print_ifdef_lines): Use it. Remove %0 format spec. 2491 (format_group, scan_printf_spec, groups_letter_value): New functions.
|