Home
last modified time | relevance | path

Searched defs:STREQ (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c43 #define STREQ(s1, s2, n) (strncmp(s1, s2, n) == 0) macro
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1525 #define STREQ(a, b, n) (strlen(b) == (n) && strncmp(a, b, n) == 0) macro
/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c242 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c326 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c89 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro