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_EOF
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/musl/porting/linux/user/src/stdio/
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
__toread.c
21
return (f->flags &
F_EOF
) ? EOF : 0;
in __toread()
/third_party/musl/src/stdio/
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
clearerr.c
12
f->flags &= ~(
F_EOF
|F_ERR);
in clearerr()
H
A
D
feof.c
14
int ret = !!(f->flags &
F_EOF
);
in feof()
H
A
D
ungetc.c
16
f->flags &= ~
F_EOF
;
in ungetc()
H
A
D
__toread.c
21
return (f->flags &
F_EOF
) ? EOF : 0;
in __toread()
H
A
D
fmemopen.c
42
f->flags |=
F_EOF
;
in mread()
63
f->flags |=
F_EOF
;
in mreadx()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
stdio_impl.h
18
#define
F_EOF
16
macro
73
#define feof(f) ((f)->flags &
F_EOF
)
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
stdio_impl.h
14
#define
F_EOF
16
macro
93
#define feof(f) ((f)->flags &
F_EOF
)
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
stdio_impl.h
18
#define
F_EOF
16
macro
73
#define feof(f) ((f)->flags &
F_EOF
)
/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
feof.c
8
int ret = !!(f->flags &
F_EOF
);
in feof()
H
A
D
ungetc.c
16
f->flags &= ~
F_EOF
;
in ungetc()
H
A
D
__toread.c
13
return (f->flags &
F_EOF
) ? EOF : 0;
in __toread()
/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
feof.c
8
int ret = !!(f->flags &
F_EOF
);
in feof()
H
A
D
ungetc.c
16
f->flags &= ~
F_EOF
;
in ungetc()
H
A
D
__toread.c
13
return (f->flags &
F_EOF
) ? EOF : 0;
in __toread()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H
A
D
feof.c
8
int ret = !!(f->flags &
F_EOF
);
in feof()
H
A
D
ungetc.c
16
f->flags &= ~
F_EOF
;
in ungetc()
H
A
D
__toread.c
13
return (f->flags &
F_EOF
) ? EOF : 0;
in __toread()
H
A
D
fseek.c
29
f->flags &= ~
F_EOF
;
in __fseeko_unlocked()
/third_party/musl/src/internal/
H
A
D
stdio_impl.h
18
#define
F_EOF
16
macro
171
#define feof(f) ((f)->flags &
F_EOF
)
/third_party/musl/porting/linux/user/src/internal/
H
A
D
stdio_impl.h
18
#define
F_EOF
16
macro
167
#define feof(f) ((f)->flags &
F_EOF
)
Completed in 5 milliseconds
1
2