Searched defs:isspace (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_bcs_strtoul.c52 #undef isspace macro
53 #define isspace(c) _bcs_isspace(c) macro
H A Dcitrus_bcs_strtol.c47 #undef isspace macro
48 #define isspace(c) _bcs_isspace(c) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h62 #undef isspace macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h50 #define isspace(c) ((int)((_ctype_ + 1)[(c)] & _CTYPE_S)) macro
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_input.c73 #define isspace(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h115 isspace(int ch) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dddi.c66 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A De_os.h303 # undef isspace macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2523 isspace(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h44 #define isspace(c) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h4502 isspace(_CharT __c, const locale& __loc) function in namespace:std
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_proxy.h137 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro

Completed in 163 milliseconds