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

  /external/python/cpython3/Python/
traceback.c 16 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
621 PUTS(fd, "\\x");
625 PUTS(fd, "\\u");
629 PUTS(fd, "\\U");
634 PUTS(fd, "...");
649 PUTS(fd, " File ");
653 PUTS(fd, "\"");
655 PUTS(fd, "\"");
657 PUTS(fd, "???");
662 PUTS(fd, ", line ")
    [all...]
  /external/python/cpython3/Modules/
faulthandler.c 31 #define PUTS(fd, str) _Py_write_noraise(fd, str, strlen(str))
344 PUTS(fd, "Fatal Python error: ");
345 PUTS(fd, handler->name);
346 PUTS(fd, "\n\n");
378 PUTS(fd, "Windows fatal exception: ");
382 case EXCEPTION_ACCESS_VIOLATION: PUTS(fd, "access violation"); break;
383 case EXCEPTION_FLT_DIVIDE_BY_ZERO: PUTS(fd, "float divide by zero"); break;
384 case EXCEPTION_FLT_OVERFLOW: PUTS(fd, "float overflow"); break;
385 case EXCEPTION_INT_DIVIDE_BY_ZERO: PUTS(fd, "int divide by zero"); break;
386 case EXCEPTION_INT_OVERFLOW: PUTS(fd, "integer overflow"); break
    [all...]
_tracemalloc.c     [all...]
  /external/libpcap/msdos/
pktdrvr.c 35 #define PUTS(s) do { \
1043 PUTS ("Error restoring receiver mode.");
1046 PUTS ("Error releasing PKT-DRVR handle.");
1101 PUTS ("Packet driver not found.");
1108 PUTS ("Error getting pkt-drvr information.");
1124 PUTS ("Cannot allocate real-mode stub.");
1139 PUTS ("real-mode init failed.");
1151 PUTS ("real-mode init failed.");
1191 PUTS ("Error setting pkt-drvr access.");
1198 PUTS ("Error fetching adapter address.")
    [all...]

Completed in 108 milliseconds