HomeSort by relevance Sort by last modified time
    Searched defs:FUNLOCKFILE (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 230 #define FUNLOCKFILE(fp) __funlockfile_internal(fp, 1)
266 #define FUNLOCKFILE(fp)
  /external/python/cpython3/Objects/
fileobject.c 9 #define FUNLOCKFILE(f) funlockfile(f)
13 #define FUNLOCKFILE(f)
295 FUNLOCKFILE(stream);
  /bionic/libc/stdio/
local.h 231 #define FUNLOCKFILE(fp) \
232 if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 32 #define FUNLOCKFILE(f) funlockfile(f)
36 #define FUNLOCKFILE(f)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 32 #define FUNLOCKFILE(f) funlockfile(f)
36 #define FUNLOCKFILE(f)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 32 #define FUNLOCKFILE(f) funlockfile(f)
36 #define FUNLOCKFILE(f)
    [all...]

Completed in 230 milliseconds