4c6aab055d
FBSDprivate locale symbols. These functions are needed by libcompat. Add _cleanup to the list of stdio FBSDprivate symbols. Some third party applications use this. This will be removed and replaced by fcloseall() once libc version is bumped. Add _res to the list of resolv symbols. Found by: portbuilder runs (thanks Kris!)
103 lines
1.1 KiB
Plaintext
103 lines
1.1 KiB
Plaintext
# $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;
|
|
__istype;
|
|
__isctype;
|
|
__toupper;
|
|
__tolower;
|
|
__wcwidth;
|
|
__mb_cur_max;
|
|
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 {
|
|
_PathLocale;
|
|
__detect_path_locale;
|
|
__collate_load_error;
|
|
__collate_range_cmp;
|
|
};
|