string2 416 test/dss/dss_cmp.c char *string2="This is a longer string"; string2 423 test/dss/dss_cmp.c if (OPAL_VALUE2_GREATER != opal_dss.compare(string1, string2, OPAL_STRING)) { string2 428 test/dss/dss_cmp.c if (OPAL_VALUE1_GREATER != opal_dss.compare(string2, string1, OPAL_STRING)) { string2 320 test/dss/dss_copy.c char *string2; string2 322 test/dss/dss_copy.c if (OPAL_EQUAL != opal_dss.copy((void**)&string2, string1, OPAL_STRING)) { string2 327 test/dss/dss_copy.c if (0 != strcmp(string1, string2)) {