Home
last modified time | relevance | path

Searched refs:utf8alloc (Results 1 – 1 of 1) sorted by last modified time

/dports/security/tthsum/tthsum/
H A Dutf8_test.c30 char* utf8alloc; in symcmpbin() local
52 if ((ret = (unsigned)wcstoautf8(&utf8alloc, unicode)) != utf8len) { in symcmpbin()
58 allocsuccess = memcmp(utf8, utf8alloc, utf8len + 1) == 0 && memcmp(unicode, in symcmpbin()
60 free(utf8alloc); in symcmpbin()