Home | History | Annotate | Download | only in resolv

Lines Matching full:sbuf

1277 	char sbuf[NI_MAXSERV];
1283 sbuf, sizeof(sbuf), niflags)) {
1286 strncpy(sbuf, "?", sizeof(sbuf) - 1);
1287 sbuf[sizeof(sbuf) - 1] = '\0';
1290 string, hbuf, sbuf, strerror(error));