Lines Matching refs:STRCMP
65 assert(STRCMP(buf, "text") == 0); in test_trunc_string()
71 assert(STRCMP(buf, "a short text") == 0); in test_trunc_string()
77 assert(STRCMP(buf, "a text tha just fits") == 0); in test_trunc_string()
83 assert(STRCMP(buf, "a text t...nott fits") == 0); in test_trunc_string()
90 assert(STRCMP(buf, "text") == 0); in test_trunc_string()
97 assert(STRCMP(buf, "a text that fits") == 0); in test_trunc_string()
104 assert(STRCMP(buf, "a short text") == 0); in test_trunc_string()
111 assert(STRCMP(buf, "a text tha just fits") == 0); in test_trunc_string()
118 assert(STRCMP(buf, "a text t...nott fits") == 0); in test_trunc_string()
135 assert(STRCMP(buf, "Ä text tha just fits") == 0); in test_trunc_string_mbyte()
142 assert(STRCMP(buf, "a text Ä...nott fits") == 0); in test_trunc_string_mbyte()
149 assert(STRCMP(buf, "a text t...not fitsÄ") == 0); in test_trunc_string_mbyte()