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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 basename(3) -- Parse pathname components
    dirname and basename break a null-terminated pathname string into directory and filename components. In the usual case, dirname returns the string up to, but not including, the final '/', and basena...
 bcmp(3) -- compare byte strings
    The bcmp() function compares the first n bytes of the strings s1 and s2. If the two strings are equal, bcmp() returns 0, otherwise it returns a non-zero result. If n is zero, the two strings are assum...
 bcopy(3) -- copy byte strings
    The bcopy() function copies the first n bytes of the source string src to the destination string dest. If n is zero, no bytes are copied.
 beep(3) -- curses bell and screen flash routines
    The beep and flash routines are used to alert the terminal user. The routine beep sounds an audible alarm on the terminal, if possible; otherwise it flashes the screen (visible bell). The routine flas...
 bgexec(3) -- Run programs in the background while handling Tk events.
    The bgexec command executes programs in the background, allowing Tk to handle events. A global Tcl variable varName is set when the program has completed.
 bindresvport(3) -- bind a socket to a privileged IP port
    bindresvport() is 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 is returned and errno se...
 bindtextdomain(3) -- set directory containing message catalogs
    The bindtextdomain function sets the base directory of the hierarchy containing message catalogs for a given message domain. A message domain is a set of translatable msgid messages. Usually, every so...
 bind_textdomain_codeset(3) -- set encoding of message translations
    The bind_textdomain_codeset function sets the output codeset for message catalogs for domain domainname. A message domain is a set of translatable msgid messages. Usually, every software package has i...
 bitmap(3) -- Define a new bitmap from a Tcl script
    The bitmap command lets you define new bitmaps. The bitmap can be specified as a list of data or a text string which is converted into a bitmap. You can arbitrarily scale or rotate the bitmap too.
 BLT(3) -- Introduction to the BLT library ____________________________________________________________________...
    BLT is a library of extensions to the Tk library. It adds new commands and variables to the application's interpreter.
 bltdebug(3) -- print Tcl commands before execution
    The bltdebug command is a simple tracing facility for Tcl commands. Each command line is printed before it is executed on standard error. The output consists of the command line both before and after ...
 bsearch(3) -- binary search of a sorted array.
    The bsearch() function searches an array of nmemb objects, the initial member of which is pointed to by base, for a member that matches the object pointed to by key. The size of each member of the arr...
 bstring(3) -- byte string operations
    The byte string functions perform operations on strings that are not NULL-terminated. See the individual man pages for descriptions of each function.
 btowc(3) -- convert single byte to wide character
    The btowc function converts c, interpreted as a multibyte sequence of length 1, starting in the initial shift state, to a wide character and returns it. If c is EOF or not a valid multibyte sequence o...
 btree(3) -- btree database access method
    The routine dbopen is the library interface to database files. One of the supported file formats is btree files. The general description of the database access methods is in dbopen(3), this manual pag...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service