Lines Matching refs:mbsrtowcs
993 @deftypefun size_t mbsrtowcs (wchar_t *restrict @var{dst}, const char **restrict @var{src}, size_t …
995 @safety{@prelim{}@mtunsafe{@mtasurace{:mbsrtowcs/!ps}}@asunsafe{@asucorrupt{} @ascuheap{} @asulock{…
996 The @code{mbsrtowcs} function (``multibyte string restartable to wide
1001 from an internal object of @code{mbsrtowcs} if @var{ps} is a null
1025 converted during this call. If @var{dst} is not null, @code{mbsrtowcs}
1035 @code{mbsrtowcs} was introduced in @w{Amendment 1} to @w{ISO C90} and is
1039 The definition of the @code{mbsrtowcs} function has one important
1047 byte at the appropriate place for the time of the @code{mbsrtowcs}
1059 As said in the description of the @code{mbsrtowcs} function above, the
1078 @code{mbsrtowcs}'s example above could be solved by determining the line
1121 The restriction mentioned above for the @code{mbsrtowcs} function applies
1130 The @code{mbsnrtowcs} function is very similar to the @code{mbsrtowcs}
1132 new. The return value is the same as for @code{mbsrtowcs}.
1883 it in wide character buffers. One can do this using @code{mbsrtowcs},
2442 functions are used to implement @code{mbsrtowcs} et.al.@: (i.e., the
2447 @code{mbsrtowcs} functions are normally used only to convert single
2453 @code{mbsrtowcs} calls are used to convert the text, only the first call
2455 different calls of @code{mbsrtowcs}, the conversion functions have no
2494 sets during one program run). The @code{mbsrtowcs} et.al.@: functions in
2500 be used by an arbitrary number of @code{iconv} or @code{mbsrtowcs} calls