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:clearerr
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
clearerr.c
3
void
clearerr
(FILE *f)
in clearerr()
function
10
weak_alias(
clearerr
, clearerr_unlocked);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
clearerr.c
3
void
clearerr
(FILE *f)
in clearerr()
function
10
weak_alias(
clearerr
, clearerr_unlocked);
/third_party/musl/src/stdio/
H
A
D
clearerr.c
6
void
clearerr
(FILE *f)
in clearerr()
function
16
weak_alias(
clearerr
, clearerr_unlocked);
/third_party/python/Parser/
H
A
D
myreadline.c
51
clearerr
(fp);
in my_fgets()
85
clearerr
(fp);
in my_fgets()
287
clearerr
(sys_stdin);
in PyOS_StdioReadline()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
clearerr.c
27
clearerr
(stdin);
in clearerr_0100()
H
A
D
__fseterr.c
31
clearerr
(fp);
in __fseterr_0100()
/third_party/node/deps/openssl/openssl/ms/
H
A
D
applink.c
74
clearerr
(fp);
in app_clearerr()
/third_party/openssl/ms/
H
A
D
applink.c
74
clearerr
(fp);
in app_clearerr()
/third_party/ltp/testcases/kernel/fs/stream/
H
A
D
stream05.c
24
>KEYS: < ferror() feof()
clearerr
() fileno()
28
< 4) check that
clearerr
resets EOF indicator.
34
< 4) after 3) above use
clearerr
and then use feof to ensure
35
<
clearerr
worked
163
/* ensure
clearerr
works */
in main()
164
clearerr
(stream);
in main()
166
tst_resm(TFAIL, "
clearerr
failed: %s", strerror(errno));
in main()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
78
void
clearerr
(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
80
void
clearerr
(FILE *);
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
81
void
clearerr
(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
78
void
clearerr
(FILE *);
/third_party/musl/include/
H
A
D
stdio.h
81
void
clearerr
(FILE *);
/third_party/musl/libc-test/src/api/
H
A
D
stdio.c
33
{void(*p)(FILE*) =
clearerr
;}
in f()
/third_party/node/deps/openssl/openssl/crypto/rand/
H
A
D
randfile.c
155
clearerr
(in);
in RAND_load_file()
/third_party/openssl/crypto/rand/
H
A
D
randfile.c
156
clearerr
(in);
in RAND_load_file()
/third_party/musl/libc-test/src/functionalext/fortify/
H
A
D
invalid_param.c
36
* @tc.desc : Verify
clearerr
with invalid parameter
45
clearerr
(NULL);
in clearerr_0100()
58
* @tc.desc : Verify
clearerr
with invalid parameter
80
* @tc.desc : Verify
clearerr
with invalid parameter
102
* @tc.desc : Verify
clearerr
with invalid parameter
124
* @tc.desc : Verify
clearerr
with invalid parameter
147
* @tc.desc : Verify
clearerr
with invalid parameter
170
* @tc.desc : Verify
clearerr
with invalid parameter
192
* @tc.desc : Verify
clearerr
with invalid parameter
214
* @tc.desc : Verify
clearerr
wit
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H
A
D
foomaticrip.c
682
clearerr
(stdin);
in print_file()
/third_party/node/test/cctest/
H
A
D
test_environment.cc
89
clearerr
(stderr);
in ~RedirectStdErr()
/third_party/python/Objects/
H
A
D
object.c
268
clearerr
(fp); /* Clear any previous error condition */
in PyObject_Print()
319
clearerr
(fp);
in PyObject_Print()
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
442
pub fn
clearerr
(arg1: *mut FILE);
in clearerr()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
478
pub fn
clearerr
(f: *mut FILE);
in clearerr()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
506
pub fn
clearerr
(stream: *mut FILE);
in clearerr()
functions
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
glslang_lex_autogen.cpp
1146
clearerr
(yyin); \
Completed in 25 milliseconds
1
2