Searched refs:switch_char (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | pr.c | 430 static void getoptarg (char *arg, char switch_char, char *character, 1168 getoptarg (char *arg, char switch_char, char *character, int *number) in getoptarg() argument 1172 error (0, 0, _("'-%c': Invalid argument: %s"), switch_char, quote (arg)); in getoptarg() 1193 switch_char, quote (arg)); in getoptarg()
|