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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 auth_destroy(3) -- library routines for client side remote procedure call authentication
    These routines are part of the RPC library that allows C language programs to make procedure calls on other machines across the network, with desired authentication. These routines are normally called...
 basename(3) -- return the last component of a pathname
    The basename() function takes the pathname pointed to by path and returns a pointer to the final component of the pathname, deleting and trailing '/' characters. If path consists entirely of '/' c...
 bcmp(3) -- compare byte string
    The bcmp() function compares byte string b1 against byte string b2, returning zero if they are identical, non-zero otherwise. Both strings are assumed to be len bytes long. Zero-length strings are alw...
 bcopy(3) -- copy byte string
    The bcopy() function copies len bytes from string src to string dst. The two strings may overlap. If len is zero, no bytes are copied.
 bindresvport(3) -- bind a socket to a privileged IP port
    bindresvport() and bindresvport_sa() are used to bind a socket descriptor to a privileged IP port, that is, a port number in the range 0-1023. The routine returns 0 if it is successful, otherwise -1 i...
 bindresvport_sa(3) -- bind a socket to a privileged IP port
    bindresvport() and bindresvport_sa() are used to bind a socket descriptor to a privileged IP port, that is, a port number in the range 0-1023. The routine returns 0 if it is successful, otherwise -1 i...
 bindtextdomain(3) -- message handling functions
    The gettext(), dgettext(), and dcgettext() functions attempt to retrieve a target string based on the specified msgid argument within the context of a specific domain and the current locale. The lengt...
 bind_textdomain_codeset(3) -- message handling functions
    The gettext(), dgettext(), and dcgettext() functions attempt to retrieve a target string based on the specified msgid argument within the context of a specific domain and the current locale. The lengt...
 BIO_ctrl(3) -- BIO control operations
    BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl() are BIO "control" operations taking arguments of various types. These functions are not normally called directly, various macros ar...
 BIO_find_type(3) -- BIO chain traversal
    The BIO_find_type() searches for a BIO of a given type in a chain, starting at BIO b. If type is a specific type (such as BIO_TYPE_MEM) then a search is made for a BIO of that type. If type is a gener...
 BIO_f_base64(3) -- base64 BIO filter
    BIO_f_base64() returns the base64 BIO method. This is a filter BIO that base64 encodes any data written through it and decodes any data read through it. Base64 BIOs do not support BIO_gets() or BIO_pu...
 BIO_f_buffer(3) -- buffering BIO
    BIO_f_buffer() returns the buffering BIO method. Data written to a buffering BIO is buffered and periodically written to the next BIO in the chain. Data read from a buffering BIO comes from an interna...
 BIO_f_cipher(3) -- cipher BIO filter
    BIO_f_cipher() returns the cipher BIO method. This is a filter BIO that encrypts any data written through it, and decrypts any data read from it. It is a BIO wrapper for the cipher routines EVP_Cipher...
 BIO_f_md(3) -- message digest BIO filter
    BIO_f_md() returns the message digest BIO method. This is a filter BIO that digests any data passed through it, it is a BIO wrapper for the digest routines EVP_DigestInit(), EVP_DigestUpdate() and EVP...
 BIO_f_null(3) -- null filter
    BIO_f_null() returns the null filter BIO method. This is a filter BIO that does nothing. All requests to a null filter BIO are passed through to the next BIO in the chain: this means that a BIO chain ...
<<  [Prev]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  
23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service