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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/getopt/
SConscript 10 getopt = env.ConvenienceLibrary(
11 target = 'getopt',
15 Export('getopt')
  /external/mesa3d/src/getopt/
SConscript 10 getopt = env.ConvenienceLibrary(
11 target = 'getopt',
15 Export('getopt')
  /ndk/sources/host-tools/sed-4.2.1/m4/
getopt.m4 0 # getopt.m4 serial 14
7 # The getopt module assume you want GNU getopt, with getopt_long etc,
8 # rather than vanilla POSIX getopt. This means your code should
9 # always include <getopt.h> for the getopt prototypes.
13 AC_LIBOBJ([getopt])
21 GETOPT_H=getopt.h
23 [Define to rpl_ if the getopt replacement functions and variables
31 AC_CHECK_HEADERS([getopt.h], [], [GETOPT_H=getopt.h]
    [all...]
  /device/asus/fugu/sepolicy/
system_app.te 3 allow system_app self:netlink_kobject_uevent_socket {create read bind connect getopt setopt shutdown};
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 7 import getopt namespace
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 namespace
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/chromium_org/content/test/data/session_history/
post.html 8 function getopt(name) {
19 document.title = "post:" + getopt("text") + "," + getopt("select");
  /sdk/emulator/opengl/host/tools/emugen/
getopt.h 12 int getopt(int argc, char* const argv[], const char* ostr);
  /external/bison/m4/
getopt.m4 0 # getopt.m4 serial 44
7 # Request a POSIX compliant getopt function.
13 dnl Other modules can request the gnulib implementation of the getopt
25 dnl Arrange for getopt.h to be created.
30 # Request a POSIX compliant getopt function with GNU extensions (such as
40 # Determine whether to replace the entire getopt facility.
49 gl_CHECK_NEXT_HEADERS([getopt.h])
59 dnl Test whether <getopt.h> is available.
61 AC_CHECK_HEADERS([getopt.h], [], [gl_replace_getopt=yes])
72 dnl behavior with getopt-gnu
    [all...]
  /external/fio/lib/
getopt.h 3 #include <getopt.h>
  /external/liblzf/
configure.ac 15 AC_CHECK_HEADERS(getopt.h)
  /external/chromium_org/third_party/libsrtp/srtp/include/
getopt_s.h 2 * getopt.h
4 * interface to a minimal implementation of the getopt() function,
50 * versions of the POSIX standard getopt() interface.
56 extern char *optarg_s; /* defined in getopt.c */
58 extern int optind_s; /* defined in getopt.c */
  /external/srtp/include/
getopt_s.h 2 * getopt.h
4 * interface to a minimal implementation of the getopt() function,
50 * versions of the POSIX standard getopt() interface.
56 extern char *optarg_s; /* defined in getopt.c */
58 extern int optind_s; /* defined in getopt.c */
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]
  /ndk/sources/host-tools/make-3.81/
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'
103 /* Many other libraries have conflicting prototypes for getopt, with
105 errors, only prototype getopt for the GNU C library. *
    [all...]
SMakefile 54 # If you are using the GNU C library, or have the GNU getopt functions in
56 GETOPT = getopt.o getopt1.o
57 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h
129 remote-$(REMOTE).o $(GLOB) $(GETOPT) $(ALLOCA) $(extras)
223 getopt.h \
228 getopt.h \
233 getopt.h \
239 getopt.h
    [all...]
  /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/tcpdump/win32/Include/
getopt.h 1 /* Declarations for getopt.
28 /* For communication from `getopt' to the caller.
29 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns EOF, this is the index of the first of the
54 /* Callers store zero here to inhibit the error message `getopt' prints
83 one). For long options that have a zero `flag' field, `getopt'
108 /* Many other libraries have conflicting prototypes for getopt, with
110 errors, only prototype getopt for the GNU C library. *
    [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/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/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:
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config 5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>