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

1 2 3 4 5 6 7 8 91011>>

  /external/grub/lib/
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...]
  /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...]
  /bionic/libc/kernel/tools/
find_users.py 8 import sys, cpp, glob, os, re, getopt namespace
31 optlist, args = getopt.getopt( sys.argv[1:], 'v' )
  /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/e2fsprogs/misc/
uuidgen.c 17 #include <getopt.h>
19 extern int getopt(int argc, char * const argv[], const char *optstring);
50 while ((c = getopt (argc, argv, "tr")) != EOF)
  /external/libpcap/lbl/
os-ultrix4.h 29 int getopt(int, char * const *, const char *);
  /external/tcpdump/lbl/
os-ultrix4.h 29 int getopt(int, char * const *, const char *);
  /external/webkit/Source/WebKit/android/benchmark/
main.cpp 30 #include <getopt.h>
42 int c = getopt(argc, argv, "d:r:");
  /bionic/libc/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 */
  /development/ndk/platforms/android-3/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/bison/lib/
getopt_.h 1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
39 # undef getopt macro
49 # define getopt __GETOPT_ID (getopt) macro
65 but it caused redefinition warnings if both unistd.h and getopt.h were
66 included, since unistd.h includes getopt.h having previously defined
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument,
118 and for communication between successive calls to `getopt'
    [all...]
  /external/iptables/extensions/
libxt_TRACE.c 5 #include <getopt.h>
  /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...]
  /prebuilt/ndk/android-ndk-r4/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 */
  /prebuilt/ndk/android-ndk-r4/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 */
  /prebuilt/ndk/android-ndk-r4/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 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/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 */
  /prebuilt/ndk/android-ndk-r4/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 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 */
  /prebuilt/ndk/android-ndk-r5/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 */
  /prebuilt/ndk/android-ndk-r6/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 */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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 */
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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 */
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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 */
  /prebuilt/ndk/android-ndk-r7/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 */

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>