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:WEOF
(Results
1 - 20
of
20
) sorted by relevance
/third_party/musl/src/stdio/
H
A
D
fputwc.c
20
if (l < 0) c =
WEOF
;
in __fputwc_unlocked()
24
if (l < 0 || __fwritex((void *)mbc, l, f) < l) c =
WEOF
;
in __fputwc_unlocked()
26
if (c==
WEOF
) f->flags |= F_ERR;
in __fputwc_unlocked()
H
A
D
ungetwc.c
20
if (!f->rpos || c ==
WEOF
|| (l = wcrtomb((void *)mbc, c, 0)) < 0 ||
in ungetwc()
24
return
WEOF
;
in ungetwc()
H
A
D
fgetwc.c
32
return
WEOF
;
in __fgetwc_unlocked_internal()
40
return
WEOF
;
in __fgetwc_unlocked_internal()
H
A
D
fgetws.c
16
if (c ==
WEOF
) break;
in fgetws()
/third_party/musl/libc-test/src/functional/
H
A
D
clocale_mbfuncs.c
29
if ((map[i]=btowc(i)) ==
WEOF
) {
in main()
40
if (map[i]==
WEOF
) continue;
in main()
48
if ((c=wctob(i)) !=
WEOF
&& ni_errors++ < 50)
in main()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
wctype.h
22
#undef
WEOF
macro
23
#define
WEOF
0xffffffffU
macro
H
A
D
wchar.h
49
#undef
WEOF
macro
50
#define
WEOF
0xffffffffU
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
wctype.h
22
#undef
WEOF
macro
23
#define
WEOF
0xffffffffU
macro
H
A
D
wchar.h
49
#undef
WEOF
macro
50
#define
WEOF
0xffffffffU
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
wctype.h
22
#undef
WEOF
macro
23
#define
WEOF
0xffffffffU
macro
H
A
D
wchar.h
49
#undef
WEOF
macro
50
#define
WEOF
0xffffffffU
macro
/third_party/musl/include/
H
A
D
wctype.h
22
#undef
WEOF
macro
23
#define
WEOF
0xffffffffU
macro
H
A
D
wchar.h
49
#undef
WEOF
macro
50
#define
WEOF
0xffffffffU
macro
/third_party/musl/src/multibyte/
H
A
D
btowc.c
9
return b<128U ? b : (MB_CUR_MAX==1 && c!=EOF) ? CODEUNIT(c) :
WEOF
;
in btowc()
/third_party/musl/libc-test/src/regression/
H
A
D
fgetwc-buffering.c
32
if (wc !=
WEOF
)
in main()
33
t_error("wanted
WEOF
, got 0x%x\n", (unsigned)wc);
in main()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
putwc.c
63
EXPECT_EQ("putwc_0200", ret,
WEOF
);
in putwc_0200()
/third_party/bounds_checking_function/src/
H
A
D
securecutil.h
285
#ifndef
WEOF
286
#define
WEOF
((wchar_t)(-1))
macro
/third_party/musl/libc-test/src/api/
H
A
D
wctype.c
13
C(
WEOF
)
in f()
H
A
D
wchar.c
19
C(
WEOF
)
in f()
/third_party/python/PC/
H
A
D
msvcrtmodule.c
388
if (res ==
WEOF
)
in msvcrt_ungetwch_impl()
Completed in 6 milliseconds