OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcstombs_l
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/locale/
wcsftime.c
78
sflen =
wcstombs_l
(NULL, format, 0, loc);
83
wcstombs_l
(sformat, format, sflen + 1, loc);
_wcstod.h
88
len =
wcstombs_l
(NULL, src, 0, loc);
101
len =
wcstombs_l
(buf, src, bufsiz + 1, loc);
multibyte_c90.c
109
wcstombs_l
(char *s, const wchar_t *wcs, size_t n, locale_t loc)
function in typeref:typename:size_t
124
return
wcstombs_l
(s, wcs, n, _current_locale());
/src/include/
stdlib.h
394
size_t
wcstombs_l
(char * __restrict, const wchar_t * __restrict, size_t,
Completed in 52 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025