HomeSort by relevance Sort by last modified time
    Searched full:getopts (Results 1 - 25 of 60) sorted by null

1 2 3

  /system/core/sh/
builtins.c 23 { "getopts", getoptscmd },
options.h 40 unsigned char reset; /* if getopts has been reset */
42 char **optnext; /* next parameter to be processed by getopts */
43 char *optptr; /* used by getopts */
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
builtins.def 65 getoptscmd -u getopts
sh.1     [all...]
  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 49 IOpt [] getOpts ();
52 IOpt [] getOpts (String pattern);
  /external/blktrace/
btrace 14 while getopts "a:w:n:b:r:sthv" c
  /external/chromium_org/chrome_frame/cfinstall/
build.sh 9 while getopts l:d o
  /external/chromium_org/v8/tools/
v8-rolls.sh 104 while getopts ":hn:s:" OPTION ; do
v8-info.sh 141 while getopts ":hi:v:m:p:u:" OPTION ; do
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 120 # Using getopts to handle options
p2p_flush.py 120 # Using getopts to handle options
p2p_stop_find.py 125 # Using getopts to handle options
p2p_find.py 131 # Using getopts to handle options
p2p_group_add.py 167 # Using getopts to handle options
p2p_invite.py 149 # Using getopts to handle options
p2p_listen.py 121 # Using getopts to handle options
  /external/mksh/src/
dot.mkshrc 83 while getopts ":lvn" d; do
127 while getopts ":0123456789lvn" d; do
163 while getopts ":0123456789lvn" d; do
  /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
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 43 while getopts ":s:o:ph" OPTNAME
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 64 final IOptsParser.IOpt [] opts = parsedopts.getOpts ();
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 66 final IOptsParser.IOpt [] opts = parsedopts.getOpts ();
  /external/llvm/utils/
codegen-diff 73 &getopts('d');
  /external/chromium_org/tools/valgrind/
waterfall.sh 186 while getopts ?hn:? OPTION
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 67 final IOptsParser.IOpt [] opts = parsedopts.getOpts ();

Completed in 1019 milliseconds

1 2 3