options.c | 81 STATIC int getopts(char *, char *, char **, char ***, char **); 547 * The getopts builtin. Shellparam.optnext points to the next argument 550 * then it's the first time getopts has been called. 559 error("usage: getopts optstring var [arg]"); 571 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, 576 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr) function in typeref:typename:STATIC int
|