portstr 308 source4/heimdal/lib/krb5/krbhst.c char portstr[7] = ""; portstr 314 source4/heimdal/lib/krb5/krbhst.c snprintf(portstr, sizeof(portstr), ":%d", host->port); portstr 315 source4/heimdal/lib/krb5/krbhst.c snprintf(hostname, hostlen, "%s%s%s", proto, host->hostname, portstr); portstr 349 source4/heimdal/lib/krb5/krbhst.c char portstr[NI_MAXSERV]; portstr 354 source4/heimdal/lib/krb5/krbhst.c snprintf (portstr, sizeof(portstr), "%d", host->port); portstr 355 source4/heimdal/lib/krb5/krbhst.c ret = getaddrinfo(host->hostname, portstr, &hints, &host->ai); portstr 429 source4/heimdal/lib/krb5/krbhst.c char portstr[NI_MAXSERV]; portstr 450 source4/heimdal/lib/krb5/krbhst.c snprintf(portstr, sizeof(portstr), "%d", port); portstr 451 source4/heimdal/lib/krb5/krbhst.c ret = getaddrinfo(host, portstr, &hints, &ai); portstr 270 source4/heimdal/lib/krb5/send_to_kdc.c char portstr[NI_MAXSERV]; portstr 283 source4/heimdal/lib/krb5/send_to_kdc.c snprintf (portstr, sizeof(portstr), "%d", portstr 285 source4/heimdal/lib/krb5/send_to_kdc.c ret = getaddrinfo (proxy, portstr, &hints, &ai);