Lines Matching defs:PUTS
62 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
2489 PUTS(fd, "\n");
2593 PUTS(fd, "Python runtime state: ");
2596 PUTS(fd, "finalizing (tstate=0x");
2598 PUTS(fd, ")");
2601 PUTS(fd, "initialized");
2604 PUTS(fd, "core initialized");
2607 PUTS(fd, "preinitialized");
2610 PUTS(fd, "preinitializing");
2613 PUTS(fd, "unknown");
2615 PUTS(fd, "\n");
2708 PUTS(fd, "\nExtension modules: ");
2712 PUTS(fd, ", ");
2720 PUTS(fd, " (total: ");
2722 PUTS(fd, ")");
2723 PUTS(fd, "\n");
2742 PUTS(fd, "Fatal Python error: ");
2744 PUTS(fd, prefix);
2745 PUTS(fd, ": ");
2748 PUTS(fd, msg);
2751 PUTS(fd, "<message not set>");
2753 PUTS(fd, "\n");
2839 PUTS(fd, "Fatal Python error: ");
2841 PUTS(fd, func);
2842 PUTS(fd, ": ");