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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 instr(3) -- get a string of characters from a curses window
    These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the characters. The four functions with n as th...
 intrflush(3) -- curses input options
    Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro...
 intro(3) -- introduction to the C libraries
    The manual pages in section 3 provide an overview of the C library functions, their error returns, and other common definitions and concepts. Most of these functions are available from the C library, ...
 ipx(3) -- IPX address conversion routines
    The routine ipx_addr() interprets character strings representing IPX addresses, returning binary information suitable for use in system calls. The routine ipx_ntoa() takes IPX addresses and returns AS...
 ipx_addr(3) -- IPX address conversion routines
    The routine ipx_addr() interprets character strings representing IPX addresses, returning binary information suitable for use in system calls. The routine ipx_ntoa() takes IPX addresses and returns AS...
 ipx_ntoa(3) -- IPX address conversion routines
    The routine ipx_addr() interprets character strings representing IPX addresses, returning binary information suitable for use in system calls. The routine ipx_ntoa() takes IPX addresses and returns AS...
 iruserok(3) -- routines for returning a stream to a remote command
    The rcmd() function is used by the superuser to execute a command on a remote machine using an authentication scheme based on reserved port numbers. If the calling process is not setuid, the RSH envir...
 iruserok_sa(3) -- routines for returning a stream to a remote command
    The rcmd() function is used by the superuser to execute a command on a remote machine using an authentication scheme based on reserved port numbers. If the calling process is not setuid, the RSH envir...
 isalnum(3) -- alphanumeric character test
    The isalnum() macro tests for any character for which isalpha(3) or isdigit(3) is true.
 isalpha(3) -- alphabetic character test
    The isalpha() function tests for any character for which isupper(3) or islower(3) is true and for which none of iscntrl(3), isdigit(3), ispunct(3), or isspace(3) is true. In the C locale, isalpha() re...
 isascii(3) -- ASCII character test
    The isascii() function tests for an ASCII character, which is any character with a value less than or equal to 0177.
 isatty(3) -- get name of associated terminal (tty) from file descriptor
    These functions operate on the system file descriptors for terminal type devices. These descriptors are not related to the standard I/O FILE typedef, but refer to the special device files found in /de...
 isblank(3) -- blank-space character test
    The isblank() function tests for the standard blank-space characters. The standard blank-space characters are the following: ` ' Space character. Horizontal tab. In the C locale, isblank() returns tr...
 iscntrl(3) -- control character test
    The iscntrl() function tests for any control character.
 isdigit(3) -- decimal-digit character test
    The isdigit() function tests for any decimal-digit character.
<<  [Prev]  108  109  110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  126  127  128  
129  130  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service