Searched refs:xcb_parse_display (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_public.c | 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 decne [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_disp.c | 69 if(!xcb_parse_display(display, &host, &n, screenp)) 71 /* host and n are unused, but xcb_parse_display requires them */
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb.h | 552 int xcb_parse_display(const char *name, char **host, int *display, int *screen);
|
| H A D | xcb_util.c | 233 int xcb_parse_display(const char *name, char **host, int *displayp, function in typeref:typename:int
|
Completed in 5 milliseconds