OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [string/] [strings.tex] - Diff between revs 1010 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1010 Rev 1765
@node Strings
@node Strings
@chapter Strings and Memory (@file{string.h})
@chapter Strings and Memory (@file{string.h})
 
 
This chapter describes string-handling functions and functions for
This chapter describes string-handling functions and functions for
managing areas of memory.  The corresponding declarations are in
managing areas of memory.  The corresponding declarations are in
@file{string.h}.
@file{string.h}.
 
 
@menu
@menu
* bcmp::        Compare two memory areas
* bcmp::        Compare two memory areas
* bcopy::       Copy memory regions
* bcopy::       Copy memory regions
* bzero::       Initialize memory to zero
* bzero::       Initialize memory to zero
* index::       Search for character in string
* index::       Search for character in string
* memchr::      Find character in memory
* memchr::      Find character in memory
* memcmp::      Compare two memory areas
* memcmp::      Compare two memory areas
* memcpy::      Copy memory regions
* memcpy::      Copy memory regions
* memmove::     Move possibly overlapping memory
* memmove::     Move possibly overlapping memory
* memset::      Set an area of memory
* memset::      Set an area of memory
* rindex::      Reverse search for character in string
* rindex::      Reverse search for character in string
* strcasecmp::  Compare strings ignoring case
* strcasecmp::  Compare strings ignoring case
* strcat::      Concatenate strings
* strcat::      Concatenate strings
* strchr::      Search for character in string
* strchr::      Search for character in string
* strcmp::      Character string compare
* strcmp::      Character string compare
* strcoll::     Locale specific character string compare
* strcoll::     Locale specific character string compare
* strcpy::      Copy string
* strcpy::      Copy string
* strcspn::     Count chars not in string
* strcspn::     Count chars not in string
* strerror::    Convert error number to string
* strerror::    Convert error number to string
* strlen::      Character string length
* strlen::      Character string length
* strlwr::      Convert string to lower case
* strlwr::      Convert string to lower case
* strncasecmp:: Compare strings ignoring case
* strncasecmp:: Compare strings ignoring case
* strncat::     Concatenate strings
* strncat::     Concatenate strings
* strncmp::     Character string compare
* strncmp::     Character string compare
* strncpy::     Counted copy string
* strncpy::     Counted copy string
* strpbrk::     Find chars in string
* strpbrk::     Find chars in string
* strrchr::     Reverse search for character in string
* strrchr::     Reverse search for character in string
* strspn::      Find initial match
* strspn::      Find initial match
* strstr::      Find string segment
* strstr::      Find string segment
* strtok::      Get next token from a string
* strtok::      Get next token from a string
* strupr::      Convert string to upper case
* strupr::      Convert string to upper case
* strxfrm::     Transform string
* strxfrm::     Transform string
* swab::        Swap adjacent bytes
* swab::        Swap adjacent bytes
@end menu
@end menu
 
 
@page
@page
@include string/bcmp.def
@include string/bcmp.def
 
 
@page
@page
@include string/bcopy.def
@include string/bcopy.def
 
 
@page
@page
@include string/bzero.def
@include string/bzero.def
 
 
@page
@page
@include string/index.def
@include string/index.def
 
 
@page
@page
@include string/memchr.def
@include string/memchr.def
 
 
@page
@page
@include string/memcmp.def
@include string/memcmp.def
 
 
@page
@page
@include string/memcpy.def
@include string/memcpy.def
 
 
@page
@page
@include string/memmove.def
@include string/memmove.def
 
 
@page
@page
@include string/memset.def
@include string/memset.def
 
 
@page
@page
@include string/rindex.def
@include string/rindex.def
 
 
@page
@page
@include string/strcasecmp.def
@include string/strcasecmp.def
 
 
@page
@page
@include string/strcat.def
@include string/strcat.def
 
 
@page
@page
@include string/strchr.def
@include string/strchr.def
 
 
@page
@page
@include string/strcmp.def
@include string/strcmp.def
 
 
@page
@page
@include string/strcoll.def
@include string/strcoll.def
 
 
@page
@page
@include string/strcpy.def
@include string/strcpy.def
 
 
@page
@page
@include string/strcspn.def
@include string/strcspn.def
 
 
@page
@page
@include string/strerror.def
@include string/strerror.def
 
 
@page
@page
@include string/strlen.def
@include string/strlen.def
 
 
@page
@page
@include string/strlwr.def
@include string/strlwr.def
 
 
@page
@page
@include string/strncasecmp.def
@include string/strncasecmp.def
 
 
@page
@page
@include string/strncat.def
@include string/strncat.def
 
 
@page
@page
@include string/strncmp.def
@include string/strncmp.def
 
 
@page
@page
@include string/strncpy.def
@include string/strncpy.def
 
 
@page
@page
@include string/strpbrk.def
@include string/strpbrk.def
 
 
@page
@page
@include string/strrchr.def
@include string/strrchr.def
 
 
@page
@page
@include string/strspn.def
@include string/strspn.def
 
 
@page
@page
@include string/strstr.def
@include string/strstr.def
 
 
@page
@page
@include string/strtok.def
@include string/strtok.def
 
 
@page
@page
@include string/strupr.def
@include string/strupr.def
 
 
@page
@page
@include string/strxfrm.def
@include string/strxfrm.def
 
 
@page
@page
@include string/swab.def
@include string/swab.def
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.