HomeSort by relevance Sort by last modified time
    Searched defs:getopt (Results 26 - 43 of 43) sorted by null

12

  /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...]
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is part of the C library, so if you don't know what
27 #include "getopt.h"
45 /* This version of 'getopt' appears to the caller like standard Unix 'getopt'
53 Using 'getopt' or setting the environment variable POSIXLY_CORRECT
62 /* For communication from 'getopt' to the caller.
63 When 'getopt' finds an option that takes an argument,
72 and for communication between successive calls to 'getopt'.
74 On entry to 'getopt', zero means this is the first call; initialize
1157 getopt (int argc, char *const *argv, const char *optstring) function
    [all...]
  /external/skia/bench/
bench_analyze.py 15 import getopt namespace
188 opts, _ = getopt.getopt(sys.argv[1:], 'a:b:o:p:')
189 except getopt.GetoptError, err:
bench_graph_svg.py 7 import getopt namespace
286 opts, _ = getopt.getopt(sys.argv[1:]
289 except getopt.GetoptError, err:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 11 import getopt namespace
236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
238 except getopt.GetoptError:
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 1 /* Declarations for getopt.
28 headers that might declare getopt so that they will not cause
38 # undef getopt macro
48 # define getopt __GETOPT_ID (getopt) macro
64 but it caused redefinition warnings if both unistd.h and getopt.h were
65 included, since unistd.h includes getopt.h having previously defined
107 /* For communication from `getopt' to the caller.
108 When `getopt' finds an option that takes an argument,
117 and for communication between successive calls to `getopt'
    [all...]
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
27 #include "getopt.h"
49 /* Unlike standard Unix `getopt', functions like `getopt_long'
56 Using `getopt' or setting the environment variable POSIXLY_CORRECT
65 /* For communication from `getopt' to the caller.
66 When `getopt' finds an option that takes an argument,
75 and for communication between successive calls to `getopt'.
77 On entry to `getopt', zero means this is the first call; initialize.
79 When `getopt' returns -1, this is the index of the first of th
1111 getopt (int argc, char *const *argv, const char *optstring) function
    [all...]
  /external/blktrace/btt/
btt_plot.py 64 import getopt, glob, os, sys namespace
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
209 except getopt.error, msg:
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 11 import getopt namespace
360 opts, args = getopt.getopt(sys.argv[1:], "d", ["demangle"])
  /bionic/libc/unistd/
getopt_long.c 61 #include <getopt.h>
66 #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */
74 int optreset; /* reset getopt */
492 * getopt --
495 * [eventually this will replace the BSD getopt]
498 getopt(int nargc, char * const *nargv, const char *options) function
503 * the BSD getopt(3) (unlike GNU) has never done this.
505 * Furthermore, since many privileged programs call getopt()
  /external/grub/lib/
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
28 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
71 contain conflicting prototypes for getopt. */
94 /* This version of `getopt' appears to the caller like standard Unix `getopt'
98 As `getopt' works, it permutes the elements of ARGV so that,
108 #include "getopt.h"
110 /* For communication from `getopt' to the caller.
111 When `getopt' finds an option that takes an argument
970 getopt (argc, argv, optstring) function
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 252 int getopt(int argc, char *const argv[], const char *optstring) function
  /ndk/sources/host-tools/make-3.81/
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
27 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
70 contain conflicting prototypes for getopt. */
88 /* This version of `getopt' appears to the caller like standard Unix `getopt'
92 As `getopt' works, it permutes the elements of ARGV so that,
102 #include "getopt.h"
104 /* For communication from `getopt' to the caller.
105 When `getopt' finds an option that takes an argument
952 getopt (int argc, char *const *argv, const char *optstring) function
    [all...]
  /build/tools/releasetools/
common.py 17 import getopt namespace
572 opts, args = getopt.getopt(
578 except getopt.GetoptError, err:
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 64 At bottom, this module calls getopt(), so getopt functionality is
128 -- as in getopt(), terminates flag-processing
391 import getopt namespace
829 # Set if we should use new style gnu_getopt rather than getopt when parsing
836 See http://docs.python.org/library/getopt.html#getopt.gnu_getopt
    [all...]
  /external/openssh/
defines.h 556 # undef getopt macro
562 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro
  /external/netperf/
netlib.c 266 /* we use a getopt implementation from net.sources */
348 (NULL != program) ? program : "getopt", pch, optopt);
352 getopt(int argc, char **argv, char *ostr)
349 getopt(int argc, char **argv, char *ostr) function
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1782 milliseconds

12