|
wcspbrk(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). |
wcsrchr(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). |
wcsrtombs(3) -- converts a wide character string to a multibyte character string (restartable)
|
The wcsrtombs() converts the null-terminated wide character string indirectly pointed by pwcs to the corresponding multibyte character string, and store it to the array pointed by s. The conversion st... |
wcsspn(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). |
wcsstr(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). |
wcstombs(3) -- converts a wide character string to a multibyte character string
|
The wcstombs() converts the null-terminated wide character string pointed by pwcs to the corresponding multibyte character string, and store it to the array pointed by s. This function may modify the ... |
wctomb(3) -- converts a wide character to a multibyte character
|
The wctomb() converts the wide character wchar to the corresponding multibyte character, and store it to the array pointed by s. The wctomb() may store at most MB_CUR_MAX bytes to the array. In state-... |
wmemchr(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). |
wmemcmp(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). |
wmemcpy(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). |
wmemmove(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). |
wmemset(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). |
xdr(3) -- library routines for external data representation
|
|