Searched refs:_CTASSERT (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_init.c48 #define CTASSERT(x) _CTASSERT(x, __LINE__)
49 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h115 #define CTASSERT_GLOBAL(x) _CTASSERT(x, __LINE__)
116 #define CTASSERT(x) { _CTASSERT(x, __LINE__); }
117 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h124 #define CTASSERT_GLOBAL(x) _CTASSERT(x, __LINE__)
125 #define CTASSERT(x) { _CTASSERT(x, __LINE__); }
126 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/contrib/libc-vis/
H A Dvis.c151 #define CTASSERT(x) _CTASSERT(x, __LINE__)
152 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/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-13-stable/sys/dev/iscsi/
H A Discsi_proto.h37 #define CTASSERT(x) _CTASSERT(x, __LINE__)
38 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/usr.sbin/uefisign/
H A Dpe.c53 #define CTASSERT(x) _CTASSERT(x, __LINE__)
54 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c71 #define CTASSERT(x) _CTASSERT(x, __LINE__)
72 #define _CTASSERT(x, y) __CTASSERT(x, y) macro

Completed in 115 milliseconds