Lines Matching defs:PUTS
28 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
1161 PUTS(fd, "\\x");
1165 PUTS(fd, "\\u");
1169 PUTS(fd, "\\U");
1176 PUTS(fd, "...");
1188 PUTS(fd, " File ");
1192 PUTS(fd, "\"");
1194 PUTS(fd, "\"");
1196 PUTS(fd, "???");
1200 PUTS(fd, ", line ");
1205 PUTS(fd, "???");
1207 PUTS(fd, " in ");
1214 PUTS(fd, "???");
1217 PUTS(fd, "\n");
1227 PUTS(fd, "Stack (most recent call first):\n");
1232 PUTS(fd, " <no Python frame>\n");
1239 PUTS(fd, " ...\n");
1272 PUTS(fd, "Current thread 0x");
1274 PUTS(fd, "Thread 0x");
1278 PUTS(fd, " (most recent call first):\n");
1335 PUTS(fd, "\n");
1337 PUTS(fd, "...\n");
1342 PUTS(fd, " Garbage-collecting\n");