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

/u-boot/fs/yaffs2/
H A Dyportenv.h134 #ifndef SEEK_END
135 #define SEEK_END 2 macro
H A Dyaffsfs.c1400 } else if (whence == SEEK_END) {
/u-boot/tools/
H A Dfile2include.c44 ret = fseek(file, 0, SEEK_END);
H A Dbmp_logo.c182 fseek(fp, 0L, SEEK_END);
H A Dmksunxiboot.c116 file_size = lseek(fd_in, 0, SEEK_END);
H A Dmxsboot.c426 size = lseek(infd, 0, SEEK_END);
540 fsize = lseek(infd, 0, SEEK_END);
H A Dzynqmpimage.c354 ret = fseek(fp, 0L, SEEK_END);
356 fprintf(stderr, "Incorrect file SEEK_END\n");
H A Drelocate-rela.c739 fseek(f, 0, SEEK_END);
H A Dmxsimage.c457 ret = fseek(fp, 0, SEEK_END);
2077 ret = fseek(fp, 0, SEEK_END);
H A Difwitool.c407 fseek(f, 0, SEEK_END);
H A Dkwboot.c1701 len = lseek(fd, 0, SEEK_END);
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c62 len = lseek(ifd, 0, SEEK_END);
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c60 len = lseek(ifd, 0, SEEK_END);
/u-boot/include/u-boot/
H A Dzlib.h348 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/u-boot/arch/sandbox/cpu/
H A Dos.c77 whence = SEEK_END;

Completed in 146 milliseconds