Searched refs:ISSPACE (Results 51 - 68 of 68) sorted by relevance

123

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c1271 while (ISSPACE ((unsigned char) *o))
1282 while (*o && ! ISSPACE ((unsigned char) *o));
H A Ddfa.c74 #define ISSPACE(C) isspace(C) macro
86 #define ISSPACE(C) (isascii(C) && isspace(C)) macro
664 FUNC(is_space, ISSPACE)
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.c418 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1726 while (ISSPACE(*cp))
1762 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp));
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsrec.c372 && ! ISSPACE (c))
/freebsd-10-stable/contrib/nvi/vi/
H A Dvi.c1063 beg = sp->cno; beg < len && ISSPACE(p[beg]); moved = 1, ++beg);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1301 || ISSPACE (input_line_pointer[1])))
H A Dtc-ppc.c2187 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
2210 while (ISSPACE (*str))
2675 while (ISSPACE (*str))
H A Dtc-arm.c20736 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
20777 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
20810 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
20839 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
20870 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
H A Dtc-mips.c8575 for (s = str; *s != '\0' && !ISSPACE (*s); ++s)
8581 if (ISSPACE (*s))
8600 *s != '\0' && *s != '.' && !ISSPACE (*s);
10958 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h641 #define ISSPACE(x) isspace((u_char)(x)) macro
/freebsd-10-stable/contrib/gcc/
H A Dgcc.c1874 *(sl->ptr_spec) = ((spec[0] == '+' && ISSPACE ((unsigned char)spec[1]))
2142 while (*p2 && !ISSPACE ((unsigned char) *p2))
2160 while (*p3 && !ISSPACE ((unsigned char) *p3))
H A Dgenautomata.c1151 while (ISSPACE ((int) **pstr))
1166 if (pars_num == 0 && ISSPACE ((int) *p))
H A Dgenattrtab.c4414 while (ISSPACE (*p));
H A Dreal.c2201 while (ISSPACE (*str))
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_config.c142 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
5107 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
5115 while (ISSPACE(*tokens))
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devutil.c2274 IMPL_CTYPE_FN(ISSPACE)
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c237 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3303 || (is_space && ISSPACE (ch))
236 # define ISSPACE macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c237 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3303 || (is_space && ISSPACE (ch))
236 # define ISSPACE macro

Completed in 503 milliseconds

123