Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/external/bison/m4/
Dgetopt.m41 # getopt.m4 serial 44
7 # Request a POSIX compliant getopt function.
13 dnl Other modules can request the gnulib implementation of the getopt
25 dnl Arrange for getopt.h to be created.
30 # Request a POSIX compliant getopt function with GNU extensions (such as
40 # Determine whether to replace the entire getopt facility.
49 gl_CHECK_NEXT_HEADERS([getopt.h])
59 dnl Test whether <getopt.h> is available.
61 AC_CHECK_HEADERS([getopt.h], [], [gl_replace_getopt=yes])
72 dnl behavior with getopt-gnu.
[all …]
/external/oprofile/
Doprofile_android25 import getopt
155 opts, args = getopt.getopt(self.argv[1:],
157 except getopt.GetoptError, e:
212 opts, args = getopt.getopt(command_args,
214 except getopt.GetoptError, e:
321 opts, args = getopt.getopt(command_args,
323 except getopt.GetoptError, e:
442 opts, args = getopt.getopt(command_args, 'sap:',
444 except getopt.GetoptError, e:
/external/bison/darwin-lib/
Dgetopt.h32 # include_next <getopt.h>
58 # undef getopt
69 # define getopt __GETOPT_ID (getopt) macro
241 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
Dscrape_gtest_log.py16 import getopt
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
/external/libvpx/libvpx/test/android/
Dscrape_gtest_log.py16 import getopt
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
/external/mesa3d/src/getopt/
DSConscript10 getopt = env.ConvenienceLibrary(
11 target = 'getopt',
15 Export('getopt')
/external/chromium_org/third_party/mesa/src/src/getopt/
DSConscript10 getopt = env.ConvenienceLibrary(
11 target = 'getopt',
15 Export('getopt')
/external/libvpx/libvpx/tools/
Dall_builds.py3 import getopt
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
Dall_builds.py3 import getopt
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
/external/blktrace/btt/
Dbno_plot.py41 import getopt, glob, os, sys, tempfile
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
63 except getopt.error, msg:
/external/tcpdump/win32/Include/
Dgetopt.h111 extern int getopt (int argc, char *const *argv, const char *shortopts);
113 extern int getopt ();
127 extern int getopt ();
/external/fonttools/MetaTools/
DroundTrip.py20 import getopt
70 rawOptions, files = getopt.getopt(args, "it:x:")
71 except getopt.GetoptError:
/external/bison/lib/
Dgetopt.in.h57 # undef getopt
68 # define getopt __GETOPT_ID (getopt) macro
230 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
/external/e2fsprogs/include/nonunix/
Dgetopt.h108 extern int getopt (int argc, char *const *argv, const char *shortopts);
110 extern int getopt ();
124 extern int getopt ();
/external/chromium_org/third_party/android_platform/development/scripts/
Dstack19 import getopt
113 options, arguments = getopt.getopt(sys.argv[1:], "",
121 except getopt.GetoptError, unused_error:
/external/qemu/
Doffset_layout.py5 import getopt
33 options, args = getopt.getopt(sys.argv[1:], "", ["dx=", "dy=", "px=", "py=", "kx=", "ky="])
49 except getopt.error, msg:
/external/lldb/test/pexpect-2.4/examples/
Dastat.py16 import os, sys, time, re, getopt, getpass
31 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py12 import getopt
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
Dp2p_disconnect.py11 import getopt
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
Dp2p_stop_find.py10 import getopt
127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:")
129 except getopt.GetoptError:
Dp2p_listen.py12 import getopt
123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
125 except getopt.GetoptError:
/external/chromium_org/ppapi/generators/
Didl_option.py5 import getopt
96 opts, filenames = getopt.getopt(args, short_opts, long_opts)
103 except getopt.error, e:
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
Dgl_gentable.py34 import sys, getopt
191 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")
/external/mesa3d/src/mapi/glapi/gen/
Dgl_gentable.py34 import sys, getopt
191 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")
/external/qemu/distrib/libsparse/src/
Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:

12345678910>>...16