/external/grub/lib/ |
H A D | getopt.h | 1 /* 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 D | getopt.h | 1 /* 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 D | uuidgen.c | 17 #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 D | os-ultrix4.h | 29 int getopt(int, char * const *, const char *);
|
/external/tcpdump/lbl/ |
H A D | os-ultrix4.h | 29 int getopt(int, char * const *, const char *);
|
/external/webkit/WebKit/android/benchmark/ |
H A D | main.cpp | 30 #include <getopt.h> 42 int c = getopt(argc, argv, "d:r:");
|
/external/bison/lib/ |
H A D | getopt_.h | 1 /* 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/blktrace/btt/ |
H A D | bno_plot.py | 41 import getopt, glob, os, sys, tempfile namespace 62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts) 63 except getopt.error, msg:
|
/external/iptables/extensions/ |
H A D | libipt_unclean.c | 4 #include <getopt.h>
|
H A D | libip6t_eui64.c | 6 #include <getopt.h>
|
H A D | libip6t_standard.c | 7 #include <getopt.h>
|
H A D | libipt_MIRROR.c | 5 #include <getopt.h>
|
H A D | libipt_NOTRACK.c | 5 #include <getopt.h>
|
H A D | libipt_standard.c | 7 #include <getopt.h>
|
/external/qemu/ |
H A D | offset_layout.py | 5 import getopt namespace 33 options, args = getopt.getopt(sys.argv[1:], "", ["dx=", "dy=", "px=", "py=", "kx=", "ky="]) 49 except getopt.error, msg:
|
/external/e2fsprogs/debugfs/ |
H A D | unused.c | 19 #include <getopt.h>
|
/external/e2fsprogs/lib/ss/ |
H A D | test_ss.c | 21 #include <getopt.h> 90 while ((c = getopt (argc, argv, "wR:f:")) != EOF) {
|
/external/webkit/WebKit/android/wds/client/ |
H A D | main.cpp | 33 #include <getopt.h> 82 int c = getopt(argc, argv, "ed");
|
/external/clearsilver/python/examples/base/ |
H A D | odb_sqlite.py | 8 import os, sys, string, time, getopt namespace 150 optlist, args = getopt.getopt(argv[1:], "", ["help", "test", "debug"])
|
H A D | odb_mysql.py | 9 import os, sys, string, time, getopt namespace
|
H A D | wordwrap.py | 6 import os, sys, string, time, getopt namespace
|
/external/e2fsprogs/e2fsck/ |
H A D | iscan.c | 12 #include <getopt.h> 66 while ((c = getopt (argc, argv, "FI")) != EOF)
|
/external/clearsilver/cs/ |
H A D | cs.c | 50 while ((c = getopt(argc, argv, "Hvh:c:")) != EOF )
|
/external/fsck_msdos/ |
H A D | main.c | 77 while ((ch = getopt(argc, argv, "CfFnpy")) != -1) {
|
/external/icu4c/stubdata/ |
H A D | icu_dat_generator.py | 36 import getopt namespace 218 opts, args = getopt.getopt(sys.argv[2:], 'hv', ['help', 'verbose']) 219 except getopt.error:
|