Searched refs:is_space (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_flag_parser.cc | 70 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()
|
| HD | sanitizer_flag_parser.h | 102 bool is_space(char c);
|
| /NextBSD/contrib/diff/lib/ |
| HD | exclude.c | 51 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/ |
| HD | traditional.c | 1022 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()
|
| HD | files.c | 1294 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()
|
| HD | internal.h | 480 #define is_space(x) IS_SPACE_OR_NUL(x) macro
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | dfa.c | 664 FUNC(is_space, ISSPACE) in FUNC() 689 { ":space:]", is_space },
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | regex.c | 3262 boolean is_space = STREQ (str, "space"); in PREFIX() 3290 || (is_space && ISSPACE (ch)) in PREFIX()
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | regex.c | 3262 boolean is_space = STREQ (str, "space"); in PREFIX() 3290 || (is_space && ISSPACE (ch)) in PREFIX()
|
| /NextBSD/contrib/diff/ |
| HD | ChangeLog | 3050 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/ |
| HD | FSFChangeLog.11 | 7415 * 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.
|
| HD | ChangeLog-1999 | 3909 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
|
| HD | ChangeLog-2000 | 1274 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/ |
| HD | ChangeLog-9495 | 8383 (som_section_data_struct): Make is_space and is_subspace bitfields.
|