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:F_ERR
(Results
1 - 25
of
46
) sorted by relevance
1
2
/third_party/musl/porting/linux/user/src/stdio/
H
A
D
__towrite.c
7
f->flags |=
F_ERR
;
in __towrite()
15
f->flags |=
F_ERR
;
in __towrite()
H
A
D
__toread.c
9
f->flags |=
F_ERR
;
in __toread()
15
f->flags |=
F_ERR
;
in __toread()
H
A
D
__stdio_read.c
8
f->flags |= cnt ?
F_ERR
: F_EOF;
in __stdio_readx()
25
f->flags |= cnt ?
F_ERR
: F_EOF;
in __stdio_read()
H
A
D
__stdio_write.c
14
f->flags |=
F_ERR
;
in __flush_buffer()
52
f->flags |=
F_ERR
;
in __stdio_write()
H
A
D
fread.c
16
f->flags |= (k == 0) ? F_EOF :
F_ERR
;
in __fill_buffer()
40
f->flags |=
F_ERR
;
in fread()
/third_party/musl/src/stdio/
H
A
D
__towrite.c
7
f->flags |=
F_ERR
;
in __towrite()
15
f->flags |=
F_ERR
;
in __towrite()
H
A
D
__toread.c
9
f->flags |=
F_ERR
;
in __toread()
15
f->flags |=
F_ERR
;
in __toread()
H
A
D
fgetwc.c
29
f->flags |=
F_ERR
;
in __fgetwc_unlocked_internal()
37
f->flags |=
F_ERR
;
in __fgetwc_unlocked_internal()
H
A
D
__stdio_read.c
8
f->flags |= cnt ?
F_ERR
: F_EOF;
in __stdio_readx()
25
f->flags |= cnt ?
F_ERR
: F_EOF;
in __stdio_read()
H
A
D
getdelim.c
19
f->flags |=
F_ERR
;
in getdelim()
49
f->flags |=
F_ERR
;
in getdelim()
H
A
D
fread.c
18
f->flags |= (k == 0) ? F_EOF :
F_ERR
;
in __fill_buffer()
44
f->flags |=
F_ERR
;
in fread()
H
A
D
__stdio_write.c
14
f->flags |=
F_ERR
;
in __flush_buffer()
52
f->flags |=
F_ERR
;
in __stdio_write()
H
A
D
fopencookie.c
49
f->flags |= ret == 0 ? F_EOF :
F_ERR
;
in cookieread()
67
f->flags |=
F_ERR
;
in cookiewrite()
H
A
D
clearerr.c
12
f->flags &= ~(F_EOF|
F_ERR
);
in clearerr()
H
A
D
rewind.c
13
f->flags &= ~
F_ERR
;
in rewind()
H
A
D
ferror.c
14
int ret = !!(f->flags &
F_ERR
);
in ferror()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
stdio_impl.h
19
#define
F_ERR
32
macro
74
#define ferror(f) ((f)->flags &
F_ERR
)
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
stdio_impl.h
15
#define
F_ERR
32
macro
94
#define ferror(f) ((f)->flags &
F_ERR
)
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
stdio_impl.h
19
#define
F_ERR
32
macro
74
#define ferror(f) ((f)->flags &
F_ERR
)
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
clearerr.c
6
f->flags &= ~(F_EOF|
F_ERR
);
in clearerr()
H
A
D
rewind.c
7
f->flags &= ~
F_ERR
;
in rewind()
H
A
D
__towrite.c
7
f->flags |=
F_ERR
;
in __towrite()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
clearerr.c
6
f->flags &= ~(F_EOF|
F_ERR
);
in clearerr()
H
A
D
rewind.c
7
f->flags &= ~
F_ERR
;
in rewind()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H
A
D
__towrite.c
7
f->flags |=
F_ERR
;
in __towrite()
Completed in 5 milliseconds
1
2