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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 strcspn(3) -- span the complement of a string
    The strcspn() function spans the initial part of the nullterminated 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 s, does the copy, and returns a pointer to it. The pointer may subsequently be used as an argument to the function free(3). I...
 strerror(3) -- get error message string
    The strerror() and strerror_r() functions map the error number errnum to a language-dependent error message string. strerror() returns a string containing a maximum of NL_TEXTMAX characters, including...
 strerror_r(3) -- get error message string
    The strerror() and strerror_r() functions map the error number errnum to a language-dependent error message string. strerror() returns a string containing a maximum of NL_TEXTMAX characters, including...
 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 ...
 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...
 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 a 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...
 strncasecmp(3) -- compare strings, ignoring case
    The strcasecmp() and strncasecmp() functions compare the null-terminated strings s1 and s2 and return an integer greater than, equal to, or less than 0, according to whether s1 is lexicographically gr...
 strncat(3) -- concatenate strings
    The strcat() and strncat() functions append a copy of the null-terminated string append to the end of the null-terminated string s, then add a terminating ` '. The string s must have sufficient space...
 strncmp(3) -- compare strings
    The strcmp() and strncmp() functions lexicographically compare the nullterminated strings s1 and s2.
 strncpy(3) -- copy strings
    The strcpy() and strncpy() functions copy the string src to dst (including the terminating ` ' character). strncpy() copies not more than len characters into dst, appending ` ' characters if src is ...
 strnvis(3) -- visually encode characters
    The vis() function copies into dst a string which represents the character c. If c needs no encoding, it is copied in unaltered. The string is null terminated and a pointer to the end of the string is...
<<  [Prev]  198  199  200  201  202  203  204  205  206  207  208  209  210  211  212  213  214  215  216  217  218  
219  220  221  222  223  224  225  226  227  228  229  230  231  232  233  234  235  236  237  238  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service