assert_in_range 37 lib/common/tests/strings/pcmk__strcmp_test.c assert_in_range(pcmk__strcmp(s1, NULL, pcmk__str_none), 1, 255); assert_in_range 39 lib/common/tests/strings/pcmk__strcmp_test.c assert_in_range(pcmk__strcmp(NULL, s1, pcmk__str_none), -255, -1); assert_in_range 47 lib/common/tests/strings/pcmk__strcmp_test.c assert_in_range(pcmk__strcmp(s1, s2, pcmk__str_none), 1, 255); assert_in_range 49 lib/common/tests/strings/pcmk__strcmp_test.c assert_in_range(pcmk__strcmp(s2, s1, pcmk__str_none), -255, -1);