Home
last modified time | relevance | path

Searched refs:endopts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c350 char *endopts = opts + len; in print_options() local
358 while ((cp < endopts) && (*cp == '\0')) in print_options()
360 if (cp == endopts) in print_options()
363 while (opts < endopts) { in print_options()
365 if ((optval = next_field(optname, endopts)) == NULL) { in print_options()
374 if ((opts = next_field(optval, endopts)) == NULL) { in print_options()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c196 goto endopts; in b_kill()
202 goto endopts; in b_kill()
206 goto endopts; in b_kill()
217 endopts: in b_kill()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c661 process_options(int opcode, char *opts, char *endopts) in process_options() argument
672 while ((cp < endopts) && (*cp == '\0')) in process_options()
674 if (cp == endopts) in process_options()
685 while (opts < endopts) { in process_options()
687 if ((optval = next_field(optname, endopts)) == NULL) { in process_options()
691 if ((opts = next_field(optval, endopts)) == NULL) { in process_options()