Lines Matching refs:PUTS
17 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro
722 PUTS(fd, "\\x"); in _Py_DumpASCII()
726 PUTS(fd, "\\u"); in _Py_DumpASCII()
730 PUTS(fd, "\\U"); in _Py_DumpASCII()
735 PUTS(fd, "..."); in _Py_DumpASCII()
750 PUTS(fd, " File "); in dump_frame()
754 PUTS(fd, "\""); in dump_frame()
756 PUTS(fd, "\""); in dump_frame()
758 PUTS(fd, "???"); in dump_frame()
763 PUTS(fd, ", line "); in dump_frame()
768 PUTS(fd, "???"); in dump_frame()
770 PUTS(fd, " in "); in dump_frame()
777 PUTS(fd, "???"); in dump_frame()
780 PUTS(fd, "\n"); in dump_frame()
790 PUTS(fd, "Stack (most recent call first):\n"); in dump_traceback()
799 PUTS(fd, " ...\n"); in dump_traceback()
831 PUTS(fd, "Current thread 0x"); in write_thread_id()
833 PUTS(fd, "Thread 0x"); in write_thread_id()
837 PUTS(fd, " (most recent call first):\n"); in write_thread_id()
894 PUTS(fd, "\n"); in _Py_DumpTracebackThreads()
896 PUTS(fd, "...\n"); in _Py_DumpTracebackThreads()