Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff.c51 static int specify_format PARAMS((char **, char *));
358 err |= specify_format (&group_format[i], b);
554 if (specify_format (&line_format[c - 132], optarg) != 0)
563 err |= specify_format (&line_format[i], optarg);
574 if (specify_format (&group_format[c - 136], optarg) != 0)
860 specify_format (var, value) in specify_format() function
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog1066 (specify_value): Renamed from specify_format. All uses changed.
2011 (specify_format): Args no longer const pointers. All callers changed.
2481 (specify_format): New function.