Searched defs:sbuf (Results 1 - 3 of 3) sorted by relevance
/bionic/libc/dns/resolv/ |
H A D | res_init.c | 354 char sbuf[NI_MAXSERV]; local 367 sprintf(sbuf, "%u", NAMESERVER_PORT); 368 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
|
H A D | res_send.c | 1277 char sbuf[NI_MAXSERV]; local 1281 sbuf, sizeof(sbuf), niflags)) { 1284 strncpy(sbuf, "?", sizeof(sbuf) - 1); 1285 sbuf[sizeof(sbuf) - 1] = '\0'; 1288 string, hbuf, sbuf, strerror(error));
|
H A D | res_cache.c | 1936 char sbuf[NI_MAXSERV]; local 1957 snprintf(sbuf, sizeof(sbuf), "%u", NAMESERVER_PORT); 1961 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);
|
Completed in 53 milliseconds