/external/grub/lib/ |
getopt.h | 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 123 extern int getopt_long ();
|
getopt1.c | 0 /* getopt_long and getopt_long_only entry points for GNU getopt. 70 getopt_long (argc, argv, options, long_options, opt_index) 80 /* Like getopt_long, but '-' as well as '--' can indicate a long option. 127 c = getopt_long (argc, argv, "abc:d:0123456789", 69 getopt_long (argc, argv, options, long_options, opt_index) function
|
/bionic/libc/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/development/ndk/platforms/android-3/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/external/bison/lib/ |
getopt_.h | 40 # undef getopt_long macro 50 # define getopt_long __GETOPT_ID (getopt_long) macro 58 /* Standalone applications get correct prototypes for getopt_long and 60 with "char *const *argv" that are incorrect because getopt_long and 70 of getopt_long and getopt_long_only below, but these are visible 141 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 207 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
|
getopt1.c | 0 /* getopt_long and getopt_long_only entry points for GNU getopt. 45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, 61 /* Like getopt_long, but '-' as well as '--' can indicate a long option. 111 c = getopt_long (argc, argv, "abc:d:0123456789", 44 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, function
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
getopt.h | 46 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 67 int getopt_long(int, char * const *, const char *,
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 112 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 125 extern int getopt_long ();
|
/build/tools/lsd/ |
cmdline.c | 75 /* getopt_long stores the option index here. */ 78 c = getopt_long (argc, argv, 119 /* getopt_long already printed an error message. */
|
/bionic/libdl/ |
dltest.c | 80 /* getopt_long stores the option index here. */ 83 c = getopt_long (argc, argv, 99 /* getopt_long already printed an error message. */
|
/build/tools/soslim/ |
cmdline.c | 91 /* getopt_long stores the option index here. */ 94 c = getopt_long (argc, argv, 130 /* getopt_long already printed an error message. */
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 76 /* getopt_long stores the option index here. */ 79 c = getopt_long (argc, argv, 135 /* getopt_long already printed an error message. */
|
/external/bluetooth/bluez/test/ |
sdptest.c | 116 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
|
lmptest.c | 123 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
|
/external/bluetooth/bluez/tools/ |
hcieventmask.c | 50 while ((opt=getopt_long(argc, argv, "+i:", main_options, NULL)) != -1) {
|
/build/tools/apriori/ |
cmdline.c | 97 /* getopt_long stores the option index here. */ 100 c = getopt_long (argc, argv, 173 /* getopt_long already printed an error message. */
|
/device/samsung/crespo/alsa-utils/alsactl/ |
alsactl.c | 109 if ((c = getopt_long(argc, argv, "hdvf:FgE:i:Pr:R", long_option, NULL)) < 0)
|
/external/grub/grub/ |
main.c | 151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
|
/external/grub/util/ |
mbchk.c | 191 c = getopt_long (argc, argv, optstring, longopts, 0);
|
/external/bison/src/ |
getargs.c | 357 while ((c = getopt_long (argc, argv, short_options, long_options, NULL)) 362 /* Certain long options cause getopt_long to return 0. */
|