Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c5176 Int fdfl; in PRE() local
5185 } else if ((fdfl = VG_(fcntl)(ARG1, VKI_F_GETFL, 0)) < 0) { in PRE()
5193 if ((fdfl & VKI_O_ACCMODE) == VKI_O_RDONLY) in PRE()
5205 Int fdfl = VG_(fcntl)(ARG1, VKI_F_GETFL, 0); in POST() local
5206 vg_assert(fdfl >= 0); in POST()
5207 if ((fdfl & VKI_O_ACCMODE) == VKI_O_RDONLY) in POST()