OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_space
(Results
1 - 4
of
4
) sorted by relevancy
/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/bin/sh/
syntax.h
90
#define
is_space
(c) (sh_ctype(c) & ISSPACE)
macro
/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 in typeref:typename:int
/src/lib/libc/time/
zic.c
3637
is_space
(char a)
function in typeref:typename:bool
3786
while (
is_space
(*cp))
3801
} while (*cp && *cp != '#' && !
is_space
(*cp));
3802
if (
is_space
(*cp))
Completed in 16 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025