Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h129 #ifndef SEEK_CUR
130 #define SEEK_CUR 1 macro
H A Dyaffsfs.c1396 } else if (whence == SEEK_CUR) { in yaffs_lseek()
/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c150 fseek(src, -cnt, SEEK_CUR); in write_page()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h344 # define SEEK_CUR 1 /* Seek from current position. */ macro
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c58 whence = SEEK_CUR; in os_lseek()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py829 self._image.seek(data_sz, os.SEEK_CUR)