| check_public.c | 26 char *got_host; local 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); local 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); local 67 char *got_host; local [all...] |