Home
last modified time | relevance | path

Searched refs:optptr (Results 1 – 6 of 6) sorted by relevance

/NextBSD/cddl/compat/opensolaris/misc/
HDzmount.c74 char *dataptr, int datalen, char *optptr, int optlen) in zmount() argument
87 assert(optptr != NULL); in zmount()
90 optstr = strdup(optptr); in zmount()
/NextBSD/bin/sh/
HDoptions.c459 shellparam.optptr = NULL; in getoptscmd()
465 &shellparam.optptr); in getoptscmd()
470 char **optptr) in getopts() argument
480 if ((p = *optptr) == NULL || *p == '\0') { in getopts()
539 *optptr = p; in getopts()
554 *optptr = NULL; in getopts()
HDoptions.h43 char *optptr; /* used by getopts */ member
/NextBSD/sbin/etherswitchcfg/
HDifmedia.c589 char *optlist, *optptr; in get_media_options() local
609 optptr = optlist; in get_media_options()
610 for (; (optptr = strtok(optptr, ",")) != NULL; optptr = NULL) { in get_media_options()
612 option = lookup_media_word(ttos->options[i].desc, optptr); in get_media_options()
617 errx(1, "unknown option: %s", optptr); in get_media_options()
/NextBSD/sbin/ifconfig/
HDifmedia.c606 char *optlist, *optptr; in get_media_options() local
626 optptr = optlist; in get_media_options()
627 for (; (optptr = strtok(optptr, ",")) != NULL; optptr = NULL) { in get_media_options()
629 option = lookup_media_word(ttos->options[i].desc, optptr); in get_media_options()
634 errx(1, "unknown option: %s", optptr); in get_media_options()
/NextBSD/contrib/amd/
HDChangeLog2719 * configure.in: check if struct mounta has the optptr field;
2724 touch mnt->optptr unless HAVE_MOUNTA_OPTPTR is defined