Searched refs:gotten_hex (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c355 char *gotten_hex = NULL; local
369 gotten_hex = make_hex_string(gotten);
370 if (msg == NULL || expected_hex == NULL || gotten_hex == NULL) {
374 expected_hex, gotten_hex);
381 free(gotten_hex);
454 char *gotten_hex = NULL; local
469 gotten_hex = make_hex_ucs4string(gotten);
470 if (msg == NULL || expected_hex == NULL || gotten_hex == NULL) {
474 expected_hex, gotten_hex);
481 free(gotten_hex);
[all...]

Completed in 10 milliseconds