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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
@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
* strcasecmp::  Compare strings ignoring case
20
* 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
* strncasecmp:: Compare strings ignoring case
30
* 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
* swab::        Swap adjacent bytes
41
@end menu
42
 
43
@page
44
@include string/bcmp.def
45
 
46
@page
47
@include string/bcopy.def
48
 
49
@page
50
@include string/bzero.def
51
 
52
@page
53
@include string/index.def
54
 
55
@page
56
@include string/memchr.def
57
 
58
@page
59
@include string/memcmp.def
60
 
61
@page
62
@include string/memcpy.def
63
 
64
@page
65
@include string/memmove.def
66
 
67
@page
68
@include string/memset.def
69
 
70
@page
71
@include string/rindex.def
72
 
73
@page
74
@include string/strcasecmp.def
75
 
76
@page
77
@include string/strcat.def
78
 
79
@page
80
@include string/strchr.def
81
 
82
@page
83
@include string/strcmp.def
84
 
85
@page
86
@include string/strcoll.def
87
 
88
@page
89
@include string/strcpy.def
90
 
91
@page
92
@include string/strcspn.def
93
 
94
@page
95
@include string/strerror.def
96
 
97
@page
98
@include string/strlen.def
99
 
100
@page
101
@include string/strlwr.def
102
 
103
@page
104
@include string/strncasecmp.def
105
 
106
@page
107
@include string/strncat.def
108
 
109
@page
110
@include string/strncmp.def
111
 
112
@page
113
@include string/strncpy.def
114
 
115
@page
116
@include string/strpbrk.def
117
 
118
@page
119
@include string/strrchr.def
120
 
121
@page
122
@include string/strspn.def
123
 
124
@page
125
@include string/strstr.def
126
 
127
@page
128
@include string/strtok.def
129
 
130
@page
131
@include string/strupr.def
132
 
133
@page
134
@include string/strxfrm.def
135
 
136
@page
137
@include string/swab.def

powered by: WebSVN 2.1.0

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