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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 strcoll(3) -- compare strings according to current collation
    The strcoll() function lexicographically compares the null-terminated strings s1 and s2 according to the current locale collation if any, otherwise call strcmp, and returns an integer greater than, eq...
 strcpy(3) -- copy strings
    The stpcpy() and strcpy() functions copy the string src to dst (including the terminating `\0' character.) The strncpy() function copies at most len characters from src into dst. If src is less than...
 strcspn(3) -- span the complement of a string
    The strcspn() function spans the initial part of the null-terminated string s as long as the characters from s do not occur in string charset (it spans the complement of charset).
 strdup(3) -- save a copy of a string
    The strdup() function allocates sufficient memory for a copy of the string str, does the copy, and returns a pointer to it. The pointer may subsequently be used as an argument to the function free(3)....
 strerror(3) -- system error messages
    The strerror(), strerror_r() and perror() functions look up the error message string corresponding to an error number. The strerror() function accepts an error number argument errnum and returns a poi...
 strerror_r(3) -- system error messages
    The strerror(), strerror_r() and perror() functions look up the error message string corresponding to an error number. The strerror() function accepts an error number argument errnum and returns a poi...
 strfmon(3) -- convert monetary value to string
    The strfmon() function places characters into the array pointed to by s as controlled by the string pointed to by format. No more than maxsize bytes are placed into the array. The format string is com...
 strftime(3) -- format date and time
    The strftime() function formats the information from timeptr into the buffer buf according to the string pointed to by format. The format string consists of zero or more conversion specifications and ...
 strheight(3) -- provide a simple ncurses-based GUI interface
    The dialog library attempts to provide a fairly simplistic set of fixedpresentation menus, input boxes, gauges, file requestors and other general purpose GUI (a bit of a stretch, since it uses ncurses...
 string(3) -- string specific functions
    The string functions manipulate strings terminated by a null byte. See the specific manual pages for more information. For manipulating variable length generic objects as byte strings (without the nul...
 stringlist(3) -- stringlist manipulation functions
    The stringlist functions manipulate stringlists, which are lists of strings that extend automatically if necessary. The StringList structure has the following definition: typedef struct _stringlist { ...
 strlcat(3) -- size-bounded string copying and concatenation
    The strlcpy() and strlcat() functions copy and concatenate strings respectively. They are designed to be safer, more consistent, and less error prone replacements for strncpy(3) and strncat(3). Unlike...
 strlcpy(3) -- size-bounded string copying and concatenation
    The strlcpy() and strlcat() functions copy and concatenate strings respectively. They are designed to be safer, more consistent, and less error prone replacements for strncpy(3) and strncat(3). Unlike...
 strlen(3) -- find length of string
    The strlen() function computes the length of the string s.
 strmode(3) -- convert inode status information into a symbolic string
    The strmode() function converts a file mode (the type and permission information associated with an inode, see stat(2)) into a symbolic string which is stored in the location referenced by bp. This st...
<<  [Prev]  129  130  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  149  
150  151  152  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service