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

/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dioapi.c24 #ifndef SEEK_END
25 #define SEEK_END 2 macro
136 fseek_origin = SEEK_END;
H A Dwrt350nv2-builder.c320 value = fseek(f_in, 0, SEEK_END);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkbrncmdline.c112 || (len = lseek(fd, 0, SEEK_END)) < 0
127 skip = lseek(outfd, 0, SEEK_END);
H A Ddgfirmware.c44 fseek(fp, 0, SEEK_END);
142 fseek(fp, 0, SEEK_END);
179 fseek(fp, 0, SEEK_END);
H A DR7600.c98 || (len = lseek(fd, 0, SEEK_END)) < 0
H A DR7800.c98 || (len = lseek(fd, 0, SEEK_END)) < 0
H A Dadd_header.c98 || (len = lseek(fd, 0, SEEK_END)) < 0
H A Dwndr3700.c109 || (len = lseek(fd, 0, SEEK_END)) < 0
H A Dmktitanimg.c255 fseek(filep,0,SEEK_END);
430 fseek(nsp_image,0, SEEK_END);
441 fseek(nsp_image, 0, SEEK_END);
524 fseek(fp, -8, SEEK_END);
535 fseek(fp, -8, SEEK_END);
621 fseek(fp, -8, SEEK_END);
623 fseek(fp, 0, SEEK_END);
637 fseek(fp, -8, SEEK_END);
H A Dairlink.c121 lenk = lseek(fkd, 0, SEEK_END);
127 lens = lseek(fsd, 0, SEEK_END);
241 long i, len = lseek(fd, 0, SEEK_END);
H A Dmkbrnimg.c112 || (len = lseek(fd, 0, SEEK_END)) < 0
H A Dmotorola-bin.c132 || (len = lseek(fd, 0, SEEK_END)) < 0
H A Dmakeamitbin.c194 if (fseek(f, 0, SEEK_END) == 0)
H A Dtrx2edips.c131 fseek(fpIn, 0, SEEK_END);
H A Dmkdir615h1.c79 fseek(fp_file, 0, SEEK_END);
H A Dmkfwimage2.c177 fseek(p, 0, SEEK_END);
H A Dmkfwimage.c223 fseek(p, 0, SEEK_END);
H A Dimagetag.c112 fseek(fp, 0, SEEK_END);
/netgear-R7800-V1.0.2.28/tools/padjffs2/src/
H A Dpadjffs2.c60 in_len = lseek(fd, 0, SEEK_END);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyportenv.h197 #ifndef SEEK_END
198 #define SEEK_END 2 macro
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dtextbox.c54 if ((file_size = lseek(fd, 0, SEEK_END)) == -1) {
173 if (lseek(fd, -BUF_SIZE, SEEK_END) == -1) {
/netgear-R7800-V1.0.2.28/package/disktype/src/
H A Dfile.c97 result = lseek(fd, 0, SEEK_END);
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_log.c89 case SEEK_END:
/netgear-R7800-V1.0.2.28/package/netatalk-utility/src/
H A Dupdate_afp.c745 fseek(adisk_conf_fp, 0, SEEK_END);

Completed in 181 milliseconds