Searched defs:__CTASSERT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_init.c48 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h133 #define __CTASSERT(x, y) \ macro
/freebsd-10-stable/usr.sbin/uefisign/
H A Dpe.c54 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c153 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] macro
/freebsd-10-stable/sys/boot/common/
H A Dbootstrap.h343 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] macro
/freebsd-10-stable/lib/libc/gen/
H A Dgetpwent.c71 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro
/freebsd-10-stable/sys/dev/iscsi/
H A Discsi_proto.h38 #define __CTASSERT(x, y) typedef char __assert_ ## y [(x) ? 1 : -1] macro

Completed in 95 milliseconds