Searched defs:PUTS (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | faulthandler.c | 43 #define PUTS(fd, str) _Py_write_noraise(fd, str, strlen(str)) macro [all...] |
H A D | _tracemalloc.c | 1483 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro 1520 #undef PUTS macro
|
/third_party/python/Python/ |
H A D | traceback.c | 28 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro [all...] |
H A D | pylifecycle.c | 62 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro [all...] |
Completed in 9 milliseconds