Searched refs:optptr (Results 1 – 3 of 3) sorted by relevance
455 shellparam.optptr = NULL; in getoptscmd()461 &shellparam.optptr); in getoptscmd()466 char **optptr) in getopts() argument476 if ((p = *optptr) == NULL || *p == '\0') { in getopts()535 *optptr = p; in getopts()550 *optptr = NULL; in getopts()
42 char *optptr; /* used by getopts */ member
528 char *optlist, *optptr; in get_media_options() local548 optptr = optlist; in get_media_options()549 for (; (optptr = strtok(optptr, ",")) != NULL; optptr = NULL) { in get_media_options()551 option = lookup_media_word(ttos->options[i].desc, optptr); in get_media_options()556 errx(1, "unknown option: %s", optptr); in get_media_options()