OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
1 - 25
of
194
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/tests/usr.bin/xlint/lint1/
msg_341.c
17
int
isspace
(int);
25
/* expect+1: warning: argument to '
isspace
' must be 'unsigned char' or EOF, not 'char' [341] */
26
(
isspace
)(c);
29
isspace
((unsigned char)c);
32
isspace
((int)(unsigned char)c);
34
/* expect+1: warning: argument to '
isspace
' must be cast to 'unsigned char', not to 'int' [342] */
35
isspace
((int)c);
37
/* expect+1: warning: argument to '
isspace
' must be cast to 'unsigned char', not to 'unsigned int' [342] */
38
isspace
((unsigned int)c);
50
(
isspace
)(c)
[
all
...]
msg_342.c
26
int
isspace
(int);
58
/* expect+1: warning: argument to '
isspace
' must be 'unsigned char' or EOF, not 'char' [341] */
59
isspace
(c);
78
/* expect+1: warning: argument to '
isspace
' must be 'unsigned char' or EOF, not 'char' [341] */
79
(
isspace
)(c);
82
isspace
((unsigned char)c);
85
isspace
((int)(unsigned char)c);
87
/* expect+1: warning: argument to '
isspace
' must be cast to 'unsigned char', not to 'int' [342] */
88
isspace
((int)c);
90
/* expect+1: warning: argument to '
isspace
' must be cast to 'unsigned char', not to 'unsigned int' [342] *
[
all
...]
/src/usr.bin/ctags/
fortran.c
71
for (;
isspace
((unsigned char)*lbp); ++lbp)
82
for (;
isspace
((unsigned char)*lbp); ++lbp)
104
for (;
isspace
((unsigned char)*lbp); ++lbp)
124
for (;
isspace
((unsigned char)*lbp); ++lbp)
164
for (;
isspace
((unsigned char)*lbp); ++lbp)
167
for (++lbp;
isspace
((unsigned char)*lbp); ++lbp)
lisp.c
82
for (; !
isspace
((unsigned char)*lbp); ++lbp)
84
for (;
isspace
((unsigned char)*lbp); ++lbp)
/src/games/battlestar/
getcom.c
54
while (
isspace
((unsigned char)*buf))
81
while (
isspace
((unsigned char)*buf1))
89
!
isspace
((unsigned char)*buf1) && *buf1 != ',')
113
while (*buf1 && !
isspace
((unsigned char)*buf1))
118
while (
isspace
((unsigned char)*buf1))
/src/lib/libc/citrus/
citrus_bcs_strtol.c
49
#undef
isspace
50
#define
isspace
(c) _bcs_isspace(c)
macro
citrus_bcs_strtoul.c
54
#undef
isspace
55
#define
isspace
(c) _bcs_isspace(c)
macro
citrus_bcs.h
49
_CITRUS_BCS_PRED(
isspace
,
/src/usr.sbin/services_mkdb/
uniq.c
126
for (p = (const unsigned char *)origline; l && *p &&
isspace
(*p);
141
if (
isspace
(*p)) {
142
if (complen &&
isspace
(q[-1]))
159
while (complen &&
isspace
(q[-1])) {
/src/usr.bin/systat/
disks.c
96
for (cp = args; *cp &&
isspace
((unsigned char)*cp); cp++)
99
for (; *cp && !
isspace
((unsigned char)*cp); cp++)
keyboard.c
133
isspace
((unsigned char)line[col]))
137
!
isspace
((unsigned char)line[col]))
/src/usr.bin/man/
manconf.c
123
for (/*EMPTY*/; *p != '\0' &&
isspace
((unsigned char)*p); ++p)
129
for (t = p; *t && !
isspace
((unsigned char)*t); ++t)
158
while (*++t &&
isspace
((unsigned char)*t));
162
while (*u && !
isspace
((unsigned char)*u))
164
while (*u &&
isspace
((unsigned char)*u))
/src/usr.bin/config/
scan.l
578
while (*p && isascii((unsigned char)*p) && !
isspace
((unsigned char)*p))
580
while (*p && isascii((unsigned char)*p) &&
isspace
((unsigned char)*p))
591
&& !
isspace
((unsigned char)*e))
652
while (*p && isascii((unsigned char)*p) && !
isspace
((unsigned char)*p))
654
while (*p && isascii((unsigned char)*p) &&
isspace
((unsigned char)*p))
657
while (*q && isascii((unsigned char)*q) && !
isspace
((unsigned char)*q))
/src/usr.bin/hexdump/
parse.c
84
for (p = buf; *p &&
isspace
((unsigned char)*p); ++p);
113
for (;
isspace
((unsigned char)*p); ++p);
126
if (!
isspace
((unsigned char)*p) && *p != '/')
132
for (++p;
isspace
((unsigned char)*p); ++p);
137
while (
isspace
((unsigned char)*++p));
142
if (!
isspace
((unsigned char)*p))
146
for (++p;
isspace
((unsigned char)*p); ++p);
463
p2 =
isspace
((unsigned char)*p1) ? p1 : NULL;
/src/usr.sbin/inetd/
ipsec.c
72
while (
isspace
((unsigned char)*p))
106
while (
isspace
((unsigned char)*p))
/src/usr.sbin/ypserv/stdhosts/
stdhosts.c
101
for (k = v; *v && !
isspace
((unsigned char)*v); v++)
103
while (*v &&
isspace
((unsigned char)*v))
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.cpp
66
if (!
isspace
(NewX) && !isprint(NewX))
78
if (!(isprint(Data[i]) ||
isspace
(Data[i]))) return false;
87
while (L < R &&
isspace
(Str[L])) L++;
88
while (R > L &&
isspace
(Str[R])) R--;
101
if (!isprint(V) && !
isspace
(V)) return false;
141
while (Pos < S.size() &&
isspace
(S[Pos])) Pos++; // Skip spaces.
/src/sys/arch/alpha/stand/standtest/
test.c
133
while (
isspace
(*buf))
162
for (c = *buf; c != '\0' && !
isspace
(c); c = *(++buf)) {
189
while ((buf[nonwhitespace] != '\0') && !
isspace
(buf[nonwhitespace]))
277
if (*buf != '\0' && !
isspace
(*buf)) {
285
if (*buf != '\0' && !
isspace
(*buf)) {
/src/sys/arch/ia64/stand/common/
boot.c
309
for (cp = lbuf; (*cp != 0) && !
isspace
(*cp); cp++)
318
while ((*cp != 0) &&
isspace
(*cp))
321
if ((*cp != '/') || !
isspace
(*(cp + 1)))
325
while ((*cp != 0) &&
isspace
(*cp))
331
while ((*cp != 0) && !
isspace
(*cp))
/src/usr.sbin/sysinst/
txtwalk.c
226
while (*line && !
isspace
((unsigned char)*line))
243
&& !
isspace
((unsigned char)line[len])
262
while (
isspace
((unsigned char)*line))
/src/lib/libc/net/
base64.c
231
if (
isspace
(ch)) /*%< Skip whitespace anywhere. */
309
if (!
isspace
(ch))
324
if (!
isspace
(ch))
/src/usr.sbin/ypserv/mknetid/
mknetid.c
400
for (; *p &&
isspace
((unsigned char)*p) == 0; p++)
402
while (*p &&
isspace
((unsigned char)*p))
406
for (u = p; *p && !
isspace
((unsigned char)*p); p++)
434
for (k = p; *p && !
isspace
((unsigned char)*p); p++)
436
while (*p &&
isspace
((unsigned char)*p))
440
for (u = p; *p && !
isspace
((unsigned char)*p); p++)
/src/sys/arch/atari/stand/bootxx/
bootxx.c
116
while (
isspace
(*p))
152
while ((c = *p) && !
isspace
(c))
/src/usr.sbin/ypserv/revnetgroup/
revnetgroup.c
141
for (key = p; *p &&
isspace
((unsigned char)*p) == 0; p++)
143
while (*p &&
isspace
((unsigned char)*p))
/src/include/
ctype.h
54
int
isspace
(int);
Completed in 124 milliseconds
1
2
3
4
5
6
7
8
Indexes created Wed Oct 15 16:09:53 GMT 2025