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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_want_write(3) -- obtain state information TLS/SSL I/O operation
    SSL_want() returns state information for the SSL object ssl. The other SSL_want_*() calls are shortcuts for the possible states returned by SSL_want().
 SSL_want_x509_lookup(3) -- obtain state information TLS/SSL I/O operation
    SSL_want() returns state information for the SSL object ssl. The other SSL_want_*() calls are shortcuts for the possible states returned by SSL_want().
 SSL_write(3) -- write bytes to a TLS/SSL connection.
    SSL_write() writes num bytes from the buffer buf into the specified ssl connection.
 standend(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 standout(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 start_color(3) -- curses color manipulation routines
    Overview curses support color attributes on terminals with that capability. To use these routines start_color must be called, usually right after initscr. Colors are always used in pairs (referred to ...
 stdarg(3) -- variable argument lists
    A function may be called with a varying number of arguments of varying types. The include file declares a type (va_list) and defines three macros for stepping through a list of arguments wh...
 stdio(3) -- standard input/output library functions
    The standard I/O library provides a simple and efficient buffered stream I/O interface. Input and output is mapped into logical data streams and the physical I/O characteristics are concealed. The fun...
 store(3) -- database subroutines
    These functions provide a dbm-compatible interface to the database access methods described in db(3). Each unique record in the database is a key/content pair, the components of which may be any arbit...
 strcasecmp(3) -- compare strings, ignoring case
    The strcasecmp() and strncasecmp() functions compare the null-terminated strings s1 and s2 and return an integer greater than, equal to, or less than 0, according to whether s1 is lexicographically gr...
 strcat(3) -- concatenate strings
    The strcat() and strncat() functions append a copy of the null-terminated string append to the end of the null-terminated string s, then add a terminating ` '. The string s must have sufficient space...
 strchr(3) -- locate first occurrence of a character in a string
    The strchr() function locates the first occurrence of the character c in the string s. The terminating NUL character is considered part of the string. If c is ` ', strchr() locates the terminating ` ...
 strcmp(3) -- compare strings
    The strcmp() and strncmp() functions lexicographically compare the nullterminated strings s1 and s2.
 strcoll(3) -- compare strings according to current collation
    The strcoll() function lexicographically compares the nullterminated strings s1 and s2 according to the current locale collation and returns an integer greater than, equal to, or less than 0, accordin...
 strcpy(3) -- copy strings
    The strcpy() and strncpy() functions copy the string src to dst (including the terminating ` ' character). strncpy() copies not more than len characters into dst, appending ` ' characters if src is ...
<<  [Prev]  197  198  199  200  201  202  203  204  205  206  207  208  209  210  211  212  213  214  215  216  217  
218  219  220  221  222  223  224  225  226  227  228  229  230  231  232  233  234  235  236  237  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service