HomeSort by: relevance | last modified time | path
    Searched defs:ISSPACE (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl2/diffutils/dist/lib/
prepargs.c 35 as an argument to <ctype.h> macros like "isspace". */
42 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
58 while (ISSPACE ((unsigned char) *o))
69 while (*o && ! ISSPACE ((unsigned char) *o));
xstrtol.c 79 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
136 while (ISSPACE ((unsigned char) *q))
strtol.c 207 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
211 # define ISSPACE(Ch) iswspace (Ch)
225 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
229 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch))
316 while (ISSPACE (*s))
  /src/external/gpl2/grep/dist/lib/
xstrtol.c 79 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c))
132 while (ISSPACE ((unsigned char) *q))
strtol.c 211 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
215 # define ISSPACE(Ch) iswspace (Ch)
229 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
233 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch))
320 while (ISSPACE (*s))
  /src/bin/sh/
syntax.h 69 #define ISSPACE 040 /* a white space character */
90 #define is_space(c) (sh_ctype(c) & ISSPACE)
  /src/external/bsd/nvi/dist/common/
multibyte.h 7 * can't use the standard isspace(3) macro because it returns true for
57 #define ISSPACE iswspace
90 #define ISSPACE isspace
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
85 # define ISSPACE(c) (ISASCII (c) && isspace (c))
374 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))
  /src/external/gpl3/binutils/dist/gas/
read.h 57 #undef ISSPACE
  /src/external/gpl3/binutils.old/dist/gas/
read.h 57 #undef ISSPACE
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
204 # define ISSPACE(Ch) iswspace (Ch)
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
217 # define ISSPACE(Ch) isspace (Ch)
294 while (ISSPACE (*s))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
204 # define ISSPACE(Ch) iswspace (Ch)
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
217 # define ISSPACE(Ch) isspace (Ch)
294 while (ISSPACE (*s))
  /src/external/gpl2/grep/dist/src/
system.h 171 # define isgraph(C) (isprint(C) && !isspace(C))
185 #define ISSPACE(C) (IN_CTYPE_DOMAIN (C) && isspace (C))
  /src/external/gpl2/xcvs/dist/diff/
system.h 211 as an argument to <ctype.h> macros like `isspace'. */
220 #ifndef ISSPACE
221 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c))
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 106 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
116 # define ISSPACE(c) (ISASCII (c) && isspace (c))
strtol.c 208 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
212 # define ISSPACE(Ch) iswspace (Ch)
226 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
230 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch))
307 while (ISSPACE (*s))
  /src/external/gpl3/binutils/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/binutils.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gcc.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gdb.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gdb/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl2/diffutils/dist/src/
system.h 257 as an argument to <ctype.h> macros like `isspace'. */
264 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c))
  /src/libexec/makewhatis/
makewhatis.c 122 #define ISSPACE(c) isspace((unsigned char)(c))
415 while (!ISSPACE(*str))
530 while (ISSPACE(*data))
537 while ((*ptr != '\0') && !ISSPACE(*ptr))
567 while (ISSPACE(*from)) from++;
570 if (ISSPACE(*from)) {
571 while (ISSPACE(*++from));
703 while (ISSPACE(*from))
709 if (ISSPACE(*from))
    [all...]
  /src/sys/ufs/lfs/
lfs_accessors.h 1540 #define ISSPACE(F, BB, C) \

Completed in 31 milliseconds

1 2