OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WEOF
(Results
1 - 25
of
110
) sorted by relevancy
1
2
3
4
5
/src/include/
wctype.h
53
#ifndef
WEOF
54
#define
WEOF
((wint_t)-1)
wchar.h
219
#ifndef
WEOF
220
#define
WEOF
((wint_t)-1)
/src/tests/lib/libc/locale/
t_io.c
194
ATF_REQUIRE_EQ(getwc(fp),
WEOF
);
t_btowc.c
130
/* btowc(EOF) ->
WEOF
*/
131
ATF_REQUIRE_EQ(btowc(EOF),
WEOF
);
133
/* wctob(
WEOF
) -> EOF */
134
ATF_REQUIRE_EQ(wctob(
WEOF
), EOF);
136
/* Invalid in initial shift state ->
WEOF
*/
140
ATF_REQUIRE_EQ(btowc(*cp),
WEOF
);
149
ATF_REQUIRE(btowc(c) !=
WEOF
);
204
/* btowc(EOF) ->
WEOF
*/
205
ATF_REQUIRE_EQ(btowc(EOF),
WEOF
);
207
/* wctob(
WEOF
) -> EOF *
[
all
...]
/src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h
54
#undef
WEOF
58
#define
WEOF
EOF
146
if (putwc (ls[cnt], fp->fp) ==
WEOF
)
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h
54
#undef
WEOF
58
#define
WEOF
EOF
146
if (putwc (ls[cnt], fp->fp) ==
WEOF
)
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
/src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
wctype.h
581
/* Define wint_t and
WEOF
. (Also done in wchar.in.h.) */
584
# ifndef
WEOF
585
# define
WEOF
-1
604
# ifndef
WEOF
605
# define
WEOF
((wint_t) -1)
1131
The argument WC must be either a wchar_t value or
WEOF
.
1195
The argument WC must be either a wchar_t value or
WEOF
.
Completed in 36 milliseconds
1
2
3
4
5
Indexes created Sun Jul 26 00:24:00 UTC 2026