string1 415 test/dss/dss_cmp.c char *string1="This is a short string"; string1 418 test/dss/dss_cmp.c if (OPAL_EQUAL != opal_dss.compare(string1, string1, OPAL_STRING)) { string1 423 test/dss/dss_cmp.c if (OPAL_VALUE2_GREATER != opal_dss.compare(string1, string2, OPAL_STRING)) { string1 428 test/dss/dss_cmp.c if (OPAL_VALUE1_GREATER != opal_dss.compare(string2, string1, OPAL_STRING)) { string1 319 test/dss/dss_copy.c char *string1="This is a short string"; string1 322 test/dss/dss_copy.c if (OPAL_EQUAL != opal_dss.copy((void**)&string2, string1, OPAL_STRING)) { string1 327 test/dss/dss_copy.c if (0 != strcmp(string1, string2)) { string1 344 test/dss/dss_print.c char *string1="This is a short string"; string1 347 test/dss/dss_print.c if (OPAL_SUCCESS != opal_dss.print(&output, NULL, string1, OPAL_STRING)) {