Symbol: ISSPACE
bin/sh/syntax.c
110
set(' ', ISSPACE)
bin/sh/syntax.c
111
set('\t', ISSPACE)
bin/sh/syntax.c
112
set('\n', ISSPACE)
bin/sh/syntax.h
90
#define is_space(c) (sh_ctype(c) & ISSPACE)
libexec/makewhatis/makewhatis.c
1081
ISSPACE(ptr[more - 2])) {
libexec/makewhatis/makewhatis.c
415
while (!ISSPACE(*str))
libexec/makewhatis/makewhatis.c
530
while (ISSPACE(*data))
libexec/makewhatis/makewhatis.c
537
while ((*ptr != '\0') && !ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
567
while (ISSPACE(*from)) from++;
libexec/makewhatis/makewhatis.c
570
if (ISSPACE(*from)) {
libexec/makewhatis/makewhatis.c
571
while (ISSPACE(*++from));
libexec/makewhatis/makewhatis.c
703
while (ISSPACE(*from))
libexec/makewhatis/makewhatis.c
709
if (ISSPACE(*from)) {
libexec/makewhatis/makewhatis.c
710
while (ISSPACE(*++from));
libexec/makewhatis/makewhatis.c
742
if (ISSPACE(*from))
libexec/makewhatis/makewhatis.c
905
if (ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
918
while (ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
923
while (ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
948
while (ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
953
ISSPACE(ptr[length - 2])) {
libexec/makewhatis/makewhatis.c
976
if (ISSPACE(*ptr))
libexec/makewhatis/makewhatis.c
982
ISSPACE(ptr[more - 2])) {
sys/ufs/lfs/lfs_balloc.c
218
if (!ISSPACE(fs, frags, cred))
sys/ufs/lfs/lfs_balloc.c
288
if (ISSPACE(fs, bcount, cred)) {
sys/ufs/lfs/lfs_balloc.c
533
if (!ISSPACE(fs, frags, cred)) {
tests/lib/libc/gen/h_ctype_abuse.c
59
M(ISSPACE, isspace) \