HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmtp/examples/
common.h 27 #include <getopt.h>
33 #include "..\windows\getopt.h"
  /development/scripts/
stack 19 import getopt namespace
47 options, arguments = getopt.getopt(sys.argv[1:], "",
50 except getopt.GetoptError, unused_error:
  /external/fio/lib/
getopt.h 3 #include <getopt.h>
  /external/e2fsprogs/include/nonunix/
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 for the GNU C library. *
    [all...]
  /external/e2fsprogs/misc/
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/
os-ultrix4.h 29 int getopt(int, char * const *, const char *);
  /bionic/libc/include/
getopt.h 1 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
40 * getopt() is declared here too for GNU programs.
67 int getopt(int, char * const [], const char *);
69 extern char *optarg; /* getopt(3) external variables */
74 extern int optreset; /* getopt(3) external variable */
  /development/ndk/platforms/android-3/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /development/ndk/platforms/android-L/include/
getopt.h 1 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
40 * getopt() is declared here too for GNU programs.
67 int getopt(int, char * const [], const char *);
69 extern char *optarg; /* getopt(3) external variables */
74 extern int optreset; /* getopt(3) external variable */
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
scrape_gtest_log.py 16 import getopt namespace
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
67 int getopt(int, char * const *, const char *);
70 extern char *optarg; /* getopt(3) external variables */
  /external/iptables/extensions/
libxt_TRACE.c 5 #include <getopt.h>
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 16 import getopt namespace
30 getopt.getopt(sys.argv[1:], \
32 except getopt.GetOptError:
  /external/mesa3d/src/getopt/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
67 int getopt(int, char * const *, const char *);
70 extern char *optarg; /* getopt(3) external variables */
  /external/bison/darwin-lib/
getopt.h 2 /* Declarations for getopt.
29 <getopt.h>; our definitions will be present soon enough. */
32 # include_next <getopt.h>
45 headers that might declare getopt so that they will not cause
46 confusion if included after this file (if the system had <getopt.h>,
58 # undef getopt macro
69 # define getopt __GETOPT_ID (getopt) macro
87 but it caused redefinition warnings if both unistd.h and getopt.h were
88 included, since unistd.h includes getopt.h having previously define
    [all...]
  /external/e2fsprogs/tests/progs/
crcsum.c 18 #include <getopt.h>
37 while ((c = getopt (argc, argv, "h")) != EOF) {
  /external/bison/lib/
getopt.in.h 1 /* Declarations for getopt.
28 <getopt.h>; our definitions will be present soon enough. */
44 headers that might declare getopt so that they will not cause
45 confusion if included after this file (if the system had <getopt.h>,
57 # undef getopt macro
68 # define getopt __GETOPT_ID (getopt) macro
86 but it caused redefinition warnings if both unistd.h and getopt.h were
87 included, since unistd.h includes getopt.h having previously defined
131 /* For communication from 'getopt' to the caller
    [all...]
  /external/blktrace/btt/
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/chromium_org/third_party/libvpx/source/libvpx/tools/
all_builds.py 3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
  /external/libvpx/libvpx/tools/
all_builds.py 3 import getopt namespace
41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
42 except getopt.GetoptError, err:
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_SPARC_asm.py 30 import sys, getopt namespace
256 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")
gl_gentable.py 34 import sys, getopt namespace
191 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")
gl_offsets.py 30 import sys, getopt namespace
106 (args, trail) = getopt.getopt(sys.argv[1:], "f:c")
  /external/lldb/test/pexpect-2.4/examples/
astat.py 16 import os, sys, time, re, getopt, getpass namespace
31 optlist, args = getopt.getopt(sys.argv[1:], 'h?s:u:p:', ['help','h','?'])
  /external/mesa3d/src/mapi/glapi/gen/
gl_SPARC_asm.py 30 import sys, getopt namespace
256 (args, trail) = getopt.getopt(sys.argv[1:], "m:f:")

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>