Home
last modified time | relevance | path

Searched refs:PY_PRIdOFF (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h108 # define PY_PRIdOFF "lld" /* format to use for that type */ macro
120 # define PY_PRIdOFF "zd" macro
127 # define PY_PRIdOFF "lld" macro
134 # define PY_PRIdOFF "ld" macro
Dbufferedio.c633 "Raw stream returned invalid position %" PY_PRIdOFF, in _buffered_raw_tell()
666 "Raw stream returned invalid position %" PY_PRIdOFF, in _buffered_raw_seek()