Searched refs:iswblank (Results 1 – 18 of 18) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 63 #undef iswblank 65 iswblank(wint_t wc) in iswblank() function
|
H A D | Symbol.map | 29 iswblank;
|
H A D | Makefile.inc | 71 MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswascii.3 iswalnum.3 iswblank.3 \
|
/freebsd/include/ |
H A D | wctype.h | 62 int iswblank(wint_t); 101 #define iswblank(wc) __istype((wc), _CTYPE_B) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 31 int iswblank(wint_t wc); // C99 77 using ::iswblank _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 28 int iswblank(wint_t wc); // C99 76 # undef iswblank
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 18 using ::iswblank _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/uniq/ |
H A D | uniq.c | 322 while (iswblank(*str)) in skip() 324 while (*str != L'\0' && !iswblank(*str)) in skip()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 18 using std::iswblank _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 65 { "blank", iswblank },
|
/freebsd/usr.bin/sort/ |
H A D | bwstring.c | 779 while (iswblank(*s) && s < end) in bwstod() 832 while (iswblank(*s) && s < end) in bws_month_score() 884 while (src < end && iswblank(*src)) in ignore_leading_blanks() 993 if (iswalnum(c) || iswblank(c)) { in dictionary_order()
|
H A D | coll.c | 243 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start))) in skip_cols_to_start() 275 isblank = iswblank(BWS_GET(s, cpos)); in skip_fields_to_start() 724 while (iswblank(bws_get_iter_value(s))) in read_number()
|
/freebsd/usr.bin/fold/ |
H A D | fold.c | 159 while (--i >= 0 && !iswblank(buf[i])) in fold()
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 43 #define ISBLANK iswblank
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 565 SYMBOL(iswblank, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1864 SYMBOL(iswblank, std::, <cwctype>) 1865 SYMBOL(iswblank, None, <cwctype>) 1866 SYMBOL(iswblank, None, <wctype.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2123 fun:iswblank=uninstrumented
|