lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | libc { |
| 2 | GLIBC_2.0 { |
| 3 | # functions used in inline functions or macros |
| 4 | __mbrlen; __mbrtowc; __wcsto*_internal; |
| 5 | |
| 6 | # b* |
| 7 | btowc; |
| 8 | |
| 9 | # w* |
| 10 | wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll; |
| 11 | wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp; |
| 12 | wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr; |
| 13 | wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul; |
| 14 | wcstouq; wcswidth; wcsxfrm; wctob; |
| 15 | |
| 16 | wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset; |
| 17 | } |
| 18 | GLIBC_2.1 { |
| 19 | # w* |
| 20 | wcscasecmp; wcsncasecmp; wcsnlen; wcstoll; |
| 21 | wcstoimax; wcstoumax; wcstoull; wcswcs; wmemrtombs; wmemrtowcs; |
| 22 | } |
| 23 | GLIBC_2.2 { |
| 24 | # w* |
| 25 | wcschrnul; wmempcpy; |
| 26 | } |
| 27 | GLIBC_2.7 { |
| 28 | __isoc99_fwscanf; __isoc99_swscanf; __isoc99_vfwscanf; __isoc99_vswscanf; |
| 29 | __isoc99_vwscanf; __isoc99_wscanf; |
| 30 | } |
| 31 | GLIBC_2.16 { |
| 32 | c16rtomb; c32rtomb; mbrtoc16; mbrtoc32; |
| 33 | } |
| 34 | } |