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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [string/] [strings.tex] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
@node Strings
2
@chapter Strings and Memory (@file{string.h})
3
 
4
This chapter describes string-handling functions and functions for
5
managing areas of memory.  The corresponding declarations are in
6
@file{string.h}.
7
 
8
@menu
9
* bcmp::        Compare two memory areas
10
* bcopy::       Copy memory regions
11
* bzero::       Initialize memory to zero
12
* index::       Search for character in string
13
* memchr::      Find character in memory
14
* memcmp::      Compare two memory areas
15
* memcpy::      Copy memory regions
16
* memmove::     Move possibly overlapping memory
17
* memset::      Set an area of memory
18
* rindex::      Reverse search for character in string
19 56 joel
* strcasecmp::  Compare strings ignoring case
20 39 lampret
* strcat::      Concatenate strings
21
* strchr::      Search for character in string
22
* strcmp::      Character string compare
23
* strcoll::     Locale specific character string compare
24
* strcpy::      Copy string
25
* strcspn::     Count chars not in string
26
* strerror::    Convert error number to string
27
* strlen::      Character string length
28
* strlwr::      Convert string to lower case
29 56 joel
* strncasecmp:: Compare strings ignoring case
30 39 lampret
* strncat::     Concatenate strings
31
* strncmp::     Character string compare
32
* strncpy::     Counted copy string
33
* strpbrk::     Find chars in string
34
* strrchr::     Reverse search for character in string
35
* strspn::      Find initial match
36
* strstr::      Find string segment
37
* strtok::      Get next token from a string
38
* strupr::      Convert string to upper case
39
* strxfrm::     Transform string
40
@end menu
41
 
42
@page
43
@include string/bcmp.def
44
 
45
@page
46
@include string/bcopy.def
47
 
48
@page
49
@include string/bzero.def
50
 
51
@page
52
@include string/index.def
53
 
54
@page
55
@include string/memchr.def
56
 
57
@page
58
@include string/memcmp.def
59
 
60
@page
61
@include string/memcpy.def
62
 
63
@page
64
@include string/memmove.def
65
 
66
@page
67
@include string/memset.def
68
 
69
@page
70
@include string/rindex.def
71
 
72
@page
73 56 joel
@include string/strcasecmp.def
74
 
75
@page
76 39 lampret
@include string/strcat.def
77
 
78
@page
79
@include string/strchr.def
80
 
81
@page
82
@include string/strcmp.def
83
 
84
@page
85
@include string/strcoll.def
86
 
87
@page
88
@include string/strcpy.def
89
 
90
@page
91
@include string/strcspn.def
92
 
93
@page
94
@include string/strerror.def
95
 
96
@page
97
@include string/strlen.def
98
 
99
@page
100
@include string/strlwr.def
101
 
102
@page
103 56 joel
@include string/strncasecmp.def
104
 
105
@page
106 39 lampret
@include string/strncat.def
107
 
108
@page
109
@include string/strncmp.def
110
 
111
@page
112
@include string/strncpy.def
113
 
114
@page
115
@include string/strpbrk.def
116
 
117
@page
118
@include string/strrchr.def
119
 
120
@page
121
@include string/strspn.def
122
 
123
@page
124
@include string/strstr.def
125
 
126
@page
127
@include string/strtok.def
128
 
129
@page
130
@include string/strupr.def
131
 
132
@page
133
@include string/strxfrm.def

powered by: WebSVN 2.1.0

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