HomeSort by relevance Sort by last modified time
    Searched refs:getopts (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
options.c 79 STATIC int getopts(char *, char *, char **, char ***, char **);
371 * The getopts builtin. Shellparam.optnext points to the next argument
374 * then it's the first time getopts has been called.
383 error("usage: getopts optstring var [arg]");
395 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
400 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr) function
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 65 int optind = getopts(options, argv);
256 private static int getopts(Hashtable options, String[] argv) { method in class:CommandLine

Completed in 493 milliseconds