Symbol: TESTFUNC
regress/lib/libc/locale/uselocale/uselocale.c
114
TESTFUNC(isalpha, int, "0x%.2x", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
115
TESTFUNC(tolower, int, "0x%.2x", "0x%.2x", 0)
regress/lib/libc/locale/uselocale/uselocale.c
119
TESTFUNC(isalpha_l, int, "0x%.2x, %p", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
120
TESTFUNC(tolower_l, int, "0x%.2x, %p", "0x%.2x", 0)
regress/lib/libc/locale/uselocale/uselocale.c
124
TESTFUNC(iswalpha, int, "U+%.4X", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
125
TESTFUNC(towupper, wint_t, "U+%.4X", "U+%.4X", 0)
regress/lib/libc/locale/uselocale/uselocale.c
129
TESTFUNC(iswalpha_l, int, "U+%.4X, %p", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
130
TESTFUNC(towupper_l, wint_t, "U+%.4X, %p", "U+%.4X", 0)
regress/lib/libc/locale/uselocale/uselocale.c
134
TESTFUNC(iswctype, int, "U+%.4X, %p", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
138
TESTFUNC(iswctype_l, int, "U+%.4X, %p, %p", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
142
TESTFUNC(towctrans, wint_t, "U+%.4X, %p", "U+%.4X", 0)
regress/lib/libc/locale/uselocale/uselocale.c
146
TESTFUNC(towctrans_l, wint_t, "U+%.4X, %p, %p", "U+%.4X", 0)
regress/lib/libc/locale/uselocale/uselocale.c
150
TESTFUNC(wcscasecmp, int, "%ls, %ls", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
154
TESTFUNC(wcscasecmp_l, int, "%ls, %ls, %p", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
158
TESTFUNC(wcsncasecmp, int, "%ls, %ls, %zu", "%d", 0)
regress/lib/libc/locale/uselocale/uselocale.c
93
TESTFUNC(newlocale, locale_t, "%d, %s, %p", "%p", TOPT_ERR)
regress/lib/libc/locale/uselocale/uselocale.c
97
TESTFUNC(duplocale, locale_t, "%p", "%p", TOPT_ERR)
regress/lib/libc/locale/uselocale/uselocale.c
98
TESTFUNC(uselocale, locale_t, "%p", "%p", TOPT_ERR)