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

1 2

  /external/ltp/testcases/kernel/io/disktest/
Getopt.c 26 * $Id: Getopt.c,v 1.5 2008/02/14 08:22:22 subrata_modak Exp $
27 * $Log: Getopt.c,v $
55 * have getopt
60 * Fixed windows getopt to return correctly
77 #include "getopt.h"
81 * FUNCTION: getopt()
85 * to conform with unix like getopt.
93 int getopt(int argc, char **argv, char *pszValidOpts) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stops
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stops
    [all...]
  /external/libpcap/missing/
getopt.c 35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
42 #include "getopt.h"
47 optreset; /* reset getopt */
55 * getopt --
59 getopt(nargc, nargv, ostr) function
  /external/python/cpython2/Lib/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stop
    [all...]
  /external/python/cpython3/Lib/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
56 def getopt(args, shortopts, longopts = []): function
57 """getopt(args, options[, long_options]) -> opts, args
64 colon (i.e., the same format that Unix getopt() uses). If
100 """getopt(args, options[, long_options]) -> opts, args
102 This function works like getopt(), except that GNU style scanning
104 arguments may be intermixed. The getopt() function stop
    [all...]
  /external/syslinux/com32/lib/
getopt.c 2 * getopt.c
4 * Simple POSIX getopt(), no GNU extensions...
19 int getopt(int argc, char *const *argv, const char *optstring) function
25 /* getopt() relies on a number of different global state
27 more than one use of getopt() in the same program. This
  /external/syslinux/gpxe/src/include/
getopt.h 70 static inline int getopt ( int argc, char * const argv[], function
79 * Reset getopt() internal state
81 * Due to a limitation of the POSIX getopt() API, it is necessary to
82 * add a call to reset_getopt() before each set of calls to getopt()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 1 /* Declarations for getopt.
53 /* For communication from `getopt' to the caller.
54 When `getopt' finds an option that takes an argument,
63 and for communication between successive calls to `getopt'.
65 On entry to `getopt', zero means this is the first call; initialize.
67 When `getopt' returns -1, this is the index of the first of the
75 /* Callers store zero here to inhibit the error message `getopt' prints
103 one). For long options that have a zero `flag' field, `getopt'
121 #endif /* need getopt */
138 optional. This behavior is specific to the GNU `getopt'
167 # define getopt macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stop
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stop
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stop
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
51 def getopt(args, shortopts, longopts = []): function
52 """getopt(args, options[, long_options]) -> opts, args
59 colon (i.e., the same format that Unix getopt() uses). If
95 """getopt(args, options[, long_options]) -> opts, args
97 This function works like getopt(), except that GNU style scanning
99 arguments may be intermixed. The getopt() function stop
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 12 * This variable is set by getopt to the index of the next element of the
13 * argv array to be processed. Once getopt has found all of the option
20 * If the value of this variable is nonzero, then getopt prints an error
23 * If you set this variable to zero, getopt does not print any messages,
31 * When getopt encounters an unknown option character or an option with a
38 * This variable is set by getopt to point at the value of the option
107 * If getopt finds an option character in argv that was not included in
115 int getopt(int argc, function
200 * If getopt finds an option character in argv that was not included
210 * (single letter) as for getopt, or longer names (preceded by --)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg:
    [all...]
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg
    [all...]
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
12 import getopt
30 """Wrapper around the standard 'getopt()' module that provides some
76 # And 'option_order' is filled up in 'getopt()'; it records the
135 option table. Called by 'getopt()' before it can do anything
210 def getopt(self, args=None, object=None): member in class:FancyGetopt
217 'getopt()' just returns 'args'; in both cases, the returned
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
234 except getopt.error as msg
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 3 Wrapper around the standard getopt module that provides the following
16 import getopt
34 """Wrapper around the standard 'getopt()' module that provides some
81 # And 'option_order' is filled up in 'getopt()'; it records the
148 option table. Called by 'getopt()' before it can do anything
234 def getopt (self, args=None, object=None): member in class:FancyGetopt
241 'getopt()' just returns 'args'; in both cases, the returned
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
258 except getopt.error, msg
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 62 #include <getopt.h>
68 #if 0 /* we prefer to keep our getopt(3) */
69 #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */
76 int optreset; /* reset getopt */
567 * getopt --
570 * [eventually this will replace the BSD getopt]
573 getopt(int nargc, char * const *nargv, const char *options) function
578 * the BSD getopt(3) (unlike GNU) has never done this.
580 * Furthermore, since many privileged programs call getopt()
    [all...]
  /external/libusb/examples/getopt/
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
25 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
68 contain conflicting prototypes for getopt. */
92 /* This version of `getopt' appears to the caller like standard Unix `getopt'
96 As `getopt' works, it permutes the elements of ARGV so that,
106 #include "getopt.h"
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument
977 getopt (argc, argv, optstring) function
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 53 #include <getopt.h>
61 int optreset; /* reset getopt */
467 * getopt --
470 * [eventually this will replace the BSD getopt]
473 getopt(int nargc, char * const *nargv, const char *options) function
478 * the BSD getopt(3) (unlike GNU) has never done this.
480 * Furthermore, since many privileged programs call getopt()
  /external/tcpdump/missing/
getopt_long.c 567 * getopt --
570 * [eventually this will replace the BSD getopt]
573 getopt(int nargc, char * const *nargv, const char *options) function
578 * the BSD getopt(3) (unlike GNU) has never done this.
580 * Furthermore, since many privileged programs call getopt()

Completed in 505 milliseconds

1 2