Searched refs:whence (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_see.c53 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) argument
69 if(whence != SEEK_SET)
88 if(LSEEK_ERROR == lseek(in->fd, offset, whence))
101 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence)
107 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence)
109 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence)
H A Dtool_cb_see.h43 int tool_seek_cb(void *userdata, curl_off_t offset, int whence);
H A Dsetup.h170 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
186 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dlocking.c30 * @def read_lock(fd, offset, whence, len)
35 * @param whence (r) SEEK_SET, SEEK_CUR, SEEK_END
43 * @def write_lock(fd, offset, whence, len)
48 * @param whence (r) SEEK_SET, SEEK_CUR, SEEK_END
56 * @def unlock(fd, offset, whence, len)
61 * @param whence (r) SEEK_SET, SEEK_CUR, SEEK_END
78 * @param whence (r) SEEK_SET, SEEK_CUR, SEEK_END
86 int lock_reg(int fd, int cmd, int type, off_t offset, int whence, off_t len) argument
92 lock.l_whence = whence;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dlseek.c35 rpl_lseek (int fd, off_t offset, int whence) argument
61 return lseek (fd, offset, whence);
H A Dfseeko.c35 rpl_fseeko (FILE *fp, off_t offset, int whence) argument
100 whence == SEEK_END && offset > 0 ? 0 : offset,
101 whence);
126 if (!(whence == SEEK_END && offset > 0))
129 return fseeko (fp, offset, whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dllong.c67 int mt_lseek(int fd, mt_off_t where, int whence) argument
70 if(lseek64(fd, where, whence) >= 0)
75 if(llseek(fd, where, whence) >= 0)
80 if (lseek(fd, (off_t) where, whence) >= 0)
H A Dllong.h110 int mt_lseek(int fd, mt_off_t where, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h129 extern int lock_reg(int fd, int cmd, int type, off_t offest, int whence, off_t len);
130 #define read_lock(fd, offset, whence, len) \
131 lock_reg((fd), F_SETLK, F_RDLCK, (offset), (whence), (len))
132 #define write_lock(fd, offset, whence, len) \
133 lock_reg((fd), F_SETLK, F_WRLCK, (offset), (whence), (len))
134 #define unlock(fd, offset, whence, len) \
135 lock_reg((fd), F_SETLK, F_UNLCK, (offset), (whence), (len))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dcallback.h122 * \param offset The new position, relative to \a whence
123 * \param whence \c SEEK_SET, \c SEEK_CUR, or \c SEEK_END
127 typedef int (*FLAC__IOCallback_Seek) (FLAC__IOHandle handle, FLAC__int64 offset, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dpmon.h37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dpmon.h37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ argument
57 return fseeko64(f,off,whence);
59 return _fseeki64(f,off,whence);
61 return fseek(f,off,whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_leds.c106 static loff_t leds_dev_lseek (struct file *file, loff_t offs, int whence)
108 if (whence == 1)
110 else if (whence == 2)
105 leds_dev_lseek(struct file *file, loff_t offs, int whence) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dproc_ppc64.c31 static loff_t page_map_seek( struct file *file, loff_t off, int whence);
82 static loff_t page_map_seek( struct file *file, loff_t off, int whence) argument
87 switch(whence) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dfile.c73 static int64_t file_seek(URLContext *h, int64_t pos, int whence) argument
76 return lseek(fd, pos, whence);
H A Davio.h75 int64_t url_seek(URLContext *h, int64_t pos, int whence);
130 * Passing this as the "whence" parameter to a seek function causes it to
141 int64_t (*url_seek)(URLContext *h, int64_t pos, int whence);
185 int64_t (*seek)(void *opaque, int64_t offset, int whence);
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
216 int64_t (*seek)(void *opaque, int64_t offset, int whence));
236 int64_t url_fseek(ByteIOContext *s, int64_t offset, int whence);
H A Dhttp.c319 static int64_t http_seek(URLContext *h, int64_t off, int whence) argument
325 if (whence == AVSEEK_SIZE)
327 else if ((s->filesize == -1 && whence == SEEK_END) || h->is_streamed)
332 if (whence == SEEK_CUR)
334 else if (whence == SEEK_END)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davio.h75 int64_t url_seek(URLContext *h, int64_t pos, int whence);
130 * Passing this as the "whence" parameter to a seek function causes it to
141 int64_t (*url_seek)(URLContext *h, int64_t pos, int whence);
185 int64_t (*seek)(void *opaque, int64_t offset, int whence);
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
216 int64_t (*seek)(void *opaque, int64_t offset, int whence));
236 int64_t url_fseek(ByteIOContext *s, int64_t offset, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dwrapped.c238 off_t lseek(int fd, off_t offset, int whence) argument
241 return smbw_lseek(fd, offset, whence);
244 return real_lseek(fd, offset, whence);
248 off_t __lseek(int fd, off_t offset, int whence) argument
250 return lseek(fd, offset, whence);
253 off_t _lseek(int fd, off_t offset, int whence) argument
255 return lseek(fd, offset, whence);
677 offset_t llseek(int fd, offset_t ofs, int whence) argument
680 return lseek(fd, ofs, whence);
682 return real_llseek(fd, ofs, whence);
[all...]
H A Drealcalls.h206 #define real_llseek(fd,ofs,whence) (_llseek(fd,ofs,whence))
208 #define real_llseek(fd,ofs,whence) (__llseek(fd,ofs,whence))
210 #define real_llseek(fd,ofs,whence) (__sys_llseek(fd,ofs,whence))
243 #define real_lseek(fd, offset, whence) (syscall(SYS_lseek, (fd), (offset), (whence)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfileio.c296 int whence, __u64 *ret_pos)
300 if (whence == EXT2_SEEK_SET)
302 else if (whence == EXT2_SEEK_CUR)
304 else if (whence == EXT2_SEEK_END)
316 int whence, ext2_off_t *ret_pos)
322 retval = ext2fs_file_llseek(file, loffset, whence, &ret_loffset);
295 ext2fs_file_llseek(ext2_file_t file, __u64 offset, int whence, __u64 *ret_pos) argument
315 ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset, int whence, ext2_off_t *ret_pos) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdio.in.h246 extern int fseeko (FILE *fp, off_t offset, int whence);
247 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
258 extern int rpl_fseek (FILE *fp, long offset, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsetup.h323 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
339 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h246 extern int fseeko (FILE *fp, off_t offset, int whence);
247 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
258 extern int rpl_fseek (FILE *fp, long offset, int whence);

Completed in 206 milliseconds

1234