Home
last modified time | relevance | path

Searched defs:is_space (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp76 bool FlagParser::is_space(char c) { in is_space() function in __sanitizer::FlagParser
/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h469 #define is_space(x) IS_SPACE_OR_NUL(x) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h477 #define is_space(x) IS_SPACE_OR_NUL(x) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c2281 boolean is_space = STREQ (str, "space"); local