|
mblen(3) -- get number of bytes consisting a multibyte character
|
The mblen() function usually determines the number of bytes consisting in a multibyte character pointed by s and return it. This function shall only examine max n bytes of the array beginning from s. ... |
mbrlen(3) -- get number of bytes consisting a multibyte character (restartable)
|
The mbrlen() function usually determines the number of bytes consisting in a multibyte character pointed by s and return it. This function shall only examine max n bytes of the array beginning from s.... |
mbrtowc(3) -- converts a multibyte character to a wide character (restartable)
|
The mbrtowc() usually converts the multibyte character pointed by s to the wide character, and store the wide character to the wchar_t object pointed by pwc if pwc is non-null and s points a valid cha... |
mbsinit(3) -- determines whether the state object is initial state
|
The mbsinit() determines whether the state object pointed by ps is initial conversion state, or not. ps may be NULL pointer. In this case, mbsinit() will always return nonzero. |
mbsrtowcs(3) -- converts a multibyte character string to a wide character string (restartable)
|
The mbsrtowcs() converts the multibyte character string indirectly pointed by s to the corresponding wide character string, and stores it to the array pointed by pwcs. The conversion stops due to the ... |
mbstowcs(3) -- converts a multibyte character string to a wide character string
|
The mbstowcs() converts a null-terminated multibyte character string pointed by s to the corresponding wide character string and stores it to the array pointed by pwcs. This function may modify the fi... |
mbtowc(3) -- converts a multibyte character to a wide character
|
The mbtowc() usually converts the multibyte character pointed by s to the wide character, and store it to the wchar_t object pointed by pwc if pwc is non-null and s points a valid character. This func... |
md2(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |
MD2Data(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |
MD2End(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |
MD2File(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |
MD2Final(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |
MD2Init(3) -- calculate the RSA Data Security, Inc., ``MD2'' message digest
|
The MD2 functions calculate a 128-bit cryptographic checksum (digest) for any number of input bytes. A cryptographic checksum is a one-way hashfunction, that is, you cannot find (except by exhaustive ... |