Searched refs:iswblank (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h60 # undef iswblank macro
90 using ::iswblank;
/freebsd-10-stable/include/
H A Dwctype.h61 int iswblank(wint_t);
100 #define iswblank(wc) __istype((wc), _CTYPE_B) macro
/freebsd-10-stable/lib/libc/locale/
H A Diswctype.c67 #undef iswblank macro
69 iswblank(wc) function
H A DSymbol.map33 iswblank;
H A DMakefile.inc61 MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswascii.3 iswalnum.3 iswblank.3 \
/freebsd-10-stable/lib/libc/tests/locale/
H A Diswctype_test.c68 { "blank", iswblank },
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h45 #define ISBLANK iswblank
/freebsd-10-stable/usr.bin/fold/
H A Dfold.c172 while (--i >= 0 && !iswblank(buf[i]))
/freebsd-10-stable/usr.bin/uniq/
H A Duniq.c302 while (iswblank(*str))
304 while (*str != L'\0' && !iswblank(*str))
/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c882 while (iswblank(*s) && s < end)
932 while (iswblank(*s) && s < end)
980 while (src < end && iswblank(*src))
1089 if (iswalnum(c) || iswblank(c)) {
H A Dcoll.c246 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start)))
278 isblank = iswblank(BWS_GET(s, cpos));
729 while (iswblank(bws_get_iter_value(s)))
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7939 wint_t t; int i = iswblank(t);
[all...]

Completed in 228 milliseconds