/glibc-2.36/localedata/tests-mbwc/ |
D | tst_mbstowcs.c | 5 #define TST_FUNCTION mbstowcs 20 TST_DO_TEST (mbstowcs) in tst_mbstowcs() 22 TST_HEAD_LOCALE (mbstowcs, S_MBSTOWCS); in tst_mbstowcs() 23 TST_DO_REC (mbstowcs) in tst_mbstowcs() 25 if (mbstowcs (NULL, "", 0) != 0) in tst_mbstowcs() 35 TST_GET_ERRET_SEQ (mbstowcs); in tst_mbstowcs() 36 w_flg = TST_INPUT_SEQ (mbstowcs).w_flg; in tst_mbstowcs() 37 s_flg = TST_INPUT_SEQ (mbstowcs).s_flg; in tst_mbstowcs() 38 n = TST_INPUT_SEQ (mbstowcs).n; in tst_mbstowcs() 43 s = TST_INPUT_SEQ (mbstowcs).s; in tst_mbstowcs() [all …]
|
D | tst_mbtowc.c | 25 if (mbstowcs (NULL, "", 0) != 0) in tst_mbtowc()
|
/glibc-2.36/stdlib/ |
D | testmb.c | 12 i = mbstowcs (w, "bar", 4); in main() 19 i = mbstowcs (NULL, "bar", 4); in main() 26 mbstowcs (w, "blah", 5); in main()
|
D | mbstowcs.c | 27 mbstowcs (wchar_t *pwcs, const char *s, size_t n) in mbstowcs() function
|
D | Versions | 42 mblen; mbrlen; mbrtowc; mbsinit; mbsnrtowcs; mbsrtowcs; mbstowcs;
|
D | Makefile | 95 mbstowcs \
|
D | stdlib.h | 954 extern size_t mbstowcs (wchar_t *__restrict __pwcs,
|
/glibc-2.36/stdlib/bits/ |
D | stdlib.h | 102 size_t __len), mbstowcs) 107 size_t __len), mbstowcs) 117 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH() 123 return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), in __NTH()
|
/glibc-2.36/wcsmbs/ |
D | tst-mbstowcs.c | 35 result = mbstowcs (wout, string, NUM_WCHAR); in do_test() 44 result = mbstowcs (NULL, string, len); in do_test()
|
D | wcsmbs-tst1.c | 26 test = mbstowcs (tmp, str, (strlen (str) + 1) * sizeof (char)); in main()
|
D | Makefile | 56 $(addprefix test-,$(strop-tests)) tst-mbstowcs \
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 1518 if (mbstowcs (wenough, cp, 10) != 1 in do_test() 1523 if (mbstowcs (wenough, cp, l0 + 10) != 3 in do_test() 1531 mbstowcs (wsmallbuf, cp, 10); in do_test()
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 104 function size_t mbstowcs (wchar_t*, const char*, size_t)
|
/glibc-2.36/manual/ |
D | charset.texi | 1030 Like @code{mbstowcs} the @var{dst} parameter may be a null pointer and 1140 Like @code{mbstowcs} the @var{dst} parameter may be a null pointer and 1438 @deftypefun size_t mbstowcs (wchar_t *@var{wstring}, const char *@var{string}, size_t @var{size}) 1443 The @code{mbstowcs} (``multibyte string to wide character string'') 1454 If an invalid multibyte character sequence is found, the @code{mbstowcs} 1470 size = mbstowcs (buf, string, size);
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1232 GLIBC_2.35 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1245 GLIBC_2.36 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1272 GLIBC_2.33 mbstowcs F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1281 GLIBC_2.2.6 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1272 GLIBC_2.32 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 1324 GLIBC_2.27 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 1341 GLIBC_2.17 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 1346 GLIBC_2.16 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 1327 GLIBC_2.29 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 1202 GLIBC_2.2.5 mbstowcs F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 1205 GLIBC_2.2 mbstowcs F
|