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

  /external/tcpdump/win32/Include/
getopt.h 111 extern int getopt (int argc, char *const *argv, const char *shortopts);
115 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
118 const char *shortopts,
123 const char *shortopts,
  /ndk/sources/host-tools/make-3.81/
getopt.h 106 extern int getopt (int argc, char *const *argv, const char *shortopts);
110 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
113 const char *shortopts,
118 const char *shortopts,
  /external/e2fsprogs/include/nonunix/
getopt.h 108 extern int getopt (int argc, char *const *argv, const char *shortopts);
112 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
115 const char *shortopts,
120 const char *shortopts,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
56 running program. Typically, this means "sys.argv[1:]". shortopts
90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
117 if shortopts.startswith('+'):
118 shortopts = shortopts[1:]
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args):
190 if short_has_arg(opt, shortopts)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help='])
179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 853 shortopts = "b:n:r:f:e:m:c:p:lx:i:hvqa"
863 options, args = getopt.getopt(sys.argv[1:], shortopts, longopts)
    [all...]

Completed in 422 milliseconds