Searched refs:SEEK_CUR (Results 1 - 25 of 235) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dunixio_gcc.h18 #ifndef SEEK_CUR
19 # define SEEK_CUR 1 macro
20 #endif /* ndef SEEK_CUR */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dunixio_gcc.h18 #ifndef SEEK_CUR
19 # define SEEK_CUR 1 macro
20 #endif /* ndef SEEK_CUR */
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dseek_by_jump.c11 if (lseek(archive_handle->src_fd, (off_t) amount, SEEK_CUR) == (off_t) -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Drpm2cpio.c47 lseek (rpm_fd, 16 * header.entries, SEEK_CUR); /* Seek past index entries */
48 lseek (rpm_fd, header.size, SEEK_CUR); /* Seek past store */
72 lseek(rpm_fd, (8 - (lseek(rpm_fd, 0, SEEK_CUR) % 8)) % 8, SEEK_CUR);
H A Drpm.c126 offset = xlseek(rpm_fd, 0, SEEK_CUR);
226 xlseek(archive_handle->src_fd, -2, SEEK_CUR);
254 xlseek(fd, 96, SEEK_CUR); /* Seek past the unused lead */
275 storepos = xlseek(fd,0,SEEK_CUR) + header.entries * 16;
287 xlseek(fd, header.size, SEEK_CUR); /* Seek past store */
290 xlseek(fd, (8 - (xlseek(fd,0,SEEK_CUR) % 8)) % 8, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-unistd.c30 int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c70 fseek(fin, size - 8, SEEK_CUR);
230 fseek(aac_fp, 4, SEEK_CUR);
234 fseek(aac_fp, 8, SEEK_CUR);
238 fseek(aac_fp, 28, SEEK_CUR);
261 fseek(infile, -3, SEEK_CUR);
302 fseek(infile, 8, SEEK_CUR);
346 fseek(infile, 2, SEEK_CUR);
354 fseek(infile, atom_offset + 4, SEEK_CUR);
359 fseek(infile, 4, SEEK_CUR);
363 fseek(infile, 10, SEEK_CUR); // 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-aac.c55 fseek(fin, size - 8, SEEK_CUR);
219 fseek(aac_fp, 4, SEEK_CUR);
223 fseek(aac_fp, 8, SEEK_CUR);
227 fseek(aac_fp, 28, SEEK_CUR);
250 fseek(infile, -3, SEEK_CUR);
291 fseek(infile, 12, SEEK_CUR);
333 fseek(infile, 2, SEEK_CUR);
341 fseek(infile, atom_offset + 4, SEEK_CUR);
345 fseek(infile, 4, SEEK_CUR);
348 fseek(infile, 10, SEEK_CUR); // 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dtiny_psnr.c130 fseek(f[i], s, SEEK_CUR);
135 fseek(f[i], -12, SEEK_CUR);
139 fseek(f[shift < 0], abs(shift), SEEK_CUR);
141 fseek(f[0], skip_bytes, SEEK_CUR);
142 fseek(f[1], skip_bytes, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Drepdir.c109 d->seekpos = lseek64(d->fd, 0, SEEK_CUR);
111 d->seekpos = lseek(d->fd, 0, SEEK_CUR);
138 d->seekpos = lseek64(d->fd, 0, SEEK_CUR);
140 d->seekpos = lseek(d->fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32i64.c65 * that SEEK_CUR can lose track of location
92 if (origin == SEEK_CUR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c189 (void)lseek(log->fd, sub_len, SEEK_CUR);
198 log->extra = lseek(log->fd, 0, SEEK_CUR);
258 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
259 (void)lseek(log->fd, 5, SEEK_CUR);
341 log->mark_off = log->last_off = lseek(log->fd, 0, SEEK_CUR);
350 ftruncate(log->fd, lseek(log->fd, 0, SEEK_CUR));
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzlog.c189 (void)lseek(log->fd, sub_len, SEEK_CUR);
198 log->extra = lseek(log->fd, 0, SEEK_CUR);
258 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
259 (void)lseek(log->fd, 5, SEEK_CUR);
341 log->mark_off = log->last_off = lseek(log->fd, 0, SEEK_CUR);
350 ftruncate(log->fd, lseek(log->fd, 0, SEEK_CUR));
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dtiny_psnr.c160 fseek(f[i], s, SEEK_CUR);
165 fseek(f[i], -12, SEEK_CUR);
169 fseek(f[shift < 0], abs(shift), SEEK_CUR);
171 fseek(f[0], skip_bytes, SEEK_CUR);
172 fseek(f[1], skip_bytes, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dioapi.c20 #ifndef SEEK_CUR
21 #define SEEK_CUR 1 macro
133 fseek_origin = SEEK_CUR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dioapi.c20 #ifndef SEEK_CUR
21 #define SEEK_CUR 1 macro
133 fseek_origin = SEEK_CUR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.c52 case SEEK_CUR:
82 case SEEK_CUR:
227 self->seek(self, +1, SEEK_CUR);
236 self->seek(self, -1, SEEK_CUR);
249 self->seek(self, +offset, SEEK_CUR);
262 self->seek(self, -offset, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c105 d->seekpos = lseek(d->fd, 0, SEEK_CUR);
121 d->seekpos = lseek(d->fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c135 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
167 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
321 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
344 if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR) == -1) {
375 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
392 if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR) == -1) {
476 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
522 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dtextbox.c150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
363 if (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR)
394 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
413 SEEK_CUR) == -1) {
499 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
545 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_see.c73 if(LSEEK_ERROR == lseek(in->fd, step, SEEK_CUR))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32i64.c67 * that SEEK_CUR can lose track of location
81 if (origin == SEEK_CUR) {

Completed in 235 milliseconds

12345678910