Home
last modified time | relevance | path

Searched defs: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
78 #define ASSERTinfo(cnd, info) \ argument
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