Home
last modified time | relevance | path

Searched refs:_CTASSERT (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/posix1e/
H A Dacl_init.c45 #define CTASSERT(x) _CTASSERT(x, __LINE__)
46 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h134 #define CTASSERT(x) _CTASSERT(x, __LINE__)
135 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd/sys/dev/iscsi/
H A Discsi_proto.h35 #define CTASSERT(x) _CTASSERT(x, __LINE__)
36 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd/usr.sbin/uefisign/
H A Dpe.c51 #define CTASSERT(x) _CTASSERT(x, __LINE__)
52 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd/contrib/libc-vis/
H A Dvis.c150 #define CTASSERT(x) _CTASSERT(x, __LINE__)
151 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd/lib/libc/gen/
H A Dgetpwent.c68 #define CTASSERT(x) _CTASSERT(x, __LINE__)
69 #define _CTASSERT(x, y) __CTASSERT(x, y) macro