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

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_init.c46 #define CTASSERT(x) _CTASSERT(x, __LINE__)
47 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-9.3-release/sys/boot/common/
H A Dbootstrap.h334 #define CTASSERT(x) _CTASSERT(x, __LINE__)
335 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.c124 #define CTASSERT(x) _CTASSERT(x, __LINE__)
125 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-9.3-release/sys/sys/
H A Dsystm.h96 #define CTASSERT(x) _CTASSERT(x, __LINE__)
97 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/freebsd-9.3-release/lib/libc/gen/
H A Dgetpwent.c69 #define CTASSERT(x) _CTASSERT(x, __LINE__)
70 #define _CTASSERT(x, y) __CTASSERT(x, y) macro

Completed in 100 milliseconds