Searched refs:getopt (Results 1 - 25 of 259) sorted by relevance

1234567891011

/external/libmtp/examples/
H A Dcommon.h27 #include <getopt.h>
33 #include "..\windows\getopt.h"
/external/grub/lib/
H A Dgetopt.h1 /* Declarations for getopt.
29 /* For communication from `getopt' to the caller.
30 When `getopt' finds an option that takes an argument,
39 and for communication between successive calls to `getopt'.
41 On entry to `getopt', zero means this is the first call; initialize.
43 When `getopt' returns -1, this is the index of the first of the
51 /* Callers store zero here to inhibit the error message `getopt' prints
78 one). For long options that have a zero `flag' field, `getopt'
103 /* Many other libraries have conflicting prototypes for getopt, with
105 errors, only prototype getopt fo
[all...]
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h1 /* Declarations for getopt.
31 /* For communication from `getopt' to the caller.
32 When `getopt' finds an option that takes an argument,
41 and for communication between successive calls to `getopt'.
43 On entry to `getopt', zero means this is the first call; initialize.
45 When `getopt' returns -1, this is the index of the first of the
53 /* Callers store zero here to inhibit the error message `getopt' prints
80 one). For long options that have a zero `flag' field, `getopt'
105 /* Many other libraries have conflicting prototypes for getopt, with
107 errors, only prototype getopt fo
[all...]
/external/e2fsprogs/misc/
H A Duuidgen.c17 #include <getopt.h>
19 extern int getopt(int argc, char * const argv[], const char *optstring);
50 while ((c = getopt (argc, argv, "tr")) != EOF)
/external/libpcap/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/external/tcpdump/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/external/bison/lib/
H A Dgetopt_.h1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
39 # undef getopt macro
49 # define getopt __GETOPT_ID (getopt) macro
65 but it caused redefinition warnings if both unistd.h and getopt.h were
66 included, since unistd.h includes getopt.h having previously defined
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument,
118 and for communication between successive calls to `getopt'
[all...]
/external/iptables/extensions/
H A Dlibxt_TRACE.c5 #include <getopt.h>
/external/blktrace/btt/
H A Dbno_plot.py41 import getopt, glob, os, sys, tempfile namespace
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
63 except getopt.error, msg:
/external/icu4c/tools/
H A Dicu-svnprops-check.py28 import getopt namespace
192 opts, args = getopt.getopt(argv, "fh", ("fix", "help"))
193 except getopt.GetoptError:
/external/qemu/
H A Doffset_layout.py5 import getopt namespace
33 options, args = getopt.getopt(sys.argv[1:], "", ["dx=", "dy=", "px=", "py=", "kx=", "ky="])
49 except getopt.error, msg:
/external/skia/bench/
H A Dbench_compare.py7 import getopt namespace
49 opts, _ = getopt.getopt(sys.argv[1:], "f:o:n:h")
50 except getopt.GetoptError, err:
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py11 import getopt namespace
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
H A Dp2p_find.py12 import getopt namespace
133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
135 except getopt.GetoptError:
H A Dp2p_flush.py12 import getopt namespace
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
H A Dp2p_listen.py12 import getopt namespace
123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
125 except getopt.GetoptError:
H A Dp2p_stop_find.py10 import getopt namespace
127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:")
129 except getopt.GetoptError:
/external/oprofile/
H A 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
[all...]
/external/clang/
H A Dgen_diff.sh15 ARGS=`getopt -o h --long help -- "$@"`
/external/e2fsprogs/debugfs/
H A Dunused.c19 #include <getopt.h>
/external/srtp/crypto/test/
H A Dkernel_driver.c47 #include <unistd.h> /* for getopt() */
76 q = getopt(argc, argv, "vd:");
H A Drand_gen.c47 #include <unistd.h> /* for getopt() */
89 q = getopt(argc, argv, "ld:n:");
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c7 #include <unistd.h> /* getopt() */
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
H A Dannotate_ignore_write.c7 #include <unistd.h> /* getopt() */
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
H A Dfp_race.c37 while ((optchar = getopt(argc, argv, "dmp")) != EOF)

Completed in 3911 milliseconds

1234567891011