Searched refs:endopts (Results 1 – 3 of 3) sorted by relevance
352 char *endopts = opts + len; in print_options() local360 while ((cp < endopts) && (*cp == '\0')) in print_options()362 if (cp == endopts) in print_options()365 while (opts < endopts) { in print_options()367 if ((optval = next_field(optname, endopts)) == NULL) { in print_options()376 if ((opts = next_field(optval, endopts)) == NULL) { in print_options()
175 goto endopts; in b_kill()181 goto endopts; in b_kill()185 goto endopts; in b_kill()193 endopts: in b_kill()
660 process_options(int opcode, char *opts, char *endopts) in process_options() argument671 while ((cp < endopts) && (*cp == '\0')) in process_options()673 if (cp == endopts) in process_options()684 while (opts < endopts) { in process_options()686 if ((optval = next_field(optname, endopts)) == NULL) { in process_options()690 if ((opts = next_field(optval, endopts)) == NULL) { in process_options()