HomeSort by relevance Sort by last modified time
    Searched refs:__argc (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/bits/
getopt.h 36 int getopt(int __argc, char* const __argv[], const char* __options);
  /external/libusb/examples/getopt/
getopt.h 145 extern int getopt (int __argc, char *const *__argv, const char *__shortopts);
151 extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
153 extern int getopt_long_only (int __argc, char *const *__argv,
158 extern int _getopt_internal (int __argc, char *const *__argv,
  /external/python/cpython2/PC/
WinMain.c 15 return Py_Main(__argc, __argv);
  /external/python/cpython3/PC/
WinMain.c 15 return Py_Main(__argc, __wargv);
launcher.c     [all...]
  /bionic/libc/include/
getopt.h 62 int getopt_long(int __argc, char* const* __argv, const char* __options, const struct option* __long_options, int* __long_index);
63 int getopt_long_only(int __argc, char* const* __argv, const char* __options, const struct option* __long_options, int* __long_index);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 49 int __argc, ...) __THROW;
argp.h 416 int __argc, char **__restrict __argv,
420 int __argc, char **__restrict __argv,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 167 #ifndef __argc
169 extern int __argc;
171 extern int * __MINGW_IMP_SYMBOL(__argc);
172 #define __argc (* __MINGW_IMP_SYMBOL(__argc)) macro
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]

Completed in 659 milliseconds