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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /external/python/cpython2/Include/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /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/Include/internal/
pygetopt.h 6 extern wchar_t *_PyOS_optarg;
  /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++];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 268 command = (char *)malloc(strlen(_PyOS_optarg) + 2);
272 strcpy(command, _PyOS_optarg);
281 module = (char *)malloc(strlen(_PyOS_optarg) + 2);
285 strcpy(module, _PyOS_optarg);
305 if (strcmp(_PyOS_optarg, "old") == 0) {
309 if (strcmp(_PyOS_optarg, "warn") == 0) {
313 if (strcmp(_PyOS_optarg, "warnall") == 0) {
317 if (strcmp(_PyOS_optarg, "new") == 0) {
395 PySys_AddWarnOption(_PyOS_optarg);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 296 command = (char *)malloc(strlen(_PyOS_optarg) + 2);
300 strcpy(command, _PyOS_optarg);
309 module = (char *)malloc(strlen(_PyOS_optarg) + 2);
313 strcpy(module, _PyOS_optarg);
333 if (strcmp(_PyOS_optarg, "old") == 0) {
337 if (strcmp(_PyOS_optarg, "warn") == 0) {
341 if (strcmp(_PyOS_optarg, "warnall") == 0) {
345 if (strcmp(_PyOS_optarg, "new") == 0) {
423 PySys_AddWarnOption(_PyOS_optarg);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c 262 command = (char *)malloc(strlen(_PyOS_optarg) + 2);
266 strcpy(command, _PyOS_optarg);
275 module = (char *)malloc(strlen(_PyOS_optarg) + 2);
279 strcpy(module, _PyOS_optarg);
299 if (strcmp(_PyOS_optarg, "old") == 0) {
303 if (strcmp(_PyOS_optarg, "warn") == 0) {
307 if (strcmp(_PyOS_optarg, "warnall") == 0) {
311 if (strcmp(_PyOS_optarg, "new") == 0) {
389 PySys_AddWarnOption(_PyOS_optarg);
  /external/python/cpython2/Modules/
main.c 304 command = (char *)malloc(strlen(_PyOS_optarg) + 2);
308 strcpy(command, _PyOS_optarg);
317 module = (char *)malloc(strlen(_PyOS_optarg) + 2);
321 strcpy(module, _PyOS_optarg);
341 if (strcmp(_PyOS_optarg, "old") == 0) {
345 if (strcmp(_PyOS_optarg, "warn") == 0) {
349 if (strcmp(_PyOS_optarg, "warnall") == 0) {
353 if (strcmp(_PyOS_optarg, "new") == 0) {
431 PySys_AddWarnOption(_PyOS_optarg);
  /external/python/cpython3/Modules/
main.c 754 size_t len = wcslen(_PyOS_optarg) + 1 + 1;
760 memcpy(command, _PyOS_optarg, (len - 2) * sizeof(wchar_t));
771 pymain->module = pymain_wstrdup(pymain, _PyOS_optarg);
782 if (!wcscmp(_PyOS_optarg, L"always")) {
784 } else if (!wcscmp(_PyOS_optarg, L"never")) {
786 } else if (!wcscmp(_PyOS_optarg, L"default")) {
865 _PyOS_optarg) < 0) {
874 _PyOS_optarg) < 0) {
    [all...]

Completed in 400 milliseconds