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

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c45 #undef isspace macro
46 #define isspace(c) _bcs_isspace(c) macro
H A Dcitrus_bcs_strtoul.c45 #undef isspace macro
46 #define isspace(c) _bcs_isspace(c) macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h62 #undef isspace macro
/freebsd-11-stable/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/freebsd-11-stable/sys/sys/
H A Dctype.h43 isspace(int c) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h51 #undef isspace macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h64 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/freebsd-11-stable/include/
H A Dctype.h96 #define isspace(c) __sbistype((c), _CTYPE_S) macro
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c158 #undef isspace macro
160 isspace(int c) function
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h177 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
/freebsd-11-stable/crypto/openssl/
H A De_os.h314 # undef isspace macro
/freebsd-11-stable/stand/libsa/
H A Dstand.h212 static __inline int isspace(int c) function
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h45 #define isspace(c) \ macro
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4612 isspace(_CharT __c, const locale& __loc) function
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h198 # undef isspace macro
199 # define isspace(__a) (_IS(__a,_ISSPACE)) macro
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h153 # define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro

Completed in 352 milliseconds