Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h92 #define ftello _ftelli64 macro
103 #define ftello ftello64 macro
H A Dreverse.c52 p->pos = ftello(p->tmp_file); in drain()
H A Dsox_i.h50 #define ftello ftell macro
H A Dformats_i.c156 return ft->seekable? (off_t)ftello((FILE*)ft->fp) : (off_t)ft->tell_off; in lsx_tell()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/
H A D0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch52 TLI_DEFINE_ENUM_INTERNAL(ftello)
53 TLI_DEFINE_STRING_INTERNAL("ftello")
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch50 TLI_DEFINE_ENUM_INTERNAL(ftello)
51 TLI_DEFINE_STRING_INTERNAL("ftello")
/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.h717 extern __off_t ftello (FILE *__stream) __wur;
723 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
726 # define ftello ftello64 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.h717 extern __off_t ftello (FILE *__stream) __wur;
723 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
726 # define ftello ftello64 macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c38 #define ftello ftello64 macro
152 *size = ftello(*file); in OpenResumeFile()
288 size = ftello(file); in GetLastKeyframe()
450 off_t size = ftello(file); in Download()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A DCVE-2018-1000097.patch51 off_t position = ftello (file);
/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-51055 * ftello: (libc)File Positioning.
5236 -- Function: off_t ftello (FILE *STREAM)
5241 The ‘ftello’ function is similar to ‘ftell’, except that it returns
5247 implementation, and using ‘ftello’ is preferable whenever it is
5266 This function is similar to ‘ftello’ with the only difference that
5273 bits machine this function is available under the name ‘ftello’ and
5306 For this reason it is a good idea to prefer ‘ftello’ whenever it is
5334 *Portability Note:* In non-POSIX systems, ‘ftell’, ‘ftello’, ‘fseek’
5427 the file positions in a large file. Using the ‘ftello’ and ‘fseeko’
7158 ‘fseeko’, ‘ftell’, ‘ftello’ and ‘rewind’ functions, which operate
H A Dlibc.info-161055 * ftello: (libc)File Positioning.
3322 * ftello: File Positioning. (line 34)
H A Ddir839 * ftello: (libc)File Positioning.
H A Dlibc.info-141055 * ftello: (libc)File Positioning.
H A Dlibc.info1055 * ftello: (libc)File Positioning.
H A Dlibc.info-171055 * ftello: (libc)File Positioning.
H A Dlibc.info-11055 * ftello: (libc)File Positioning.
4709 Specifically, the functions ‘fseeko’ and ‘ftello’ are available.
/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-51055 * ftello: (libc)File Positioning.
5236 -- Function: off_t ftello (FILE *STREAM)
5241 The ‘ftello’ function is similar to ‘ftell’, except that it returns
5247 implementation, and using ‘ftello’ is preferable whenever it is
5266 This function is similar to ‘ftello’ with the only difference that
5273 bits machine this function is available under the name ‘ftello’ and
5306 For this reason it is a good idea to prefer ‘ftello’ whenever it is
5334 *Portability Note:* In non-POSIX systems, ‘ftell’, ‘ftello’, ‘fseek’
5427 the file positions in a large file. Using the ‘ftello’ and ‘fseeko’
7158 ‘fseeko’, ‘ftell’, ‘ftello’ and ‘rewind’ functions, which operate
H A Dlibc.info-161055 * ftello: (libc)File Positioning.
3322 * ftello: File Positioning. (line 34)
H A Ddir839 * ftello: (libc)File Positioning.
H A Dlibc.info-141055 * ftello: (libc)File Positioning.
H A Dlibc.info1055 * ftello: (libc)File Positioning.
H A Dlibc.info-171055 * ftello: (libc)File Positioning.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfstream954 pos_type __r = ftello(__file_);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfstream954 pos_type __r = ftello(__file_);

123