OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c8rtomb
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libc/locale/
t_c8rtomb.c
32
* Test program for
c8rtomb
() as specified by C23.
73
*
c8rtomb
() resets its internal state.
75
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, '\0', NULL)), 1, "n=%zu", n);
76
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0x80, NULL)), 1, "n=%zu", n);
77
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xc0, NULL)), 1, "n=%zu", n);
78
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xe0, NULL)), 1, "n=%zu", n);
79
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xf0, NULL)), 1, "n=%zu", n);
80
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xf8, NULL)), 1, "n=%zu", n);
81
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xfc, NULL)), 1, "n=%zu", n);
82
ATF_CHECK_EQ_MSG((n =
c8rtomb
(NULL, 0xfe, NULL)), 1, "n=%zu", n)
[
all
...]
t_uchar.c
41
mbstate_t *restrict) __unused = &
c8rtomb
;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
uchar.h
41
using std::
c8rtomb
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
uchar.h
41
using std::
c8rtomb
;
/src/include/
uchar.h
104
size_t
c8rtomb
(char *__restrict, char8_t, mbstate_t *__restrict);
/src/lib/libc/locale/
c8rtomb.c
1
/* $NetBSD:
c8rtomb
.c,v 1.9 2024/10/12 16:44:44 rillig Exp $ */
30
*
c8rtomb
(s, c8, ps)
58
__RCSID("$NetBSD:
c8rtomb
.c,v 1.9 2024/10/12 16:44:44 rillig Exp $");
131
c8rtomb
(char *restrict s, char8_t c8, mbstate_t *restrict ps)
159
* `If s is a null pointer, the
c8rtomb
function is equivalent
162
*
c8rtomb
(buf, u8'\0', ps)
/src/external/gpl3/gcc/dist/libstdc++-v3/
configure
19943
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -fchar8_t" >&5
19944
$as_echo_n "checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -fchar8_t... " >&6; }
19950
using ::
c8rtomb
;
19981
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -std=c++20" >&5
19982
$as_echo_n "checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -std=c++20... " >&6; }
19988
using ::
c8rtomb
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure
19181
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -fchar8_t" >&5
19182
$as_echo_n "checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -fchar8_t... " >&6; }
19188
using ::
c8rtomb
;
19219
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -std=c++20" >&5
19220
$as_echo_n "checking for
c8rtomb
and mbrtoc8 in <uchar.h> with -std=c++20... " >&6; }
19226
using ::
c8rtomb
;
[
all
...]
Completed in 69 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026