Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c32 #define FUNLOCKFILE(f) funlockfile(f) macro
36 #define FUNLOCKFILE(f) macro
1459 FUNLOCKFILE(fp); in get_line()
1481 FUNLOCKFILE(fp); in get_line()
2782 FUNLOCKFILE(stream); in Py_UniversalNewlineFgets()