*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 malloc(3) -- general purpose memory allocation functions
    The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt...
 math(3) -- introduction to mathematical library functions
    These functions constitute the C math library, libm. The link editor searches this library under the "-lm" option. Declarations for these functions may be obtained from the include file math.h.
 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 ...
<<  [Prev]  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  
56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service