Searched refs:optptr (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/cddl/compat/opensolaris/misc/ |
| HD | zmount.c | 74 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/ |
| HD | options.c | 459 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()
|
| HD | options.h | 43 char *optptr; /* used by getopts */ member
|
| /NextBSD/sbin/etherswitchcfg/ |
| HD | ifmedia.c | 589 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/ |
| HD | ifmedia.c | 606 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/ |
| HD | ChangeLog | 2719 * configure.in: check if struct mounta has the optptr field; 2724 touch mnt->optptr unless HAVE_MOUNTA_OPTPTR is defined
|