Home
last modified time | relevance | path

Searched refs:is_space (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_flag_parser.cc70 bool FlagParser::is_space(char c) { in is_space() function in __sanitizer::FlagParser
76 while (is_space(buf_[pos_])) ++pos_; in skip_whitespace()
81 while (buf_[pos_] != 0 && buf_[pos_] != '=' && !is_space(buf_[pos_])) ++pos_; in parse_flag()
94 while (buf_[pos_] != 0 && !is_space(buf_[pos_])) ++pos_; in parse_flag()
95 if (buf_[pos_] != 0 && !is_space(buf_[pos_])) in parse_flag()
HDsanitizer_flag_parser.h102 bool is_space(char c);
/NextBSD/contrib/diff/lib/
HDexclude.c51 is_space (unsigned char c) in is_space() function
245 if (is_space (line_end)) in add_exclude_file()
250 else if (! is_space (pattern_end[-1])) in add_exclude_file()
/NextBSD/contrib/gcclibs/libcpp/
HDtraditional.c1022 while (limit > cur && is_space (limit[-1])) in _cpp_create_trad_definition()
1042 if (is_space (*src) && !quote) in canonicalize_text()
1046 while (len && is_space (*src)); in canonicalize_text()
HDfiles.c1294 if (! is_space (ch)) in read_filename_string()
1297 while ((ch = getc (f)) != EOF && ! is_space (ch)) in read_filename_string()
1341 if (is_space (ch)) in read_name_map()
HDinternal.h480 #define is_space(x) IS_SPACE_OR_NUL(x) macro
/NextBSD/gnu/usr.bin/grep/
HDdfa.c664 FUNC(is_space, ISSPACE) in FUNC()
689 { ":space:]", is_space },
/NextBSD/contrib/gcclibs/libiberty/
HDregex.c3262 boolean is_space = STREQ (str, "space"); in PREFIX()
3290 || (is_space && ISSPACE (ch)) in PREFIX()
/NextBSD/contrib/binutils/libiberty/
HDregex.c3262 boolean is_space = STREQ (str, "space"); in PREFIX()
3290 || (is_space && ISSPACE (ch)) in PREFIX()
/NextBSD/contrib/diff/
HDChangeLog3050 Use Is_space, not is_space, for consistent treatment of white space.
3073 Use Is_space, not is_space, for consistent treatment of white space.
/NextBSD/contrib/gcc/
HDFSFChangeLog.117415 * cexp.y (yylex): Use is_space, not is_hor_space, to find keyword end.
7416 (is_space): New decl.
7418 * cccp.c (is_space): Now external.
HDChangeLog-19993909 is_space): New macros for interrogating IStable.
3913 (is_idchar, is_idstart, is_hor_space, is_space,
17654 parse_goto_mark. \r is not in is_hor_space or is_space.
17688 * cppinit.c (is_hor_space, is_space): '\r' is not considered
HDChangeLog-20001274 is_space arrays. Delete initialize_char_syntax. Change all
1276 * tradcpp.h: Define is_idchar, is_idstart, is_space, and
26579 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
27224 is_space): Update for renamed IStable.
/NextBSD/contrib/binutils/bfd/
HDChangeLog-94958383 (som_section_data_struct): Make is_space and is_subspace bitfields.