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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdio.c24 int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
H A Dtest-fcntl.c29 int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
H A Dtest-unistd.c24 int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dftruncate.c23 if (lseek(fd, 0, SEEK_END) == LEN) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dtrasher.c46 fseek(f, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.c76 fseek(statuslog, 0, SEEK_END);
98 fseek(logfile, 0, SEEK_END);
H A Dcommands_admin.c74 fseek(mystatuslog, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dioapi.c24 #ifndef SEEK_END
25 #define SEEK_END 2 macro
136 fseek_origin = SEEK_END;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dioapi.c24 #ifndef SEEK_END
25 #define SEEK_END 2 macro
136 fseek_origin = SEEK_END;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dadduser.c98 fseek(file, 0, SEEK_END);
121 fseek(file, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/lseek/
H A Dlseek_7.c64 err = smbc_lseek(fd,0,SEEK_END);
H A Dlseek_8.c64 err = smbc_lseek(fd,0,SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunistd.in.h29 #if !(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET)
204 /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmkbugboot.c141 lseek(bugboot_fd, 0, SEEK_END);
H A Dmkprep.c127 if (fseek(in, 0, SEEK_END) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c155 len = xlseek(fd, 0, SEEK_END) | 0x3ff; /* + up to 1k */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistd.in.h29 #if !(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET)
204 /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistd.in.h29 #if !(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET)
204 /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c272 if (fseek(file->iofile, -128, SEEK_END) == 0) {
314 -10, SEEK_END) == 0) {
523 SEEK_END) == -1 ||
548 if (fseek(file->iofile, 0, SEEK_END) == -1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c272 if (fseek(file->iofile, -128, SEEK_END) == 0) {
314 -10, SEEK_END) == 0) {
523 SEEK_END) == -1 ||
548 if (fseek(file->iofile, 0, SEEK_END) == -1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbinoffset.c100 off_t end_off = lseek (fd, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DaddRamDisk.c163 fseek(inputVmlinux, 0, SEEK_END);
205 fseek(ramDisk, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptconfig.c71 fileLength = lseek(fd, 0, SEEK_END);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzconf.h298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
H A Dzconf.in.h298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro

Completed in 142 milliseconds

1234