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

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc70 bool FlagParser::is_space(char c) { function in class:__sanitizer::FlagParser
76 while (is_space(buf_[pos_])) ++pos_;
81 while (buf_[pos_] != 0 && buf_[pos_] != '=' && !is_space(buf_[pos_])) ++pos_;
94 while (buf_[pos_] != 0 && !is_space(buf_[pos_])) ++pos_;
95 if (buf_[pos_] != 0 && !is_space(buf_[pos_]))
H A Dsanitizer_flag_parser.h124 bool is_space(char c);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.cc68 bool FlagParser::is_space(char c) { function in class:__sanitizer::FlagParser
74 while (is_space(buf_[pos_])) ++pos_;
79 while (buf_[pos_] != 0 && buf_[pos_] != '=' && !is_space(buf_[pos_])) ++pos_;
92 while (buf_[pos_] != 0 && !is_space(buf_[pos_])) ++pos_;
93 if (buf_[pos_] != 0 && !is_space(buf_[pos_]))
H A Dsanitizer_flag_parser.h122 bool is_space(char c);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py317 def is_space(code_point): function
371 and not is_space(code_point))
465 if (is_alpha(code_point) and is_space(code_point)):
471 if (is_space(code_point) and is_digit(code_point)):
474 if (is_space(code_point) and is_graph(code_point)):
477 if (is_space(code_point) and is_xdigit(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py317 def is_space(code_point): function
371 and not is_space(code_point))
465 if (is_alpha(code_point) and is_space(code_point)):
471 if (is_space(code_point) and is_digit(code_point)):
474 if (is_space(code_point) and is_graph(code_point)):
477 if (is_space(code_point) and is_xdigit(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
/netbsd-current/bin/sh/
H A Dsyntax.h88 #define is_space(c) (sh_ctype(c) & ISSPACE) macro
H A Darithmetic.c133 while (*p != '\0' && is_space(*p))
H A Dexpand.c2152 if (q == str || is_space(q[-1]) || (*p != '=' && q[-1] != *p)) {
/netbsd-current/share/locale/ctype/
H A Dgen_ctype_utf8.pl170 my $is_space = charprop( $code, 'Sentence_Break' ) eq 'Sp';
205 push @{ $info->{BLANK} }, $code if $is_space;
209 $is_space or $general_category eq 'Cc',
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dmain.c118 static int is_space(char);
701 while (is_space(*p))
706 while (!is_space(*p) && p < end)
715 is_space(char c) function
/netbsd-current/external/gpl2/gmake/dist/
H A Dansi2knr.c211 #define is_space(c) (is_ascii(c) && isspace(c)) macro
419 while ( is_space(*p) )
/netbsd-current/external/gpl2/grep/dist/src/
H A Dansi2knr.c192 #define is_space(c) (is_ascii(c) && isspace(c)) macro
360 { while ( is_space(*p) )
H A Ddfa.c664 FUNC(is_space, ISSPACE)
689 { ":space:]", is_space },
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dtraditional.c1027 while (arglen > 0 && is_space (*in))
1224 while (limit > cur && is_space (limit[-1]))
1245 if (is_space (*src) && !quote)
1249 while (len && is_space (*src));
H A Dinternal.h602 #define is_space(x) IS_SPACE_OR_NUL(x) macro
H A Dfiles.c1598 if (! is_space (ch))
1601 while ((ch = getc (f)) != EOF && ! is_space (ch))
1645 if (is_space (ch))
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dtraditional.cc1032 while (arglen > 0 && is_space (*in))
1229 while (limit > cur && is_space (limit[-1]))
1250 if (is_space (*src) && !quote)
1254 while (len && is_space (*src));
H A Dinternal.h629 #define is_space(x) IS_SPACE_OR_NUL(x) macro
H A Dfiles.cc1738 if (! is_space (ch))
1741 while ((ch = getc (f)) != EOF && ! is_space (ch))
1785 if (is_space (ch))
/netbsd-current/external/mit/isl/dist/
H A Disl_space.c113 isl_bool is_space; local
115 is_space = isl_space_is_map(space);
116 if (is_space < 0)
118 if (!is_space)
/netbsd-current/lib/libc/time/
H A Dzic.c3549 is_space(char a) function
3698 while (is_space(*cp))
3713 } while (*cp && *cp != '#' && !is_space(*cp));
3714 if (is_space(*cp))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c638 FUNC(is_space, ISSPACE)
663 { ":space:]", is_space },

Completed in 205 milliseconds

12