Searched refs:iswcntrl_l (Results 1 – 7 of 7) sorted by relevance
83 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl_l(wint_t c, locale_t) { in iswcntrl_l() function
107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l() function
167 #define iswcntrl_l _iswcntrl_l macro
1278 if ((m & cntrl) == cntrl) result |= (iswcntrl_l(ch, __l) != 0); in do_is()1307 if (iswcntrl_l(ch, __l)) in do_is()1346 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l)) break; in do_scan_is()1371 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l)) continue; in do_scan_not()
1915 {'type': 'FUNC', 'name': 'iswcntrl_l@GLIBC_2.3'}
2120 fun:iswcntrl_l=uninstrumented
1203 PUBLIC de580 0 iswcntrl_l