HomeSort by: relevance | last modified time | path
    Searched defs:optbase (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
options.c 556 char **optbase; local in function:getoptscmd
561 optbase = shellparam.p;
563 optbase = &argv[3];
566 shellparam.optnext = optbase;
571 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,

Completed in 13 milliseconds