Searched refs:got_host (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_public.c | 26 char *got_host; local in function:parse_display_pass 44 got_host = (char *) -1; 47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen); 49 ck_assert_msg(strcmp(host, got_host) == 0, "parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host); 53 got_host = (char *) -1; 56 success = xcb_parse_display(argument, &got_host, &got_display, 0); 58 ck_assert_msg(strcmp(host, got_host) == 0, "screenless parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host); 67 char *got_host; local in function:parse_display_fail [all...] |
Completed in 2 milliseconds