| /OK3568_Linux_fs/buildroot/package/dc3dd/ |
| H A D | 0003-fix-for-glibc-2.28.patch | 48 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 D | 0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 32 /// 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 D | 0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 30 /// 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 D | do_patch.c | 176 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 D | rtmpdump.c | 37 #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 D | util.h | 91 #define fseeko _fseeki64 macro 101 #define fseeko fseeko64 macro
|
| H A D | reverse.c | 60 fseeko(p->tmp_file, (off_t)(p->pos * sizeof(sox_sample_t)), SEEK_SET); in drain()
|
| H A D | 8svx.c | 270 if (fseeko(p->tmp[i], (off_t)0, 0)) in stopwrite()
|
| H A D | sox_i.h | 49 #define fseeko fseek macro
|
| H A D | formats_i.c | 209 if (fseeko((FILE*)ft->fp, offset, whence) == -1) in lsx_seeki()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_common.h | 132 #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 D | stdio.h | 712 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 D | stdio.h | 712 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 D | 0005-unix-configure-remove-GID-UID-size-check.patch | 30 -# define _LARGEFILE_SOURCE /* some OSes need this for fseeko */
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | MD5Checksum.cpp | 131 fseeko(File, 0, SEEK_SET); in GetMD5() 163 fseeko(File, 0, SEEK_SET); in _GetMD5()
|
| H A D | RKImage.cpp | 145 fseeko(m_pFile, m_fwOffset, SEEK_SET); in SaveFWFile()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | 0001-configure-Pass-LDFLAGS-to-link-tests.patch | 47 echo "Checking for fseeko... Yes." | tee -a configure.log
|
| /OK3568_Linux_fs/external/rktoolkit/update_recv/ |
| H A D | update_recv.c | 109 fseeko(pImageFile, 0, SEEK_SET); in GetFwOffset()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | fstream | 952 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 D | fstream | 952 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 D | libc.info-5 | 1045 * 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 D | libc.info-16 | 1045 * fseeko: (libc)File Positioning. 3310 * fseeko: File Positioning. (line 94)
|
| H A D | libc.info-1 | 1045 * 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 D | libc.info-5 | 1045 * 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 D | libc.info-16 | 1045 * fseeko: (libc)File Positioning. 3310 * fseeko: File Positioning. (line 94)
|