OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_space
(Results
1 - 13
of
13
) sorted by relevancy
/src/bin/sh/
syntax.h
90
#define
is_space
(c) (sh_ctype(c) & ISSPACE)
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flag_parser.cc
70
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_]))
/src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py
317
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))):
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_flag_parser.cpp
74
bool FlagParser::
is_space
(char c) {
function in class:__sanitizer::FlagParser
80
while (
is_space
(buf_[pos_])) ++pos_;
85
while (buf_[pos_] != 0 && buf_[pos_] != '=' && !
is_space
(buf_[pos_])) ++pos_;
106
while (buf_[pos_] != 0 && !
is_space
(buf_[pos_])) ++pos_;
107
if (buf_[pos_] != 0 && !
is_space
(buf_[pos_]))
/src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py
317
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))):
/src/external/gpl2/gmake/dist/
ansi2knr.c
211
#define
is_space
(c) (is_ascii(c) && isspace(c))
macro
419
while (
is_space
(*p) )
/src/external/gpl2/grep/dist/src/
ansi2knr.c
192
#define
is_space
(c) (is_ascii(c) && isspace(c))
macro
360
{ while (
is_space
(*p) )
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_flag_parser.cpp
76
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_]))
/src/sys/arch/sandpoint/stand/altboot/
main.c
118
static int
is_space
(char);
701
while (
is_space
(*p))
706
while (!
is_space
(*p) && p < end)
715
is_space
(char c)
function
/src/external/gpl3/gcc/dist/libcpp/
internal.h
633
#define
is_space
(x) IS_SPACE_OR_NUL(x)
macro
/src/external/gpl3/gcc.old/dist/libcpp/
internal.h
629
#define
is_space
(x) IS_SPACE_OR_NUL(x)
macro
/src/external/mit/isl/dist/
isl_space.c
113
isl_bool
is_space
;
local
115
is_space
= isl_space_is_map(space);
116
if (
is_space
< 0)
118
if (!
is_space
)
/src/lib/libc/time/
zic.c
3884
is_space
(char a)
function
4033
while (
is_space
(*cp))
4048
} while (*cp && *cp != '#' && !
is_space
(*cp));
4049
if (
is_space
(*cp))
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026