HomeSort by relevance Sort by last modified time
    Searched refs:_PyOS_optarg (Results 1 - 17 of 17) 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;
  /prebuilts/gdb/darwin-x86/include/python2.7/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /prebuilts/gdb/linux-x86/include/python2.7/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pygetopt.h 10 PyAPI_DATA(char *) _PyOS_optarg;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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/
pygetopt.h 11 PyAPI_DATA(wchar_t *) _PyOS_optarg;
  /external/python/cpython3/Python/
getopt.c 42 wchar_t *_PyOS_optarg = NULL; /* optional argument */
50 _PyOS_optarg = NULL;
110 _PyOS_optarg = opt_ptr;
122 _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 299 command = (char *)malloc(strlen(_PyOS_optarg) + 2);
303 strcpy(command, _PyOS_optarg);
312 module = (char *)malloc(strlen(_PyOS_optarg) + 2);
316 strcpy(module, _PyOS_optarg);
336 if (strcmp(_PyOS_optarg, "old") == 0) {
340 if (strcmp(_PyOS_optarg, "warn") == 0) {
344 if (strcmp(_PyOS_optarg, "warnall") == 0) {
348 if (strcmp(_PyOS_optarg, "new") == 0) {
426 PySys_AddWarnOption(_PyOS_optarg);
  /external/python/cpython3/Modules/
main.c 410 len = wcslen(_PyOS_optarg) + 1 + 1;
415 wcscpy(command, _PyOS_optarg);
425 module = _PyOS_optarg;
502 warning_option = PyUnicode_FromWideChar(_PyOS_optarg, -1);
511 PySys_AddXOption(_PyOS_optarg);

Completed in 464 milliseconds