Searched refs:switch_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | diff.c | 674 switch_string = option_list (argv + 1, optind - 1); 712 free (switch_string); 1264 switch_string = NULL;
|
H A D | diff.h | 176 EXTERN char * switch_string; variable
|
H A D | util.c | 200 + strlen (switch_string) + 7); in begin_output() 205 sprintf (name, "diff%s %s %s", switch_string, current_name0, current_name1); in begin_output()
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | util.c | 184 + strlen (switch_string) + 7); in begin_output() 191 sprintf (name, "diff%s %s %s", switch_string, current_name0, current_name1); in begin_output()
|
H A D | diff.h | 187 XTERN char *switch_string; variable
|
H A D | diff.c | 707 switch_string = option_list (argv + 1, optind - 1); in main()
|