Home
last modified time | relevance | path

Searched refs:fseeko (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/buildroot/package/dc3dd/
H A D0003-fix-for-glibc-2.28.patch48 diff -Nuar dc3dd-7.2.641.orig/lib/fseeko.c dc3dd-7.2.641/lib/fseeko.c
49 --- dc3dd-7.2.641.orig/lib/fseeko.c 2012-11-06 23:42:58.000000000 +0200
50 +++ dc3dd-7.2.641/lib/fseeko.c 2018-10-26 08:51:02.841583936 +0300
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/
H A D0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch32 /// int fseeko(FILE *stream, off_t offset, int whence);
33 TLI_DEFINE_ENUM_INTERNAL(fseeko)
34 TLI_DEFINE_STRING_INTERNAL("fseeko")
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch30 /// int fseeko(FILE *stream, off_t offset, int whence);
31 TLI_DEFINE_ENUM_INTERNAL(fseeko)
32 TLI_DEFINE_STRING_INTERNAL("fseeko")
/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddo_patch.c176 if (fseeko(f, offset, SEEK_SET)) { in do_patch_rkimg()
223 if (fseeko(cpf, offset + 32, SEEK_SET)) { in do_patch_rkimg()
233 if (fseeko(dpf, offset + 32 + bzctrllen, SEEK_SET)) { in do_patch_rkimg()
246 if (fseeko(epf, offset + 32 + bzctrllen + bzdatalen, SEEK_SET)) { in do_patch_rkimg()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c37 #define fseeko fseeko64 macro
202 fseeko(*file, pos, SEEK_SET); in OpenResumeFile()
221 fseeko(*file, pos + 11, SEEK_SET); in OpenResumeFile()
318 fseeko(file, size - tsize - 4, SEEK_SET); in GetLastKeyframe()
345 fseeko(file, size - tsize, SEEK_SET); in GetLastKeyframe()
384 fseeko(file, size - tsize + 11, SEEK_SET); in GetLastKeyframe()
430 fseeko(file, size - tsize + prevTagSize + 4, SEEK_SET); in GetLastKeyframe()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h91 #define fseeko _fseeki64 macro
101 #define fseeko fseeko64 macro
H A Dreverse.c60 fseeko(p->tmp_file, (off_t)(p->pos * sizeof(sox_sample_t)), SEEK_SET); in drain()
H A D8svx.c270 if (fseeko(p->tmp[i], (off_t)0, 0)) in stopwrite()
H A Dsox_i.h49 #define fseeko fseek macro
H A Dformats_i.c209 if (fseeko((FILE*)ft->fp, offset, whence) == -1) in lsx_seeki()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_common.h132 #define fseeko _fseeki64 macro
148 #define fseeko fseeko64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdio.h712 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
720 extern int __REDIRECT (fseeko,
725 # define fseeko fseeko64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdio.h712 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
720 extern int __REDIRECT (fseeko,
725 # define fseeko fseeko64 macro
/OK3568_Linux_fs/buildroot/package/zip/
H A D0005-unix-configure-remove-GID-UID-size-check.patch30 -# define _LARGEFILE_SOURCE /* some OSes need this for fseeko */
/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.cpp131 fseeko(File, 0, SEEK_SET); in GetMD5()
163 fseeko(File, 0, SEEK_SET); in _GetMD5()
H A DRKImage.cpp145 fseeko(m_pFile, m_fwOffset, SEEK_SET); in SaveFWFile()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A D0001-configure-Pass-LDFLAGS-to-link-tests.patch47 echo "Checking for fseeko... Yes." | tee -a configure.log
/OK3568_Linux_fs/external/rktoolkit/update_recv/
H A Dupdate_recv.c109 fseeko(pImageFile, 0, SEEK_SET); in GetFwOffset()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfstream952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence))
970 if (fseeko(__file_, __sp, SEEK_SET))
1034 if (fseeko(__file_, -__c, SEEK_CUR))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfstream952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence))
970 if (fseeko(__file_, __sp, SEEK_SET))
1034 if (fseeko(__file_, -__c, SEEK_CUR))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-51045 * fseeko: (libc)File Positioning.
2545 function (such as ‘fseek’, ‘fseeko’ or ‘rewind’; *note File
5296 -- Function: int fseeko (FILE *STREAM, off_t OFFSET, int WHENCE)
5303 int’ for the offset is not compatible with POSIX. ‘fseeko’ uses the
5324 This function is similar to ‘fseeko’ with the only difference that
5331 bits machine this function is available under the name ‘fseeko’ and
5335 and ‘fseeko’ might work reliably only on binary streams. *Note Binary
5346 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
5352 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
5358 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
[all …]
H A Dlibc.info-161045 * fseeko: (libc)File Positioning.
3310 * fseeko: File Positioning. (line 94)
H A Dlibc.info-11045 * fseeko: (libc)File Positioning.
4709 Specifically, the functions ‘fseeko’ and ‘ftello’ are available.
4729 ‘off64_t’ and ‘fseeko’ vs. ‘fseeko64’.
4750 reference the new functions, e.g., a call to ‘fseeko’ now indeed
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-51045 * fseeko: (libc)File Positioning.
2545 function (such as ‘fseek’, ‘fseeko’ or ‘rewind’; *note File
5296 -- Function: int fseeko (FILE *STREAM, off_t OFFSET, int WHENCE)
5303 int’ for the offset is not compatible with POSIX. ‘fseeko’ uses the
5324 This function is similar to ‘fseeko’ with the only difference that
5331 bits machine this function is available under the name ‘fseeko’ and
5335 and ‘fseeko’ might work reliably only on binary streams. *Note Binary
5346 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
5352 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
5358 to the ‘fseek’ or ‘fseeko’ functions, specifies that the offset
[all …]
H A Dlibc.info-161045 * fseeko: (libc)File Positioning.
3310 * fseeko: File Positioning. (line 94)

123