HomeSort by: relevance | last modified time | path
    Searched defs:got_host (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libxcb/dist/tests/
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...]
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_ssdp.c 519 int got_host = 0; local
555 got_host = 1;
638 if (!got_host || !got_st || !got_man || !got_mx || mx < 0) {
640 "%d mx=%d", got_host, got_st, got_man, got_mx, mx);

Completed in 68 milliseconds