HomeSort by relevance Sort by last modified time
    Searched defs:getopt (Results 1 - 25 of 33) 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/Win32/Src/
getopt.c 35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
45 optreset; /* reset getopt */
53 * getopt --
57 getopt(nargc, nargv, ostr) function
  /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.11-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/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/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/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/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...]
  /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/openssh/openbsd-compat/
getopt_long.c 59 * getopt opterr optind optopt optreset optarg are all in defines.h which is
66 #include <getopt.h>
78 int optreset; /* reset getopt */
484 * getopt --
487 * [eventually this will replace the BSD getopt]
490 getopt(int nargc, char * const *nargv, const char *options) function
495 * the BSD getopt(3) (unlike GNU) has never done this.
497 * 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 693 milliseconds

1 2