/third_party/toybox/toys/pending/ |
D | bootchartd.c | 171 char host_name[32]; in stop_logging() local 180 gethostname(host_name, sizeof(host_name)); in stop_logging() 186 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
|
D | arp.c | 246 char *host_name = "?"; in arp_main() local 257 else if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main() 260 printf("%s (%s) at" , host_name, ip); in arp_main()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc1.c | 18 char host_name[100]; variable 103 gethostname(host_name, 100); in main() 104 if ((hp = gethostbyname(host_name)) != NULL) in main()
|
/third_party/ltp/ |
D | ltpmenu | 321 host_name=" " 377 host_name=$(cat /tmp/runltp.out.$$ | awk '{print $1}') ; 379 RHOST=$host_name ;
|
/third_party/cups-filters/cupsfilters/ |
D | ipp.c | 214 char scheme[10], userpass[1024], host_name[1024], resource[1024]; in get_printer_attributes5() local 283 host_name, sizeof(host_name), in get_printer_attributes5() 304 httpConnect2 (host_name, host_port, NULL, AF_UNSPEC, in get_printer_attributes5()
|
/third_party/pulseaudio/src/modules/ |
D | module-zeroconf-discover.c | 131 const char *host_name, const AvahiAddress *a, uint16_t port, in resolver_cb() argument 204 dname = pa_sprintf_malloc("tunnel.%s.%s", host_name, device); in resolver_cb() 206 dname = pa_sprintf_malloc("tunnel.%s", host_name); in resolver_cb()
|
D | module-tunnel.c | 1123 …const char *server_name, *server_version, *user_name, *host_name, *default_sink_name, *default_sou… in server_info_cb() local 1140 pa_tagstruct_gets(t, &host_name) < 0 || in server_info_cb() 1157 u->server_fqdn = pa_xstrdup(host_name); in server_info_cb()
|
/third_party/pulseaudio/src/modules/raop/ |
D | module-raop-discover.c | 161 const char *host_name, const AvahiAddress *a, uint16_t port, in resolver_cb() argument 268 dname = pa_sprintf_malloc("raop_output.%s.%s", host_name, device); in resolver_cb() 270 dname = pa_sprintf_malloc("raop_output.%s", host_name); in resolver_cb()
|
/third_party/node/src/ |
D | node_options.h | 22 HostPort(const std::string& host_name, int port) in HostPort() argument 23 : host_name_(host_name), port_(port) {} in HostPort()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 356 is_multicast_address (const gchar * host_name) in is_multicast_address() argument 362 addr = g_inet_address_new_from_string (host_name); in is_multicast_address() 367 results = g_resolver_lookup_by_name (resolver, host_name, NULL, NULL); in is_multicast_address()
|
/third_party/cef/libcef/browser/net_service/ |
D | cookie_manager_impl.cc | 332 deletion_filter->host_name = url.host(); in DeleteCookiesInternal()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.c | 9452 is_local_hostname(const char *host_name) { in is_local_hostname() argument 9455 if (host_name == NULL) in is_local_hostname() 9461 if (strncasecmp(host_name, host, strlen(host)) == 0 && in is_local_hostname() 9462 (strlen(host_name) == strlen(host) || in is_local_hostname() 9463 (strlen(host_name) > strlen(host) && in is_local_hostname() 9464 (strcasecmp(host_name + strlen(host), ".local") == 0 || in is_local_hostname() 9465 strcasecmp(host_name + strlen(host), ".local.") == 0)))) in is_local_hostname() 10081 const char *host_name, in resolve_callback() argument 10107 is_local_hostname(host_name)) { in resolve_callback() 10116 name, type, domain, host_name, port, ifname, in resolve_callback() [all …]
|
/third_party/pulseaudio/src/pulse/ |
D | introspect.h | 444 const char *host_name; /**< Host name the daemon is running on */ member
|
D | introspect.c | 104 pa_tagstruct_gets(t, &i.host_name) < 0 || in context_get_server_info_callback()
|
/third_party/curl/lib/ |
D | ftp.c | 1929 const char * const host_name = conn->bits.socksproxy ? in ftp_state_pasv_resp() local 1931 rc = Curl_resolv(data, host_name, conn->port, FALSE, &addr); in ftp_state_pasv_resp() 1941 failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport); in ftp_state_pasv_resp()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 265 pa_json_encoder_add_member_string(encoder, "host_name", i->host_name); in get_server_info_callback() 304 i->host_name, in get_server_info_callback()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 1371 public unowned string host_name;
|