Searched defs:endopts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c352 char *endopts = opts + len; local
360 while ((cp < endopts) && (*cp == '\0'))
362 if (cp == endopts)
365 while (opts < endopts) {
367 if ((optval = next_field(optname, endopts)) == NULL) {
376 if ((opts = next_field(optval, endopts)) == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c660 process_options(int opcode, char *opts, char *endopts) argument
671 while ((cp < endopts) && (*cp == '\0'))
673 if (cp == endopts)
684 while (opts < endopts) {
686 if ((optval = next_field(optname, endopts)) == NULL) {
690 if ((opts = next_field(optval, endopts)) == NULL) {

Completed in 61 milliseconds