/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fseek.c | 65 fseek(FILE *fp, long l_offset, int whence) in fseek()
|
D | stdio.c | 101 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
|
/device/google/contexthub/util/common/ |
D | file.cpp | 88 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | chunk.py | 96 def seek(self, pos, whence=0): argument
|
D | multifile.py | 58 def seek(self, pos, whence=0): argument
|
D | _pyio.py | 297 def seek(self, pos, whence=0): argument 690 def seek(self, pos, whence=0): argument 842 def seek(self, pos, whence=0): argument 1032 def seek(self, pos, whence=0): argument 1136 def seek(self, pos, whence=0): argument 1233 def seek(self, pos, whence=0): argument 1766 def seek(self, cookie, whence=0): argument
|
D | codecs.py | 373 def seek(self, offset, whence=0): argument 604 def seek(self, offset, whence=0): argument 702 def seek(self, offset, whence=0): argument
|
D | gzip.py | 406 def seek(self, offset, whence=0): argument
|
D | mailbox.py | 1848 def seek(self, offset, whence=0): argument 1882 def seek(self, offset, whence=0): argument
|
D | tarfile.py | 871 def seek(self, pos, whence=os.SEEK_SET): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fcntlmodule.c | 310 int fd, code, ret, whence = 0; in fcntl_lockf() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 692 portable_lseek(int fd, PyObject *posobj, int whence) in portable_lseek() 751 int whence = 0; in fileio_seek() local
|
D | bufferedio.c | 615 _buffered_raw_seek(buffered *self, Py_off_t target, int whence) in _buffered_raw_seek() 1044 int whence = 0; in buffered_seek() local
|
D | textio.c | 1958 int whence = 0; in textiowrapper_seek() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 704 portable_lseek(int fd, PyObject *posobj, int whence) in portable_lseek() 763 int whence = 0; in fileio_seek() local
|
D | bufferedio.c | 643 _buffered_raw_seek(buffered *self, Py_off_t target, int whence) in _buffered_raw_seek() 1071 int whence = 0; in buffered_seek() local
|
D | textio.c | 2004 int whence = 0; in textiowrapper_seek() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | codecs.py | 379 def seek(self, offset, whence=0): argument 607 def seek(self, offset, whence=0): argument 705 def seek(self, offset, whence=0): argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 126 int whence ///< Ignored by Console in da_ConSeek()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 100 int whence in da_ShellSeek()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 681 _portable_fseek(FILE *fp, Py_off_t offset, int whence) in _portable_fseek() 746 int whence; in file_seek() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 695 _portable_fseek(FILE *fp, Py_off_t offset, int whence) in _portable_fseek() 760 int whence; in file_seek() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | gzio.c | 767 z_off_t ZEXPORT gzseek (file, offset, whence) in gzseek() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_io.py | 82 def seek(self, pos, whence): argument 143 def seek(self, pos, whence): argument
|