Searched refs:is_space (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp76 bool FlagParser::is_space(char c) { function in class:__sanitizer::FlagParser
82 while (is_space(buf_[pos_])) ++pos_;
87 while (buf_[pos_] != 0 && buf_[pos_] != '=' && !is_space(buf_[pos_])) ++pos_;
108 while (buf_[pos_] != 0 && !is_space(buf_[pos_])) ++pos_;
109 if (buf_[pos_] != 0 && !is_space(buf_[pos_]))
H A Dsanitizer_flag_parser.h185 bool is_space(char c);
/freebsd-11-stable/contrib/diff/lib/
H A Dexclude.c51 is_space (unsigned char c) function
245 if (is_space (line_end))
250 else if (! is_space (pattern_end[-1]))
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c1022 while (limit > cur && is_space (limit[-1]))
1042 if (is_space (*src) && !quote)
1046 while (len && is_space (*src));
H A Dfiles.c1294 if (! is_space (ch))
1297 while ((ch = getc (f)) != EOF && ! is_space (ch))
1341 if (is_space (ch))
H A Dinternal.h480 #define is_space(x) IS_SPACE_OR_NUL(x) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c664 FUNC(is_space, ISSPACE)
689 { ":space:]", is_space },
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c3275 boolean is_space = STREQ (str, "space");
3303 || (is_space && ISSPACE (ch))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c3275 boolean is_space = STREQ (str, "space");
3303 || (is_space && ISSPACE (ch))

Completed in 191 milliseconds