Searched refs:fseeko (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fsetpos.c | 62 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
|
D | fseek.c | 73 return fseeko(fp, offset, whence); in fseek()
|
D | fseeko.c | 62 __weak_alias(fseeko, _fseeko) in __weak_alias() argument 72 fseeko(FILE *fp, off_t offset, int whence) in __weak_alias()
|
D | Stdio.inf | 106 fseeko.c #
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdio.h | 1511 int fseeko(FILE *, off_t, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | liolib.c | 91 #define l_fseek(f,o,w) fseeko(f,o,w)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | configure | 443 fseeko(NULL, 0, 0);
|
D | ChangeLog | 544 - Use ftello() and fseeko() if available instead of ftell() and fseek()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | namespace.h | 65 #define fseeko _fseeko
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 700 return fseeko(fp, offset, whence); in _portable_fseek()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 686 return fseeko(fp, offset, whence); in _portable_fseek()
|