Searched refs:__mbrtowc (Results 1 – 25 of 53) sorted by relevance
123
/glibc-2.36/wcsmbs/ |
D | mbrtowc.c | 35 __mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in __mbrtowc() function 121 libc_hidden_def (__mbrtowc) 122 weak_alias (__mbrtowc, mbrtowc)
|
D | mbrlen.c | 28 return __mbrtowc (NULL, s, n, ps ?: &internal); in __mbrlen()
|
D | Versions | 5 __mbrlen; __mbrtowc;
|
/glibc-2.36/stdlib/ |
D | mblen.c | 59 result = __mbrtowc (NULL, s, n, &state); in mblen()
|
D | mbtowc.c | 63 result = __mbrtowc (pwc, s, n, &state); in mbtowc()
|
/glibc-2.36/include/ |
D | wchar.h | 168 extern size_t __mbrtowc (wchar_t *__restrict __pwc, 171 libc_hidden_proto (__mbrtowc)
|
/glibc-2.36/posix/ |
D | regex_internal.c | 247 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state); in build_wcs_buffer() 321 mbclen = __mbrtowc (&wc, in build_wcs_upper_buffer() 391 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state); in build_wcs_upper_buffer() 512 mbclen = __mbrtowc (&wc2, (const char *) pstr->raw_mbs + rawbuf_idx, in re_string_skip_chars() 754 mbclen = __mbrtowc (&wc2, (const char *) pp, mlen, in re_string_reconstruct()
|
D | regex_internal.h | 148 # define __mbrtowc mbrtowc macro
|
D | regcomp.c | 324 if (__mbrtowc (&wc, (const char *) buf, p - buf, in re_compile_fastmap_iter() 384 if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2) in re_compile_fastmap_iter()
|
/glibc-2.36/stdio-common/ |
D | vfscanf-internal.c | 970 n = __mbrtowc (!(flags & SUPPRESS) ? wstr : NULL, in __vfwscanf_internal() 1286 n = __mbrtowc (!(flags & SUPPRESS) ? wstr : NULL, in __vfwscanf_internal() 2672 n = __mbrtowc (wstr, buf, 1, &cstate); in __vfwscanf_internal()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 281 GLIBC_2.35 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 284 GLIBC_2.36 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 291 GLIBC_2.33 __mbrtowc F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 350 GLIBC_2.2.6 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 294 GLIBC_2.32 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 300 GLIBC_2.27 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 299 GLIBC_2.17 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 300 GLIBC_2.16 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 296 GLIBC_2.29 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 346 GLIBC_2.2.5 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 359 GLIBC_2.2 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 298 GLIBC_2.17 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 388 GLIBC_2.2 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 807 GLIBC_2.4 __mbrtowc F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 417 GLIBC_2.3 __mbrtowc F
|
123