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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 strsep(3) -- extract token from string
    If *stringp is NULL, the strsep() function returns NULL and does nothing else. Otherwise, this function finds the first token in the string *stringp, where tokens are delimited by symbols in the strin...
 strsignal(3) -- return string describing signal
    The strsignal() function returns a string describing the signal number passed in the argument sig. The string can only be used until the next call to strsignal(). The array sys_siglist holds the signa...
 strspn(3) -- search a string for a set of characters
    The strspn() function calculates the length of the initial segment of s which consists entirely of characters in accept. The strcspn() function calculates the length of the initial segment of s which ...
 strstr(3) -- locate a substring
    The strstr() function finds the first occurrence of the substring nee- dle in the string haystack. The terminating `\0' characters are not compared.
 strtod(3) -- convert ASCII string to floating point number
    The strtod, strtof, and strtold functions convert the initial portion of the string pointed to by nptr to double, float, and long double representation, respectively. The expected form of the (initial...
 strtok(3) -- extract tokens from strings
    A `token' is a nonempty string of characters not occurring in the string delim, followed by \0 or by a character occurring in delim. The strtok() function can be used to parse the string s into toke...
 strtol(3) -- convert a string to a long integer.
    The strtol() function converts the string in nptr to a long integer value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. The string must begin with a...
 strtoul(3) -- convert a string to an unsigned long integer.
    The strtoul() function converts the string in nptr to an unsigned long integer value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. The string must b...
 strxfrm(3) -- string transformation
    The strxfrm() function transforms the src string into a form such that the result of strcmp() on two strings that have been transformed with strxfrm() is the same as the result of strcoll() on the two...
 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...
<<  [Prev]  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  
65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service