Searched defs:ISSPACE (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl2/diffutils/dist/lib/
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
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
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dxstrtol.c79 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
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
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h57 #define ISSPACE iswspace macro
90 #define ISSPACE isspace macro
/netbsd-current/bin/sh/
H A Dsyntax.h67 #define ISSPACE 040 /* a white space character */ macro
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dsystem.h221 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-current/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-current/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-current/external/gpl2/grep/dist/src/
H A Dsystem.h185 #define ISSPACE(C) (IN_CTYPE_DOMAIN (C) && isspace (C)) macro
/netbsd-current/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
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dsystem.h264 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
/netbsd-current/libexec/makewhatis/
H A Dmakewhatis.c122 #define ISSPACE(c) isspace((unsigned char)(c)) macro
[all...]
/netbsd-current/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-current/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-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c226 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro

Completed in 394 milliseconds

12