Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dunistd.h80 #ifndef SEEK_CUR
81 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
89 #define L_INCR SEEK_CUR
Dfcntl.h132 #ifndef SEEK_CUR
133 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
DEfiSysCall.h83 #ifndef SEEK_CUR
84 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfseeko.c114 case SEEK_CUR: in __weak_alias()
124 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR); in __weak_alias()
198 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR); in __weak_alias()
Dftell.c78 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR); in ftell()
Dftello.c75 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR); in __weak_alias()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dio.py72 SEEK_CUR = 1 variable
Dposixfile.py232 SEEK_CUR = 1 variable
Dos.py128 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dio.py63 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzlib.c256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
Dzconf.h476 # define SEEK_CUR 1 /* Seek from current position. */ macro
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c129 fseek(file, chunk_header.sz - sizeof(chunk_fmt), SEEK_CUR);
137 fseek(file, chunk_header.sz, SEEK_CUR);
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h316 #ifndef SEEK_CUR
317 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c461 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR); in fileio_seekable()
513 pos = lseek(self->fd, 0L, SEEK_CUR); in new_buffersize()
702 #if SEEK_CUR != 1 in portable_lseek()
703 case 1: whence = SEEK_CUR; break; in portable_lseek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c449 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR); in fileio_seekable()
508 pos = lseek(self->fd, 0L, SEEK_CUR); in new_buffersize()
714 #if SEEK_CUR != 1 in portable_lseek()
715 case 1: whence = SEEK_CUR; break; in portable_lseek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
Dzconf.in.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
Dgzio.c809 if (whence == SEEK_CUR) {
884 return gzseek(file, 0L, SEEK_CUR);
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zFile.c201 case SZ_SEEK_CUR: moveMethod = SEEK_CUR; break; in File_Seek()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dos.py142 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dos.py155 SEEK_CUR = 1 variable

12