Home
last modified time | relevance | path

Searched refs:mbrlen_l (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/include/
D__bsd_locale_defaults.h29 #define __libcpp_mbrlen_l(s, n, ps, l) mbrlen_l(s, n, ps, l)
/openbsd/src/gnu/llvm/libcxx/src/support/win32/
Dlocale_win32.cpp42 size_t mbrlen_l( const char *__restrict s, size_t n, in mbrlen_l() function