Home
last modified time | relevance | path

Searched refs:whence (Results 76 – 100 of 20088) sorted by relevance

12345678910>>...804

/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2-win32.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
H A Dfseek_ftell_rewind_variation2-win32.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2-win32.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
H A Dfseek_ftell_rewind_variation2.phpt25 2. Testing fseek() without using argument whence
76 -- Testing fseek() without using argument whence --
91 -- Testing fseek() without using argument whence --
106 -- Testing fseek() without using argument whence --
121 -- Testing fseek() without using argument whence --
136 -- Testing fseek() without using argument whence --
151 -- Testing fseek() without using argument whence --
166 -- Testing fseek() without using argument whence --
181 -- Testing fseek() without using argument whence --
196 -- Testing fseek() without using argument whence --
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dreport.h412 OTHER(empty).on(whence);
437 OTHER(revalued).on(whence);
677 OTHER(market).on(whence);
694 .on(whence,
701 .on(whence,
705 .on(whence,
729 OTHER(market).on(whence);
843 .on(whence,
952 OTHER(related).on(whence);
1080 string whence; variable
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Later/
H A Dplugin.py69 for (time, whence, text) in notes:
70 writer.writerow([nick, time, whence, text])
80 for (nick, time, whence, text) in reader:
102 notes.append((at, whence, text))
104 self._notes[nick] = [(at, whence, text)]
116 for (notetime, whence, text) in notes:
119 removals.append((notetime, whence, text))
239 for (when, whence, note) in notes:
240 s = self._formatNote(when, whence, note)
245 def _formatNote(self, when, whence, note): argument
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/linux_kernel/
H A Dlseek.py8 def run(self, fd, seek, whence): #pylint:disable=arguments-differ,unused-argument argument
10 if self.state.solver.symbolic(whence):
15 whence = self.state.solver.eval(whence)
16 if whence == 0:
18 elif whence == 1:
20 elif whence == 2:
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
18 if (f->seek(f, off, whence) < 0) return -1; in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek() argument
38 return __fseeko(f, off, whence); in fseek()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dvfs.h63 constexpr int from_vfs_seek_type(VFSSeekType whence) in from_vfs_seek_type() argument
65 return (whence == VFS_SEEK_SET) in from_vfs_seek_type()
67 : (whence == VFS_SEEK_CUR) in from_vfs_seek_type()
69 : (whence == VFS_SEEK_END) ? SEEK_END : -1; in from_vfs_seek_type()
72 constexpr VFSSeekType to_vfs_seek_type(int whence) in to_vfs_seek_type() argument
74 return (whence == SEEK_SET) in to_vfs_seek_type()
76 : (whence == SEEK_CUR) in to_vfs_seek_type()
78 : (whence == SEEK_END) ? VFS_SEEK_END : (VFSSeekType)-1; in to_vfs_seek_type()
103 virtual int fseek(int64_t offset, VFSSeekType whence) = 0;
139 int fseek(int64_t offset, VFSSeekType whence)
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) { in zip_source_seek_write() argument
42 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
48 args.whence = whence; in zip_source_seek_write()
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write() argument
43 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
49 args.whence = whence; in zip_source_seek_write()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) { in zip_source_seek_write() argument
42 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
48 args.whence = whence; in zip_source_seek_write()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write() argument
43 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
49 args.whence = whence; in zip_source_seek_write()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write() argument
43 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
49 args.whence = whence; in zip_source_seek_write()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dfseeko.c21 _DEFUN (_fseeko_r, (ptr, fp, offset, whence),
25 int whence)
27 return _fseek_r (ptr, fp, (long)offset, whence);
33 fseeko (fp, offset, whence)
36 int whence;
39 return _fseek_r (_REENT, fp, (long)offset, whence);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dfseeko.c21 _DEFUN (_fseeko_r, (ptr, fp, offset, whence),
25 int whence)
27 return _fseek_r (ptr, fp, (long)offset, whence);
33 fseeko (fp, offset, whence) in fseeko() argument
36 int whence;
39 return _fseek_r (_REENT, fp, (long)offset, whence);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dfseek.c108 _DEFUN(_fseek_r, (ptr, fp, offset, whence),
112 int whence)
114 return _fseeko_r (ptr, fp, offset, whence);
120 _DEFUN(fseek, (fp, offset, whence),
123 int whence)
125 return _fseek_r (_REENT, fp, offset, whence);

12345678910>>...804