Home
last modified time | relevance | path

Searched refs:iswspace (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dwchar.h15 #define iswspace sun_iswspace macro
35 #undef iswspace
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwctype.h66 #undef iswspace
94 using ::iswspace;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwctype.h69 #undef iswspace
99 using ::iswspace;
/openbsd/lib/libc/stdio/
H A Dvfwscanf.c144 if (iswspace(c)) { in __vfwscanf()
146 iswspace(c)) in __vfwscanf()
340 iswspace(wi)) in __vfwscanf()
482 !iswspace(wi)) in __vfwscanf()
490 !iswspace(wi)) { in __vfwscanf()
504 !iswspace(wi)) { in __vfwscanf()
/openbsd/lib/libc/locale/
H A Diswctype.c135 iswspace(wint_t c) in iswspace() function
139 DEF_STRONG(iswspace);
H A D_wcstoul.h69 } while (iswspace(wc)); in FUNCNAME()
H A D_wcstol.h71 } while (iswspace(wc)); in FUNCNAME()
H A D_wcstod.h55 while (iswspace(*src)) { in FUNCNAME()
/openbsd/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c64 check_bool(isspace(i), iswspace(i), '9'); in test1()
114 check_bool(isspace(s[j]), iswspace(c), '9'); in test2()
/openbsd/gnu/llvm/libcxx/include/
H A Dcwctype38 int iswspace(wint_t wc);
85 using ::iswspace _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h82 #undef iswspace
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc37 using std::iswspace;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwctype.h43 using std::iswspace;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwctype.h43 using std::iswspace;
/openbsd/lib/libc/hidden/
H A Dwctype.h43 PROTO_NORMAL(iswspace);
/openbsd/lib/libedit/
H A Dchared.c225 return !iswspace(p); in cv__isWord()
289 while ((p < high) && iswspace(*p)) in cv_next_word()
311 while ((p > low) && iswspace(*p)) in cv_prev_word()
376 while ((p < high) && iswspace(*p)) in cv__endword()
H A Del.c548 while (*dptr != '\0' && iswspace(*dptr)) in el_source()
/openbsd/include/
H A Dwctype.h74 int iswspace(wint_t);
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h77 inline _LIBCPP_HIDE_FROM_ABI_C int iswspace_l(wint_t __c, locale_t) { return ::iswspace(__c); } in iswspace_l()
/openbsd/usr.bin/wc/
H A Dwc.c245 if (iswspace(wc)) { in cnt()
/openbsd/usr.bin/column/
H A Dcolumn.c252 if (!iswspace(wc)) in input()
/openbsd/usr.bin/less/
H A Dfilename.c369 } else if (iswprint(ch) == 0 && iswspace(ch) == 0 && in bin_file()
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf102 iswspace
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf101 iswspace
/openbsd/usr.bin/fmt/
H A Dfmt.c646 if (l == 0 && iswspace(wc)) in center_stream()

12