Searched refs:SEEK_END (Results 1 – 15 of 15) sorted by relevance
| /u-boot/fs/yaffs2/ |
| A D | yportenv.h | 134 #ifndef SEEK_END 135 #define SEEK_END 2 macro
|
| A D | yaffsfs.c | 1400 } else if (whence == SEEK_END) { in yaffs_lseek()
|
| /u-boot/board/samsung/smdkv310/tools/ |
| A D | mksmdkv310spl.c | 60 len = lseek(ifd, 0, SEEK_END); in main()
|
| /u-boot/tools/ |
| A D | file2include.c | 44 ret = fseek(file, 0, SEEK_END); in main()
|
| A D | mksunxiboot.c | 116 file_size = lseek(fd_in, 0, SEEK_END); in main()
|
| A D | bmp_logo.c | 182 fseek(fp, 0L, SEEK_END); in main()
|
| A D | mxsboot.c | 426 size = lseek(infd, 0, SEEK_END); in mx28_nand_write_firmware() 540 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()
|
| A D | zynqmpimage.c | 316 ret = fseek(fp, 0L, SEEK_END); in fsize()
|
| A D | relocate-rela.c | 675 fseek(f, 0, SEEK_END); in main()
|
| A D | mxsimage.c | 457 ret = fseek(fp, 0, SEEK_END); in sb_load_file() 2077 ret = fseek(fp, 0, SEEK_END); in sb_build_tree_from_img()
|
| A D | kwboot.c | 1701 len = lseek(fd, 0, SEEK_END); in kwboot_read_image()
|
| A D | ifwitool.c | 407 fseek(f, 0, SEEK_END); in get_file_size()
|
| /u-boot/board/samsung/origen/tools/ |
| A D | mkorigenspl.c | 62 len = lseek(ifd, 0, SEEK_END); in main()
|
| /u-boot/include/u-boot/ |
| A D | zlib.h | 351 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| /u-boot/arch/sandbox/cpu/ |
| A D | os.c | 77 whence = SEEK_END; in os_lseek()
|
Completed in 54 milliseconds