HomeSort by relevance Sort by last modified time
    Searched defs:_PyOS_optarg (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getopt.c 39 char *_PyOS_optarg = NULL; /* optional argument */
104 _PyOS_optarg = opt_ptr;
116 _PyOS_optarg = argv[_PyOS_optind++];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getopt.c 39 char *_PyOS_optarg = NULL; /* optional argument */
46 _PyOS_optarg = NULL;
114 _PyOS_optarg = opt_ptr;
126 _PyOS_optarg = argv[_PyOS_optind++];
  /external/python/cpython2/Python/
getopt.c 39 char *_PyOS_optarg = NULL; /* optional argument */
46 _PyOS_optarg = NULL;
114 _PyOS_optarg = opt_ptr;
126 _PyOS_optarg = argv[_PyOS_optind++];
  /external/python/cpython3/Python/
getopt.c 42 wchar_t *_PyOS_optarg = NULL; /* optional argument */
50 _PyOS_optarg = NULL;
121 _PyOS_optarg = argv[_PyOS_optind++];
139 _PyOS_optarg = opt_ptr;
151 _PyOS_optarg = argv[_PyOS_optind++];

Completed in 492 milliseconds