Searched refs:fpos (Results 1 - 25 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dpostypes.h32 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dpostypes.h34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dpostypes.h34 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dpostypes.h34 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/kconfig/lxdialog/
H A Dtextbox.c39 int i, x, y, cur_x, cur_y, fpos, key = 0; local
135 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
140 if (fpos > bytes_read) { /* Yes, we have to read it in */
167 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
172 if (fpos < file_size) { /* Yes, we have to read it in */
311 int i, fpos; local
321 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
327 if (fpos > bytes_read) { /* Not beginning of file yet */
334 if (fpos < BUF_SIZE / 2 + bytes_read) {
342 page = buf + fpos
469 int i = 0, fpos; local
520 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/config/
H A Dtextbox.c40 int i, x, y, cur_x, cur_y, fpos, key = 0; local
150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
156 if (fpos > bytes_read) { /* Yes, we have to read it in */
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
189 if (fpos < file_size) { /* Yes, we have to read it in */
330 int i, fpos; local
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
346 if (fpos > bytes_read) { /* Not beginning of file yet */
353 if (fpos < BUF_SIZE / 2 + bytes_read) {
361 page = buf + fpos
492 int i = 0, fpos; local
543 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/kconfig/lxdialog/
H A Dtextbox.c39 int i, x, y, cur_x, cur_y, fpos, key = 0; local
135 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
140 if (fpos > bytes_read) { /* Yes, we have to read it in */
167 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
172 if (fpos < file_size) { /* Yes, we have to read it in */
311 int i, fpos; local
321 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
327 if (fpos > bytes_read) { /* Not beginning of file yet */
334 if (fpos < BUF_SIZE / 2 + bytes_read) {
342 page = buf + fpos
469 int i = 0, fpos; local
520 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/config/
H A Dtextbox.c40 int i, x, y, cur_x, cur_y, fpos, key = 0; local
150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
156 if (fpos > bytes_read) { /* Yes, we have to read it in */
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
189 if (fpos < file_size) { /* Yes, we have to read it in */
330 int i, fpos; local
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
346 if (fpos > bytes_read) { /* Not beginning of file yet */
353 if (fpos < BUF_SIZE / 2 + bytes_read) {
361 page = buf + fpos
492 int i = 0, fpos; local
543 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/kconfig/lxdialog/
H A Dtextbox.c39 int i, x, y, cur_x, cur_y, fpos, key = 0; local
135 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
140 if (fpos > bytes_read) { /* Yes, we have to read it in */
167 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
172 if (fpos < file_size) { /* Yes, we have to read it in */
311 int i, fpos; local
321 if ((fpos = lseek(fd, 0, SEEK_CUR)) == -1) {
327 if (fpos > bytes_read) { /* Not beginning of file yet */
334 if (fpos < BUF_SIZE / 2 + bytes_read) {
342 page = buf + fpos
469 int i = 0, fpos; local
520 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/config/
H A Dtextbox.c40 int i, x, y, cur_x, cur_y, fpos, key = 0; local
150 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
156 if (fpos > bytes_read) { /* Yes, we have to read it in */
183 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
189 if (fpos < file_size) { /* Yes, we have to read it in */
330 int i, fpos; local
340 if ((fpos = lseek (fd, 0, SEEK_CUR)) == -1) {
346 if (fpos > bytes_read) { /* Not beginning of file yet */
353 if (fpos < BUF_SIZE / 2 + bytes_read) {
361 page = buf + fpos
492 int i = 0, fpos; local
543 int fpos, percent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dpm.c154 void __user *buffer, size_t *lenp, loff_t *fpos)
202 void __user *buffer, size_t *lenp, loff_t *fpos)
207 return proc_dointvec(ctl, write, buffer, lenp, fpos);
272 void __user *buffer, size_t *lenp, loff_t *fpos)
277 return proc_dointvec(ctl, write, buffer, lenp, fpos);
285 void __user *buffer, size_t *lenp, loff_t *fpos)
290 return proc_dointvec(ctl, write, buffer, lenp, fpos);
153 sysctl_pm_do_suspend(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
201 cmode_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
271 p0_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
284 cm_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dpm.c154 void __user *buffer, size_t *lenp, loff_t *fpos)
202 void __user *buffer, size_t *lenp, loff_t *fpos)
207 return proc_dointvec(ctl, write, buffer, lenp, fpos);
272 void __user *buffer, size_t *lenp, loff_t *fpos)
277 return proc_dointvec(ctl, write, buffer, lenp, fpos);
285 void __user *buffer, size_t *lenp, loff_t *fpos)
290 return proc_dointvec(ctl, write, buffer, lenp, fpos);
153 sysctl_pm_do_suspend(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
201 cmode_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
271 p0_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
284 cm_procctl(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Ddir.c610 * @fpos: position in the directory
630 static inline int ntfs_filldir(ntfs_volume *vol, loff_t fpos, argument
673 ntfs_debug("Calling filldir for %s with len %i, fpos 0x%llx, inode "
674 "0x%lx, DT_%s.", name, name_len, fpos, mref,
676 rc = filldir(dirent, name, name_len, fpos, mref, dt_type);
706 loff_t fpos, i_size; local
722 fpos = filp->f_pos;
723 ntfs_debug("Entering for inode 0x%lx, fpos 0x%llx.",
724 vdir->i_ino, fpos);
728 if (fpos >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Ddir.c610 * @fpos: position in the directory
630 static inline int ntfs_filldir(ntfs_volume *vol, loff_t fpos, argument
673 ntfs_debug("Calling filldir for %s with len %i, fpos 0x%llx, inode "
674 "0x%lx, DT_%s.", name, name_len, fpos, mref,
676 rc = filldir(dirent, name, name_len, fpos, mref, dt_type);
706 loff_t fpos, i_size; local
722 fpos = filp->f_pos;
723 ntfs_debug("Entering for inode 0x%lx, fpos 0x%llx.",
724 vdir->i_ino, fpos);
728 if (fpos >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dseek.h47 int64_t fpos; ///< file position at the time of call member in struct:AVParserState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dseek.h47 int64_t fpos; ///< file position at the time of call member in struct:AVParserState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dseek.h47 int64_t fpos; ///< file position at the time of call member in struct:AVParserState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/smbfs/
H A Dcache.c77 * dget, but require that fpos and parent matches what the dentry contains.
81 smb_dget_fpos(struct dentry *dentry, struct dentry *parent, unsigned long fpos) argument
88 (unsigned long)dent->d_fsdata == fpos) {
103 if ((unsigned long)dent->d_fsdata == fpos) {
167 newdent->d_fsdata = (void *) ctl.fpos;
194 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
204 ctl.fpos += 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/smbfs/
H A Dcache.c77 * dget, but require that fpos and parent matches what the dentry contains.
81 smb_dget_fpos(struct dentry *dentry, struct dentry *parent, unsigned long fpos) argument
88 (unsigned long)dent->d_fsdata == fpos) {
103 if ((unsigned long)dent->d_fsdata == fpos) {
167 newdent->d_fsdata = (void *) ctl.fpos;
194 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
204 ctl.fpos += 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Ddir.c29 loff_t fpos, u64 ino, unsigned dtype);
216 static int afs_dir_iterate_block(unsigned *fpos, argument
227 _enter("%u,%x,%p,,",*fpos,blkoff,block);
229 curr = (*fpos - blkoff) / sizeof(union afs_dirent);
244 *fpos = blkoff +
302 *fpos = blkoff + next * sizeof(union afs_dirent);
312 static int afs_dir_iterate(struct inode *dir, unsigned *fpos, void *cookie, argument
321 _enter("{%lu},%u,,", dir->i_ino, *fpos);
329 *fpos += sizeof(union afs_dirent) - 1;
330 *fpos
377 unsigned fpos; local
399 afs_lookup_filldir(void *_cookie, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) argument
434 unsigned fpos; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/
H A Ddir.c29 loff_t fpos, u64 ino, unsigned dtype);
216 static int afs_dir_iterate_block(unsigned *fpos, argument
227 _enter("%u,%x,%p,,",*fpos,blkoff,block);
229 curr = (*fpos - blkoff) / sizeof(union afs_dirent);
244 *fpos = blkoff +
302 *fpos = blkoff + next * sizeof(union afs_dirent);
312 static int afs_dir_iterate(struct inode *dir, unsigned *fpos, void *cookie, argument
321 _enter("{%lu},%u,,", dir->i_ino, *fpos);
329 *fpos += sizeof(union afs_dirent) - 1;
330 *fpos
377 unsigned fpos; local
399 afs_lookup_filldir(void *_cookie, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) argument
434 unsigned fpos; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/alchemy/common/
H A Ddma.c98 int au1000_dma_read_proc(char *buf, char **start, off_t fpos, argument
111 if (fpos >= len) {
116 *start = buf + fpos;
117 len -= fpos;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Ddma.c98 int au1000_dma_read_proc(char *buf, char **start, off_t fpos, argument
111 if (fpos >= len) {
116 *start = buf + fpos;
117 len -= fpos;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dkcore.c425 read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos) argument
436 if (buflen == 0 || *fpos >= size) {
442 if (buflen > size - *fpos)
443 buflen = size - *fpos;
446 if (*fpos < elf_buflen) {
449 tsz = elf_buflen - *fpos;
459 if (copy_to_user(buffer, elf_buf + *fpos, tsz)) {
465 *fpos += tsz;
479 start = kc_offset_to_vaddr(*fpos - elf_buflen);
531 *fpos
[all...]
H A Dvmcore.c97 size_t buflen, loff_t *fpos)
104 if (buflen == 0 || *fpos >= vmcore_size)
108 if (buflen > vmcore_size - *fpos)
109 buflen = vmcore_size - *fpos;
112 if (*fpos < elfcorebuf_sz) {
113 tsz = elfcorebuf_sz - *fpos;
116 if (copy_to_user(buffer, elfcorebuf + *fpos, tsz))
119 *fpos += tsz;
128 start = map_offset_to_paddr(*fpos, &vmcore_list, &curr_m);
144 *fpos
96 read_vmcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos) argument
[all...]

Completed in 225 milliseconds

123