OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [string/] [strings.tex] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
@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
* memccpy::     Copy memory regions up to end-token
14
* memchr::      Find character in memory
15
* memcmp::      Compare two memory areas
16
* memcpy::      Copy memory regions
17
* memmem::      Find memory segment
18
* memmove::     Move possibly overlapping memory
19
* mempcpy::     Copy memory regions and locate end
20
* memset::      Set an area of memory
21
* rindex::      Reverse search for character in string
22
* stpcpy::      Copy string returning a pointer to its end
23
* stpncpy::     Counted copy string returning a pointer to its end
24
* strcasecmp::  Compare strings ignoring case
25
* strcasestr::  Find string segment ignoring case
26
* strcat::      Concatenate strings
27
* strchr::      Search for character in string
28
* strcmp::      Character string compare
29
* strcoll::     Locale-specific character string compare
30
* strcpy::      Copy string
31
* strcspn::     Count chars not in string
32
* strerror::    Convert error number to string
33
* strerror_r::  Convert error number to string
34
* strlen::      Character string length
35
* strlwr::      Convert string to lowercase
36
* strncasecmp:: Compare strings ignoring case
37
* strncat::     Concatenate strings
38
* strncmp::     Character string compare
39
* strncpy::     Counted copy string
40
* strnlen::     Character string length
41
* strpbrk::     Find chars in string
42
* strrchr::     Reverse search for character in string
43
* strspn::      Find initial match
44
* strstr::      Find string segment
45
* strtok::      Get next token from a string
46
* strupr::      Convert string to upper case
47
* strxfrm::     Transform string
48
* swab::        Swap adjacent bytes
49
* wcscasecmp::  Compare wide character strings ignoring case
50
* wcsdup::      Wide character string duplicate
51
* wcsncasecmp:: Compare wide character strings ignoring case
52
@end menu
53
 
54
@page
55
@include string/bcmp.def
56
 
57
@page
58
@include string/bcopy.def
59
 
60
@page
61
@include string/bzero.def
62
 
63
@page
64
@include string/index.def
65
 
66
@page
67
@include string/memccpy.def
68
 
69
@page
70
@include string/memchr.def
71
 
72
@page
73
@include string/memcmp.def
74
 
75
@page
76
@include string/memcpy.def
77
 
78
@page
79
@include string/memmem.def
80
 
81
@page
82
@include string/memmove.def
83
 
84
@page
85
@include string/mempcpy.def
86
 
87
@page
88
@include string/memset.def
89
 
90
@page
91
@include string/rindex.def
92
 
93
@page
94
@include string/stpcpy.def
95
 
96
@page
97
@include string/stpncpy.def
98
 
99
@page
100
@include string/strcasecmp.def
101
 
102
@page
103
@include string/strcasestr.def
104
 
105
@page
106
@include string/strcat.def
107
 
108
@page
109
@include string/strchr.def
110
 
111
@page
112
@include string/strcmp.def
113
 
114
@page
115
@include string/strcoll.def
116
 
117
@page
118
@include string/strcpy.def
119
 
120
@page
121
@include string/strcspn.def
122
 
123
@page
124
@include string/strerror.def
125
 
126
@page
127
@include string/strerror_r.def
128
 
129
@page
130
@include string/strlen.def
131
 
132
@page
133
@include string/strlwr.def
134
 
135
@page
136
@include string/strncasecmp.def
137
 
138
@page
139
@include string/strncat.def
140
 
141
@page
142
@include string/strncmp.def
143
 
144
@page
145
@include string/strncpy.def
146
 
147
@page
148
@include string/strnlen.def
149
 
150
@page
151
@include string/strpbrk.def
152
 
153
@page
154
@include string/strrchr.def
155
 
156
@page
157
@include string/strspn.def
158
 
159
@page
160
@include string/strstr.def
161
 
162
@page
163
@include string/strtok.def
164
 
165
@page
166
@include string/strupr.def
167
 
168
@page
169
@include string/strxfrm.def
170
 
171
@page
172
@include string/swab.def
173
 
174
@page
175
@include string/wcscasecmp.def
176
 
177
@page
178
@include string/wcsdup.def
179
 
180
@page
181
@include string/wcsncasecmp.def

powered by: WebSVN 2.1.0

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