Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 5 of 5) sorted by relevance

/manual/
A Dctype.texi396 iswctype (wc, wctype ("alnum"))
420 iswctype (wc, wctype ("alpha"))
438 iswctype (wc, wctype ("cntrl"))
457 while (iswdigit (*wc))
460 n += *wc++ - L'0';
468 iswctype (wc, wctype ("digit"))
487 iswctype (wc, wctype ("graph"))
505 iswctype (wc, wctype ("lower"))
523 iswctype (wc, wctype ("print"))
542 iswctype (wc, wctype ("punct"))
[all …]
A Dstring.texi538 @deftypefun {wchar_t *} wmemset (wchar_t *@var{block}, wchar_t @var{wc}, size_t @var{size})
541 This function copies the value of @var{wc} into each of the first
860 and the @samp{wc} functions are declared in the file @file{wchar.h}.
1703 @deftypefun {wchar_t *} wmemchr (const wchar_t *@var{block}, wchar_t @var{wc}, size_t @var{size})
1706 This function finds the first occurrence of the wide character @var{wc}
1778 @deftypefun {wchar_t *} wcschr (const wchar_t *@var{wstring}, wchar_t @var{wc})
1782 character @var{wc} in the wide string
1789 value of the @var{wc} argument. It would be better (but less portable)
1803 @deftypefun {wchar_t *} wcschrnul (const wchar_t *@var{wstring}, wchar_t @var{wc})
1852 @deftypefun {wchar_t *} wcsrchr (const wchar_t *@var{wstring}, wchar_t @var{wc})
A Dstdio.texi876 @deftypefun wint_t fputwc (wchar_t @var{wc}, FILE *@var{stream})
879 The @code{fputwc} function writes the wide character @var{wc} to the
881 otherwise the character @var{wc} is returned.
894 @deftypefun wint_t fputwc_unlocked (wchar_t @var{wc}, FILE *@var{stream})
913 @deftypefun wint_t putwc (wchar_t @var{wc}, FILE *@var{stream})
930 @deftypefun wint_t putwc_unlocked (wchar_t @var{wc}, FILE *@var{stream})
946 @deftypefun wint_t putwchar (wchar_t @var{wc})
960 @deftypefun wint_t putwchar_unlocked (wchar_t @var{wc})
1495 @deftypefun wint_t ungetwc (wint_t @var{wc}, FILE *@var{stream})
2639 @c __find_spec(wc|mb)
[all …]
A Dcharset.texi701 In the inner loop, a single wide character is stored in @code{wc}, and
805 @deftypefun size_t wcrtomb (char *restrict @var{s}, wchar_t @var{wc}, mbstate_t *restrict @var{ps})
868 If @var{wc} is the NUL wide character, @code{wcrtomb} emits, if
874 into the string @var{s}. This only happens if @var{wc} is a valid wide
876 selected by locale of the @code{LC_CTYPE} category). If @var{wc} is no
/manual/examples/
A Dmbstouwcs.c23 wchar_t wc; in mbstouwcs() local
24 size_t nbytes = mbrtowc (&wc, s, len, &state); in mbstouwcs()
47 *wcp++ = towupper (wc); in mbstouwcs()

Completed in 21 milliseconds