Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflockfile.c56 __weak_alias(funlockfile,_funlockfile)
99 funlockfile(FILE *fp) in funlockfile() function
184 funlockfile(FILE *fp)
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1464 void funlockfile (FILE *);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h247 #define funlockfile _funlockfile
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c32 #define FUNLOCKFILE(f) funlockfile(f)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c32 #define FUNLOCKFILE(f) funlockfile(f)