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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [string/] [wcstrings.tex] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
@node Wchar strings
2
@chapter Wide Character Strings (@file{wchar.h})
3
 
4
This chapter describes wide-character string-handling functions and
5
managing areas of memory containing wide characters.  The corresponding
6
declarations are in @file{wchar.h}.
7
 
8
@menu
9
* wmemchr::     Find wide character in memory
10
* wmemcmp::     Compare two wide-character memory areas
11
* wmemcpy::     Copy wide-character memory regions
12
* wmemmove::    Move possibly overlapping wide-character memory
13
* wmemset::     Set an area of memory to a specified wide character
14
* wcscat::      Concatenate wide-character strings
15
* wcschr::      Search for wide character in string
16
* wcscmp::      Wide-character string compare
17
* wcscoll::     Locale-specific wide-character string compare
18
* wcscpy::      Copy wide-character string
19
* wcpcpy::      Copy a wide-character string returning a pointer to its end
20
* wcscspn::     Count wide characters not in string
21
* wcsftime::    Convert date and time to a formatted wide-character string
22
* wcslcat::     Concatenate wide-character strings to specified length
23
* wcslcpy::     Copy wide-character string to specified length
24
* wcslen::      Wide-character string length
25
* wcsncat::     Concatenate wide-character strings
26
* wcsncmp::     Wide-character string compare
27
* wcsncpy::     Counted copy wide-character string
28
* wcpncpy::     Copy part of a wide-character string returning a pointer to its end
29
* wcsnlen::     Wide-character string length with maximum limit
30
* wcspbrk::     Find wide characters in string
31
* wcsrchr::     Reverse search for wide character in string
32
* wcsspn::      Find initial match in wide-character string
33
* wcsstr::      Find wide-character string segment
34
* wcstok::      Tokenize wide-character string
35
* wcswidth::    Number of column positions of a wide-character string
36
* wcsxfrm::     Locale-specific wide-character string transformation
37
* wcwidth::     Number of column positions of a wide-character code
38
@end menu
39
 
40
@page
41
@include string/wmemchr.def
42
 
43
@page
44
@include string/wmemcmp.def
45
 
46
@page
47
@include string/wmemcpy.def
48
 
49
@page
50
@include string/wmemmove.def
51
 
52
@page
53
@include string/wmemset.def
54
 
55
@page
56
@include string/wcscat.def
57
 
58
@page
59
@include string/wcschr.def
60
 
61
@page
62
@include string/wcscmp.def
63
 
64
@page
65
@include string/wcscoll.def
66
 
67
@page
68
@include string/wcscpy.def
69
 
70
@page
71
@include string/wcpcpy.def
72
 
73
@page
74
@include string/wcscspn.def
75
 
76
@page
77
@include time/wcsftime.def
78
 
79
@page
80
@include string/wcslcat.def
81
 
82
@page
83
@include string/wcslcpy.def
84
 
85
@page
86
@include string/wcslen.def
87
 
88
@page
89
@include string/wcsncat.def
90
 
91
@page
92
@include string/wcsncmp.def
93
 
94
@page
95
@include string/wcsncpy.def
96
 
97
@page
98
@include string/wcpncpy.def
99
 
100
@page
101
@include string/wcsnlen.def
102
 
103
@page
104
@include string/wcspbrk.def
105
 
106
@page
107
@include string/wcsrchr.def
108
 
109
@page
110
@include string/wcsspn.def
111
 
112
@page
113
@include string/wcsstr.def
114
 
115
@page
116
@include string/wcstok.def
117
 
118
@page
119
@include string/wcswidth.def
120
 
121
@page
122
@include string/wcsxfrm.def
123
 
124
@page
125
@include string/wcwidth.def
126
 

powered by: WebSVN 2.1.0

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