HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 226 - 250 of 362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/netcat/
stupidh 46 getopt string strings signal setjmp io param stat types time timeb utime \
  /external/v8/tools/
tickprocessor.py 30 import getopt, os, string namespace
529 opts, args = getopt.getopt(sys.argv[1:], "jgcoe", self.options)
530 except getopt.GetoptError:
  /frameworks/base/cmds/dumpstate/
dumpstate.c 194 while ((c = getopt(argc, argv, "dho:svz")) != -1) {
  /frameworks/base/tools/aapt/
Main.cpp 15 #include <getopt.h>
  /system/core/toolbox/
mount.c 238 c = getopt(argc, argv, "o:rt:w");
  /system/extras/tests/framebuffer/
mdp_test.c 195 while ((opt = getopt(argc, argv, "s:d:f:t:u:v:")) != -1) {
  /external/bluetooth/bluez/test/
rctest.c 35 #include <getopt.h>
603 while ((opt=getopt(argc,argv,"rdscuwmnb:i:P:U:B:N:MAESL:F:C:D:T")) != EOF) {
  /external/e2fsprogs/debugfs/
logdump.c 26 #include <getopt.h>
103 while ((c = getopt (argc, argv, "ab:ci:f:s")) != EOF) {
  /external/e2fsprogs/misc/
e2image.c 19 #include <getopt.h>
640 while ((c = getopt (argc, argv, "rsI")) != EOF)
  /bootable/diskinstaller/
installer.c 384 while ((x = getopt (argc, argv, "thdc:l:p:")) != EOF) {
  /bootable/recovery/
recovery.c 20 #include <getopt.h>
  /external/bluetooth/bluez/compat/
dund.c 37 #include <getopt.h>
  /external/iproute2/misc/
lnstat.c 37 #include <getopt.h>
  /external/iproute2/tc/
m_xt.c 27 #include <getopt.h>
m_xt_old.c 28 #include <getopt.h>
  /external/iptables/extensions/
libip6t_hashlimit.c 17 #include <getopt.h>
libip6t_multiport.c 6 #include <getopt.h>
libip6t_rt.c 6 #include <getopt.h>
libip6t_tcp.c 6 #include <getopt.h>
libipt_dccp.c 11 #include <getopt.h>
libipt_hashlimit.c 17 #include <getopt.h>
libipt_multiport.c 6 #include <getopt.h>
libipt_policy.c 7 #include <getopt.h>
libipt_tcp.c 6 #include <getopt.h>
  /external/netperf/
netlib.h 408 int getopt(int argc, char **argv, char *optstring);

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011>>