Searched refs:SEEK_CUR (Results 1 - 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dunistd.h80 #ifndef SEEK_CUR
81 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
89 #define L_INCR SEEK_CUR
H A DEfiSysCall.h10 SEEK_CUR 1 set file offset to current plus offset
83 #ifndef SEEK_CUR
84 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
H A Dfcntl.h132 #ifndef SEEK_CUR
133 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dio.py57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
72 SEEK_CUR = 1 variable
H A Dposixfile.py232 SEEK_CUR = 1 variable
H A Dos.py33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dftell.c78 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
H A Dftello.c75 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
H A Dfseeko.c109 * Change any SEEK_CUR to SEEK_SET, and check `whence' argument.
114 case SEEK_CUR:
124 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
198 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dgzlib.c256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
386 /* normalize offset to a SEEK_CUR specification */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
H A Dzconf.h476 # define SEEK_CUR 1 /* Seek from current position. */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dfileio.c461 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR);
513 pos = lseek(self->fd, 0L, SEEK_CUR);
702 #if SEEK_CUR != 1
703 case 1: whence = SEEK_CUR; break;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dzconf.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dzconf.in.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
H A Dgzio.c809 if (whence == SEEK_CUR) {
884 return gzseek(file, 0L, SEEK_CUR);
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdio.h316 #ifndef SEEK_CUR
317 #define SEEK_CUR 1 /**< set file offset to current plus offset */ macro
1329 SEEK_CUR, or end-of-file if SEEK_END.
1347 - SEEK_CUR indicates Offset is relative to the current position.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dfileio.c449 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR);
508 pos = lseek(self->fd, 0L, SEEK_CUR);
714 #if SEEK_CUR != 1
715 case 1: whence = SEEK_CUR; break;
988 "are SEEK_CUR or 1 (move relative to current position, positive or negative),\n"
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zFile.c201 case SZ_SEEK_CUR: moveMethod = SEEK_CUR; break;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dliolib.c547 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END};
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dos.py33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
142 SEEK_CUR = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
H A Dos.py46 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
155 SEEK_CUR = 1 variable

Completed in 290 milliseconds

12