Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r--newlib/libc/string/strings.tex20
1 files changed, 2 insertions, 18 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 3ca732f79..f70580b2c 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -10,30 +10,26 @@ managing areas of memory. The corresponding declarations are in
* bcopy:: Copy memory regions
* bzero:: Initialize memory to zero
* index:: Search for character in string
-* memccpy:: Copy memory regions up to end-token
* memchr:: Find character in memory
* memcmp:: Compare two memory areas
* memcpy:: Copy memory regions
* memmove:: Move possibly overlapping memory
-* mempcpy:: Copy memory regions and locate end
* memset:: Set an area of memory
* rindex:: Reverse search for character in string
* strcasecmp:: Compare strings ignoring case
* strcat:: Concatenate strings
* strchr:: Search for character in string
* strcmp:: Character string compare
-* strcoll:: Locale-specific character string compare
+* strcoll:: Locale specific character string compare
* strcpy:: Copy string
* strcspn:: Count chars not in string
* strerror:: Convert error number to string
-* strerror_r:: Convert error number to string
* strlen:: Character string length
-* strlwr:: Convert string to lowercase
+* strlwr:: Convert string to lower case
* strncasecmp:: Compare strings ignoring case
* strncat:: Concatenate strings
* strncmp:: Character string compare
* strncpy:: Counted copy string
-* strnlen:: Character string length
* strpbrk:: Find chars in string
* strrchr:: Reverse search for character in string
* strspn:: Find initial match
@@ -57,9 +53,6 @@ managing areas of memory. The corresponding declarations are in
@include string/index.def
@page
-@include string/memccpy.def
-
-@page
@include string/memchr.def
@page
@@ -72,9 +65,6 @@ managing areas of memory. The corresponding declarations are in
@include string/memmove.def
@page
-@include string/mempcpy.def
-
-@page
@include string/memset.def
@page
@@ -105,9 +95,6 @@ managing areas of memory. The corresponding declarations are in
@include string/strerror.def
@page
-@include string/strerror_r.def
-
-@page
@include string/strlen.def
@page
@@ -126,9 +113,6 @@ managing areas of memory. The corresponding declarations are in
@include string/strncpy.def
@page
-@include string/strnlen.def
-
-@page
@include string/strpbrk.def
@page