Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfsetpos.c62 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
Dfseek.c73 return fseeko(fp, offset, whence); in fseek()
Dfseeko.c62 __weak_alias(fseeko, _fseeko) in __weak_alias() argument
72 fseeko(FILE *fp, off_t offset, int whence) in __weak_alias()
DStdio.inf106 fseeko.c #
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1511 int fseeko(FILE *, off_t, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c91 #define l_fseek(f,o,w) fseeko(f,o,w)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure443 fseeko(NULL, 0, 0);
DChangeLog544 - Use ftello() and fseeko() if available instead of ftell() and fseek()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h65 #define fseeko _fseeko
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c686 return fseeko(fp, offset, whence); in _portable_fseek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c700 return fseeko(fp, offset, whence); in _portable_fseek()