OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iscntrl
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/
ctype.h
19
int
iscntrl
(int c);
45
#undef
iscntrl
macro
/src/sys/sys/
ctype_inline.h
50
#define
iscntrl
(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_C))
macro
/src/sys/lib/libkern/
libkern.h
77
LIBKERN_INLINE int
iscntrl
(int) __unused;
201
iscntrl
(int ch)
function
/src/external/gpl3/binutils/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/binutils.old/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/gcc.old/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/gdb/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/gdb.old/dist/include/
safe-ctype.h
92
#define
ISCNTRL
(c) _sch_test(c, _sch_iscntrl)
127
#undef
iscntrl
macro
128
#define
iscntrl
(c) do_not_use_iscntrl_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h
2625
iscntrl
(_CharT __c, const locale& __loc)
function
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h
2613
iscntrl
(_CharT __c, const locale& __loc)
function
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026