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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 swab(3) -- swap adjacent bytes
    The swab() function copies n bytes from the array pointed to by from to the array pointed to by to, exchanging adjacent even and odd bytes. This function is used to exchange data between machines that...
 sysconf(3) -- Get configuration information at runtime
    sysconf() provides a way for the application to determine values for system limits or options at runtime. The equivalent macros defined in can only give conservative values; if an applicati...
 syslog(3) -- send messages to the system logger
    closelog() closes the descriptor being used to write to the system logger. The use of closelog() is optional. openlog() opens a connection to the system logger for a program. The string pointed to by ...
 system(3) -- execute a shell command
    system() executes a command specified in string by calling /bin/sh -c string, and returns after the command has been completed. During execution of the command, SIGCHLD will be blocked, and SIGINT and...
 table(3) -- Arranges widgets in a table
    The table command arranges widgets in a table. The alignment of widgets is detemined by their row and column positions and the number of rows or columns that they span.
 tabset(3) -- Create and manipulate tabset widgets _______________________________________________________________...
    The tabset widget displays a series of overlapping folders. Only the contents of one folder at a time is displayed. By clicking on the tab's of a folder, you can view other folders. Each folder may c...
 tan(3) -- tangent function
    The tan() function returns the tangent of x, where x is given in radians.
 tanh(3) -- hyperbolic tangent function
    The tanh() function returns the hyperbolic tangent of x, which is defined mathematically as sinh(x) / cosh(x).
 telldir(3) -- return current location in directory stream.
    The telldir() function returns the current location associated with the directory stream dir.
 tempnam(3) -- create a name for a temporary file
    The tempnam() function returns a pointer to a string that is a valid filename, and such that a file with this name did not exist when temp- nam() checked. The filename suffix of the pathname generated...
 termios(3) -- get and set terminal attributes, line control, get and set baud rate, get and set terminal foregroun...
    The termios functions describe a general terminal interface that is provided to control asynchronous communications ports. Many of the functions described here have a termios_p argument that is a poin...
 textdomain(3) -- set domain for future gettext() calls
    The textdomain function sets or retrieves the current message domain. A message domain is a set of translatable msgid messages. Usually, every software package has its own message domain. The domain n...
 tile(3) -- Tiling versions of Tk widgets
    The tile widgets let you create textured backgrounds. The texture is a Tk image which is tiled over the entire background of the widget.
 tktable(3) -- Create and manipulate tables
    The table command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval. The widget has an active cell, the contents of which can ...
 tmpfile(3) -- create a temporary file
    The tmpfile() function generates a unique temporary filename using the path prefix P_tmpdir defined in . The temporary file is then opened in binary read/write (w+b) mode. The file will be au...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service