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

  /src/bin/sh/
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
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
  /src/usr.bin/unzip/
unzip.c 982 getopts(int argc, char *argv[]) function in typeref:typename:int
1080 nopts = getopts(argc, argv);
1093 nopts += getopts(argc - nopts, argv + nopts);
unzip.c 982 getopts(int argc, char *argv[]) function in typeref:typename:int
1080 nopts = getopts(argc, argv);
1093 nopts += getopts(argc - nopts, argv + nopts);

Completed in 24 milliseconds