Home
last modified time | relevance | path

Searched refs:cnd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dout.h74 #define ASSERT(cnd) \ argument
75 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
76 "assertion failure: %s", #cnd), 0)))
78 #define ASSERTinfo(cnd, info) \ argument
79 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
80 "assertion failure: %s (%s = %s)", #cnd, #info, info), 0)))
94 #define ASSERT(cnd) ((void)0) argument
95 #define ASSERTinfo(cnd, info) ((void)0) argument
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgmt_mktime.c43 #define assert_time(cnd) if(!(cnd)) return (time_t) -1 in krb5int_gmt_mktime() argument
/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c51 #define ASSERT(cnd) \ argument
52 ((void) ((cnd) || ((void) fprintf(stderr, \
54 __FILE__, __LINE__, #cnd), 0)))