Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 15 of 15) sorted by relevance

/u-boot/fs/yaffs2/
A Dyportenv.h134 #ifndef SEEK_END
135 #define SEEK_END 2 macro
A Dyaffsfs.c1400 } else if (whence == SEEK_END) { in yaffs_lseek()
/u-boot/board/samsung/smdkv310/tools/
A Dmksmdkv310spl.c60 len = lseek(ifd, 0, SEEK_END); in main()
/u-boot/tools/
A Dfile2include.c44 ret = fseek(file, 0, SEEK_END); in main()
A Dmksunxiboot.c116 file_size = lseek(fd_in, 0, SEEK_END); in main()
A Dbmp_logo.c182 fseek(fp, 0L, SEEK_END); in main()
A Dmxsboot.c426 size = lseek(infd, 0, SEEK_END); in mx28_nand_write_firmware()
540 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()
A Dzynqmpimage.c316 ret = fseek(fp, 0L, SEEK_END); in fsize()
A Drelocate-rela.c675 fseek(f, 0, SEEK_END); in main()
A Dmxsimage.c457 ret = fseek(fp, 0, SEEK_END); in sb_load_file()
2077 ret = fseek(fp, 0, SEEK_END); in sb_build_tree_from_img()
A Dkwboot.c1701 len = lseek(fd, 0, SEEK_END); in kwboot_read_image()
A Difwitool.c407 fseek(f, 0, SEEK_END); in get_file_size()
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c62 len = lseek(ifd, 0, SEEK_END); in main()
/u-boot/include/u-boot/
A Dzlib.h351 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/u-boot/arch/sandbox/cpu/
A Dos.c77 whence = SEEK_END; in os_lseek()

Completed in 54 milliseconds