OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISSPACE
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
syntax.h
69
#define
ISSPACE
040 /* a white space character */
90
#define is_space(c) (sh_ctype(c) &
ISSPACE
)
/src/libexec/makewhatis/
makewhatis.c
122
#define
ISSPACE
(c)
isspace
((unsigned char)(c))
415
while (!
ISSPACE
(*str))
530
while (
ISSPACE
(*data))
537
while ((*ptr != '\0') && !
ISSPACE
(*ptr))
567
while (
ISSPACE
(*from)) from++;
570
if (
ISSPACE
(*from)) {
571
while (
ISSPACE
(*++from));
703
while (
ISSPACE
(*from))
709
if (
ISSPACE
(*from))
[
all
...]
/src/sys/ufs/lfs/
lfs_accessors.h
1523
#define
ISSPACE
(F, BB, C) \
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
706
#define
ISSPACE
(x)
isspace
((u_char)(x))
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025