Home
last modified time | relevance | path

Searched defs:ISSPACE (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
204 # define ISSPACE(Ch) iswspace (Ch) macro
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
217 # define ISSPACE(Ch) isspace (Ch) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
204 # define ISSPACE(Ch) iswspace (Ch) macro
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
217 # define ISSPACE(Ch) isspace (Ch) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c208 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
212 # define ISSPACE(Ch) iswspace (Ch) macro
226 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
230 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro
H A Dfnmatch.c116 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
H A Dgetdate.y77 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrtol.c207 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
211 # define ISSPACE(Ch) iswspace (Ch) macro
225 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
229 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro
H A Dprepargs.c42 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
H A Dxstrtol.c79 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dstrtol.c211 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
215 # define ISSPACE(Ch) iswspace (Ch) macro
229 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
233 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro
H A Dxstrtol.c79 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h57 #define ISSPACE iswspace macro
90 #define ISSPACE isspace macro
/netbsd-src/bin/sh/
H A Dsyntax.h67 #define ISSPACE 040 /* a white space character */ macro
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h221 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h185 #define ISSPACE(C) (IN_CTYPE_DOMAIN (C) && isspace (C)) macro
H A Ddfa.c74 #define ISSPACE(C) isspace(C) macro
86 #define ISSPACE(C) (isascii(C) && isspace(C)) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
60 # define ISSPACE(Ch) isspace (Ch) macro
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
60 # define ISSPACE(Ch) isspace (Ch) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h264 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-src/libexec/makewhatis/
H A Dmakewhatis.c122 #define ISSPACE(c) isspace((unsigned char)(c)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c59 #define ISSPACE(C) isspace(C) macro
71 #define ISSPACE(C) (isascii(C) && isspace(C)) macro

12