Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ftello64
(Results
1 - 23
of
23
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H
A
D
ioapi.h
14
Oct-2009 - Change to fseeko64,
ftello64
and fopen64 so large files would work on linux.
50
#define
ftello64
ftell
macro
55
#define
ftello64
ftello
macro
61
#define
ftello64
_ftelli64
macro
64
#define
ftello64
ftell
macro
H
A
D
ioapi.c
24
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
minizip.c
37
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
miniunz.c
37
#define FTELLO_FUNC(stream)
ftello64
(stream)
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H
A
D
ioapi.h
14
Oct-2009 - Change to fseeko64,
ftello64
and fopen64 so large files would work on linux.
50
#define
ftello64
ftell
macro
55
#define
ftello64
ftello
macro
61
#define
ftello64
_ftelli64
macro
64
#define
ftello64
ftell
macro
H
A
D
ioapi.c
24
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
minizip.c
38
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
miniunz.c
37
#define FTELLO_FUNC(stream)
ftello64
(stream)
/third_party/zlib/contrib/minizip/
H
A
D
ioapi.h
14
Oct-2009 - Change to fseeko64,
ftello64
and fopen64 so large files would work on linux.
50
#define
ftello64
ftell
macro
57
#define
ftello64
ftello
macro
63
#define
ftello64
_ftelli64
macro
66
#define
ftello64
ftell
macro
H
A
D
ioapi.c
24
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
minizip.c
38
#define FTELLO_FUNC(stream)
ftello64
(stream)
H
A
D
miniunz.c
37
#define FTELLO_FUNC(stream)
ftello64
(stream)
/third_party/musl/src/stdio/
H
A
D
ftell.c
47
weak_alias(ftello,
ftello64
);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
211
#define
ftello64
ftello
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
212
#define
ftello64
ftello
macro
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
218
#define
ftello64
ftello
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
211
#define
ftello64
ftello
macro
/third_party/musl/include/
H
A
D
stdio.h
218
#define
ftello64
ftello
macro
/third_party/ffmpeg/tools/
H
A
D
qt-faststart.c
37
#define ftello(x)
ftello64
(x)
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1791
pub fn
ftello64
(stream: *mut ::FILE) -> ::off64_t;
in ftello64()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3951
pub fn
ftello64
(stream: *mut ::FILE) -> ::off64_t;
in ftello64()
functions
/third_party/astc-encoder/Source/
H
A
D
tinyexr.h
4664
#define MZ_FTELL64
ftello64
4696
#define MZ_FTELL64
ftello64
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
2515
extern __off64_t
ftello64
(FILE *__stream) ;
[all...]
Completed in 72 milliseconds