/src/libexec/rshd/ |
rshd.c | 274 int gaierror; local in function:doit 409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0); 410 if (gaierror) { 413 remotehost, gai_strerror(gaierror));
|
rshd.c | 274 int gaierror; local in function:doit 409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0); 410 if (gaierror) { 413 remotehost, gai_strerror(gaierror));
|
rshd.c | 274 int gaierror; local in function:doit 409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0); 410 if (gaierror) { 413 remotehost, gai_strerror(gaierror));
|
/src/libexec/rlogind/ |
rlogind.c | 254 int gaierror; local in function:doit 301 gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0); 302 if (gaierror) { 305 hostnamebuf, gai_strerror(gaierror));
|
rlogind.c | 254 int gaierror; local in function:doit 301 gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0); 302 if (gaierror) { 305 hostnamebuf, gai_strerror(gaierror));
|
rlogind.c | 254 int gaierror; local in function:doit 301 gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0); 302 if (gaierror) { 305 hostnamebuf, gai_strerror(gaierror));
|