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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/disktest/
Getopt.h 26 * $Id: Getopt.h,v 1.5 2008/02/14 08:22:22 subrata_modak Exp $
27 * $Log: Getopt.h,v $
55 * have getopt
62 int getopt(int argc, char** argv, char* pszValidOpts);
  /external/libmtp/examples/
common.h 27 #include <getopt.h>
33 #include "..\windows\getopt.h"
  /external/libpcap/missing/
getopt.h 2 * Header for the getopt() we supply if the platform doesn't supply it.
4 extern char *optarg; /* getopt(3) external variables */
7 extern int getopt(int nargc, char * const *nargv, const char *ostr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', [])
    [all...]
  /external/python/cpython2/Lib/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /external/python/cpython3/Lib/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 7 import getopt
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt.long_has_args, 'abc', []
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool_platform.h 17 # include <getopt.h>
  /toolchain/binutils/binutils-2.27/include/
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'
109 /* Many other libraries have conflicting prototypes for getopt, with
111 errors, only prototype getopt for the GNU C library. *
    [all...]
  /bionic/libc/include/bits/
getopt.h 36 int getopt(int __argc, char* const __argv[], const char* __options);
  /development/scripts/
stack 19 import getopt
47 options, arguments = getopt.getopt(sys.argv[1:], "",
50 except getopt.GetoptError, unused_error:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
script.py 10 import os, time, sys, getopt
25 opts, args = getopt.getopt(sys.argv[1:], 'ap')
26 except getopt.error, msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
checkversions.py 6 import getopt
39 options, arguments = getopt.getopt(sys.argv[1:], 'v:')
40 except getopt.error:
  /external/fio/oslib/
getopt.h 3 #include <getopt.h>
  /external/python/cpython2/Demo/scripts/
script.py 10 import os, time, sys, getopt
25 opts, args = getopt.getopt(sys.argv[1:], 'ap')
26 except getopt.error, msg:
  /external/python/cpython2/Tools/versioncheck/
checkversions.py 6 import getopt
39 options, arguments = getopt.getopt(sys.argv[1:], 'v:')
40 except getopt.error:
  /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...]
  /external/libpcap/lbl/
os-ultrix4.h 26 int getopt(int, char * const *, const char *);
  /external/tcpdump/lbl/
os-ultrix4.h 27 int getopt(int, char * const *, const char *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
findlinksto.py 10 import getopt
14 opts, args = getopt.getopt(sys.argv[1:], '')
16 raise getopt.GetoptError('not enough arguments', None)
17 except getopt.GetoptError, msg:
untabify.py 7 import getopt
12 opts, args = getopt.getopt(sys.argv[1:], "t:")
14 raise getopt.error, "At least one file argument required"
15 except getopt.error, msg:
  /external/python/cpython2/Tools/scripts/
findlinksto.py 10 import getopt
14 opts, args = getopt.getopt(sys.argv[1:], '')
16 raise getopt.GetoptError('not enough arguments', None)
17 except getopt.GetoptError, msg:

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>