|
wcrtomb(3) -- convert a wide-character code to a character (restartable)
|
The wcrtomb() function stores a multibyte sequence representing the wide character wc, including any necessary shift sequences, to the character array s, storing a maximum of MB_CUR_MAX bytes. If s is... |
wcscat(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcschr(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcscmp(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcscoll(3) -- compare wide strings according to current collation
|
The wcscoll() function compares the null-terminated strings s1 and s2 according to the current locale collation order. In the ``C'' locale, wcscoll() is equivalent to wcscmp(). |
wcscpy(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcscspn(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcsftime(3) -- convert date and time to a wide-character string
|
The wcsftime() function is equivalent to the strftime() function except for the types of its arguments. Refer to strftime(3) for a detailed description. |
wcslcat(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcslcpy(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcslen(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcsncat(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcsncmp(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |