Searched refs:iswblank (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dwctype.h28 int iswblank(wint_t wc); // C99
59 #undef iswblank macro
/freebsd-11-stable/usr.bin/uniq/
H A Duniq.c303 while (iswblank(*str))
305 while (*str != L'\0' && !iswblank(*str))
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c248 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start)))
280 isblank = iswblank(BWS_GET(s, cpos));
731 while (iswblank(bws_get_iter_value(s)))
H A Dbwstring.c884 while (iswblank(*s) && s < end)
934 while (iswblank(*s) && s < end)
982 while (src < end && iswblank(*src))
1091 if (iswalnum(c) || iswblank(c)) {
/freebsd-11-stable/include/
H A Dwctype.h61 int iswblank(wint_t);
100 #define iswblank(wc) __istype((wc), _CTYPE_B) macro
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h45 #define ISBLANK iswblank
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7939 wint_t t; int i = iswblank(t);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h60 # undef iswblank macro
90 using ::iswblank;
/freebsd-11-stable/lib/libc/tests/locale/
H A Diswctype_test.c68 { "blank", iswblank },
/freebsd-11-stable/lib/libc/locale/
H A DMakefile.inc61 MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswascii.3 iswalnum.3 iswblank.3 \
H A Diswctype.c64 #undef iswblank macro
66 iswblank(wint_t wc) function
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c172 while (--i >= 0 && !iswblank(buf[i]))

Completed in 378 milliseconds