|
|
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). |
|
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). |
|
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). |
|
wcsncpy(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). |
|
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... |