Searched refs:IS_SPACE_OR_NUL (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h111 #define IS_SPACE_OR_NUL(c) _sch_test(c, _sch_iscppsp) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h111 #define IS_SPACE_OR_NUL(c) _sch_test(c, _sch_iscppsp) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h111 #define IS_SPACE_OR_NUL(c) _sch_test(c, _sch_iscppsp) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h480 #define is_space(x) IS_SPACE_OR_NUL(x)

Completed in 193 milliseconds