Lines Matching refs:xcb_parse_display
12 /* xcb_parse_display tests {{{ */
47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
56 success = xcb_parse_display(argument, &got_host, &got_display, 0);
89 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
98 success = xcb_parse_display(argument, &got_host, &got_display, 0);
249 suite_add_test(s, parse_display_unix, "xcb_parse_display unix");
250 suite_add_test(s, parse_display_ip, "xcb_parse_display ip");
251 suite_add_test(s, parse_display_ipv4, "xcb_parse_display ipv4");
252 suite_add_test(s, parse_display_ipv6, "xcb_parse_display ipv6");
253 suite_add_test(s, parse_display_decnet, "xcb_parse_display decnet");
254 suite_add_test(s, parse_display_negative, "xcb_parse_display negative");