Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c352 char *endopts = opts + len; in print_options() local
360 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()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtrap.c175 goto endopts; in b_kill()
181 goto endopts; in b_kill()
185 goto endopts; in b_kill()
193 endopts: in b_kill()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c660 process_options(int opcode, char *opts, char *endopts) in process_options() argument
671 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()