Home
last modified time | relevance | path

Searched refs:isblank (Results 1 – 25 of 34) sorted by relevance

12

/external/libcxx/test/std/depr/depr.c.headers/
Dctype_h.pass.cpp24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(isblank(0)), int>::value), ""); in main()
91 assert(isblank(' ')); in main()
/external/libcxx/test/std/strings/c.strings/
Dcctype.pass.cpp24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(std::isblank(0)), int>::value), ""); in main()
91 assert(std::isblank(' ')); in main()
/external/libcxx/include/
Dcctype22 int isblank(int c); // C99
55 #ifdef isblank
56 #undef isblank
106 using ::isblank;
Dctype.h54 #undef isblank
/external/clang/test/Sema/
Dlibbuiltins-ctype-powerpc64.c5 int isblank(int);
24 (void)isblank(x); in test()
Dlibbuiltins-ctype-x86_64.c5 int isblank(int);
24 (void)isblank(x); in test()
/external/openssh/openbsd-compat/
Dcharclass.h18 { "blank", isblank },
Dbsd-misc.h104 int isblank(int);
Dbsd-misc.c258 isblank(int c) in isblank() function
/external/minijail/
Dutil.c211 while (*s && isblank(*s)) in strip()
214 while (end >= s && *end && (isblank(*end) || *end == '\n')) in strip()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h64 isblank(int c) in isblank() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_common.c188 while (isblank((unsigned char) *start)) in wpa_get_wowlan_triggers()
193 while (!isblank((unsigned char) *end) && *end != '\0') in wpa_get_wowlan_triggers()
/external/syslinux/com32/include/
Dctype.h54 __ctype_inline int isblank(int __c) in isblank() function
/external/python/cpython2/Lib/curses/
Dascii.py57 def isblank(c): return _ctoi(c) in (9, 32) function
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h32 return ::isblank(c); in isblank_l()
/external/toybox/lib/
Dportability.h107 int isblank(int c);
/external/libcxx/include/support/win32/
Dlocale_win32.h109 inline int isblank( int c, locale_t /*loc*/ ) in isblank() function
/external/tinyxml/
Dchanges.txt108 the isblank macro, which was wiping out the TiXmlString::isblank() method.
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst117 .. function:: isblank(c)
/external/python/cpython2/Lib/test/
Dtest_curses.py355 check(curses.ascii.isblank, c in ' \t')
/external/toybox/toys/pending/
Dfdisk.c737 && (*str != '-') && (*str != '+') && (!isblank(*str))); in ask_value()
738 while (isblank(*str)) str++; //remove leading white spaces in ask_value()
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp86 while (isblank(C.peek())) in skipWhitespace()
/external/bison/
Dmaint.mk598 ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1999 if (!isblank((unsigned char) *pos)) in hostapd_ctrl_iface_vendor()
2005 if (!isblank((unsigned char) *pos++)) in hostapd_ctrl_iface_vendor()
/external/jemalloc/src/
Dprof.c2066 if (!isgraph(c) && !isblank(c)) in prof_thread_name_set()

12