OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isgraph
(Results
1 - 19
of
19
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_342.c
22
int
isgraph
(int);
50
/* expect+1: warning: argument to '
isgraph
' must be 'unsigned char' or EOF, not 'char' [341] */
51
isgraph
(c);
/src/lib/libc/gen/
vis.c
107
#define iscgraph(c)
isgraph
(c)
116
rv =
isgraph
(c);
124
#define
ISGRAPH
(flags, c) \
261
if (
ISGRAPH
(flags, c) && !iswoctal(c)) {
313
if (!iswextra && (
ISGRAPH
(flags, c) || iswwhite(c) ||
Makefile.inc
73
isdigit.3 isfinite.3
isgraph
.3 isgreater.3 isinf.3 islower.3 isnan.3 \
unvis.c
317
if (
isgraph
(c)) {
/src/include/
ctype.h
50
int
isgraph
(int);
/src/sys/sys/
ctype_inline.h
52
#define
isgraph
(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G))
macro
/src/tests/usr.bin/cc/
t_ctype_abuse.sh
97
isgraph
\
/src/tests/lib/libc/gen/
h_ctype_abuse.c
62
M(
ISGRAPH
,
isgraph
) \
t_ctype.c
87
static int isgraph_wrapper(int ch) { return
isgraph
(ch); }
263
test_use("
isgraph
", ctypefn);
1039
DEF_TEST_ABUSE(
isgraph
)
1054
DEF_TEST_ABUSE_OVERRIDE(
isgraph
)
1069
DEF_TEST_USE(
isgraph
)
1106
ATF_CHECK(
isgraph
(ydots));
1141
ATF_CHECK(
isgraph
(Hard));
1176
ATF_CHECK(
isgraph
(ya));
1195
ADD_TEST_ABUSE(tp,
isgraph
);
1210
ADD_TEST_ABUSE_OVERRIDE(tp,
isgraph
);
[
all
...]
/src/tests/lib/libc/locale/
t_wctype.c
206
ATF_REQUIRE_EQ(!!
isgraph
(c), inout);
/src/sys/lib/libkern/
libkern.h
78
LIBKERN_INLINE int
isgraph
(int) __unused;
207
isgraph
(int ch)
function
/src/lib/libterminfo/
termcap.c
270
if (
isgraph
((unsigned char )v) &&
/src/usr.bin/xlint/llib/
llib-lstdc
70
int (
isgraph
)(int c);
llib-lposix
172
int (
isgraph
)(int c);
/src/usr.bin/tr/
str.c
224
{ "graph",
isgraph
},
/src/common/dist/zlib/
trees.c
231
n, (
isgraph
(n) ? n : ' '), len, tree[n].Code, next_code[len] - 1));
919
Tracecv(
isgraph
(lc), (stderr," '%c' ", lc));
/src/usr.bin/kdump/
kdump.c
1301
*cp++ =
isgraph
(c) ? c : '.';
/src/sys/net/
zlib.c
2700
n, (
isgraph
(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
3182
Tracecv(
isgraph
(lc), (stderr," '%c' ", lc));
/src/libexec/ftpd/
ftpd.c
1666
if (!
isgraph
((unsigned char)*p))
Completed in 34 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026