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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
  /external/sepolicy/tools/
checkfc.c 1 #include <getopt.h>
45 while ((c = getopt(argc, argv, "ph")) != -1) {
  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 1 #include "getopt.h"
13 int getopt(int argc, char* const argv[], const char* ostr) { function
  /external/bison/lib/
getopt_int.h 1 /* Internal declarations for getopt.
22 #include <getopt.h>
45 of the list of option characters, or by calling getopt.
61 '--' can cause 'getopt' to return -1 with 'optind' != ARGC. */
73 versions of getopt. */
96 or getopt was called. */
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 16 #include <getopt.h>
87 * This function resets the libc getopt() function, which keeps
91 * BSD-derived getopt() functions require that optind be reset to 1 in
92 * order to reset getopt() state. This used to be generally accepted
93 * way of resetting getopt(). However, glibc's getopt()
94 * has additional getopt() state beyond optind, and requires that
96 * affairs is that BSD-derived versions of getopt() misbehave if
97 * optind is set to 0 in order to reset getopt(), and glibc's getopt()
    [all...]
  /ndk/sources/host-tools/make-3.81/
Makefile.DOS 80 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c
107 make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o
554 getopt.h \
559 getopt.h \
564 getopt.h \
570 getopt.h \
576 getopt.h \
581 getopt.h \
588 getopt.h \
595 getopt.h
    [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 /* 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...]
  /external/oprofile/
oprofile_android 25 import getopt
155 opts, args = getopt.getopt(self.argv[1:],
157 except getopt.GetoptError, e:
212 opts, args = getopt.getopt(command_args,
214 except getopt.GetoptError, e:
321 opts, args = getopt.getopt(command_args,
323 except getopt.GetoptError, e
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 1 /* Internal declarations for getopt.
37 versions of getopt. */
67 of the list of option characters, or by calling getopt.
83 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
91 or getopt was called. */
  /bionic/libc/kernel/tools/
update_all.py 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess namespace
23 optlist, args = getopt.getopt( sys.argv[1:], '' )
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
get_files.py 22 import getopt namespace
67 getopt.getopt(sys.argv[1:], \
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_offsets.py 30 import sys, getopt namespace
106 (args, trail) = getopt.getopt(sys.argv[1:], "f:c")
  /external/chromium_org/tools/grit/grit/tool/
diff_structures.py 10 import getopt namespace
51 (opts, args) = getopt.getopt(args, 's:e:t:',

Completed in 5862 milliseconds

1 2 3 4 56 7 8 91011>>