Home | History | Annotate | Download | only in util

Lines Matching full:rest

208 		const char *rest;
214 rest = skip_prefix(arg, options->long_name);
216 if (!rest)
218 if (*rest == '=')
220 if (*rest)
225 if (!rest) {
254 rest = skip_prefix(arg + 3, options->long_name);
256 if (!rest && !prefixcmp(options->long_name, arg + 3))
258 if (!rest)
261 if (*rest) {
262 if (*rest != '=')
264 p->opt = rest + 1;