summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Symbol.map
blob: 20d092bb1076214cd1e00138968cf3bc7ec16a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/*
 * $FreeBSD$
 */

FBSD_1.0 {
	btowc;
	digittoint;
	isalnum;
	isalpha;
	isascii;
	isblank;
	iscntrl;
	isdigit;
	isgraph;
	ishexnumber;
	isideogram;
	islower;
	isnumber;
	isphonogram;
	isprint;
	ispunct;
	isrune;
	isspace;
	isspecial;
	isupper;
	isxdigit;
	toascii;
	tolower;
	toupper;
	iswalnum;
	iswalpha;
	iswascii;
	iswblank;
	iswcntrl;
	iswdigit;
	iswgraph;
	iswhexnumber;
	iswideogram;
	iswlower;
	iswnumber;
	iswphonogram;
	iswprint;
	iswpunct;
	iswrune;
	iswspace;
	iswspecial;
	iswupper;
	iswxdigit;
	towlower;
	towupper;
	localeconv;
	mblen;
	mbrlen;
	mbrtowc;
	mbsinit;
	mbsnrtowcs;
	mbsrtowcs;
	mbstowcs;
	mbtowc;
	nextwctype;
	nl_langinfo;
	__maskrune;
	__sbmaskrune;
	__istype;
	__sbistype;
	__isctype;
	__toupper;
	__sbtoupper;
	__tolower;
	__sbtolower;
	__wcwidth;
	__mb_cur_max;
	__mb_sb_limit;
	rpmatch;
	___runetype;
	setlocale;
	_DefaultRuneLocale;
	_CurrentRuneLocale;
	___tolower;
	___toupper;
	wcrtomb;
	wcsftime;
	wcsnrtombs;
	wcsrtombs;
	wcstod;
	wcstof;
	wcstoimax;
	wcstol;
	wcstold;
	wcstoll;
	wcstombs;
	wcstoul;
	wcstoull;
	wcstoumax;
	wctob;
	wctomb;
	towctrans;
	wctrans;
	iswctype;
	wctype;
	wcwidth;
};

FBSDprivate_1.0 {
	_PathLocale;
	__detect_path_locale;
	__collate_load_error;
	__collate_range_cmp;
};
OpenPOWER on IntegriCloud