Searched refs:fdfl (Results 1 – 1 of 1) sorted by relevance
5176 Int fdfl; in PRE() local5185 } 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() local5206 vg_assert(fdfl >= 0); in POST()5207 if ((fdfl & VKI_O_ACCMODE) == VKI_O_RDONLY) in POST()