Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff.c674 switch_string = option_list (argv + 1, optind - 1);
712 free (switch_string);
1264 switch_string = NULL;
H A Ddiff.h176 EXTERN char * switch_string; variable
H A Dutil.c200 + 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 Dutil.c184 + 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 Ddiff.h187 XTERN char *switch_string; variable
H A Ddiff.c707 switch_string = option_list (argv + 1, optind - 1); in main()