Home
last modified time | relevance | path

Searched defs:PUTS (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/
H A Dfaulthandler.c43 #define PUTS(fd, str) _Py_write_noraise(fd, str, strlen(str)) macro
[all...]
H A D_tracemalloc.c1483 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro
1520 #undef PUTS macro
/third_party/python/Python/
H A Dtraceback.c28 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro
[all...]
H A Dpylifecycle.c62 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str)) macro
[all...]

Completed in 9 milliseconds