Searched refs:specify_value (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff.c | 67 static void specify_value (char const **, char const *, char const *); 364 specify_value (&group_format[i], b, "-D"); in main() 456 specify_value (&starting_file, optarg, "-S"); in main() 518 specify_value (&from_file, optarg, "--from-file"); in main() 549 specify_value (&line_format[i], optarg, "--line-format"); in main() 574 specify_value (&to_file, optarg, "--to-file"); in main() 582 specify_value (&line_format[c], optarg, line_format_option[c]); in main() 591 specify_value (&group_format[c], optarg, group_format_option[c]); in main() 948 specify_value (char const **var, char const *value, char const *option) in specify_value() function
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 313 (specify_style, specify_value): Bring these routines back, as POSIX 324 Use specify_style and specify_value. 630 (specify_value, specify_style): Likewise. All callers changed. 1058 Use specify_value when appropriate. 1066 (specify_value): Renamed from specify_format. All uses changed.
|