Searched defs:sbuf (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dmktemp.c97 struct stat sbuf; local
138 rval = stat(path, &sbuf);
142 if (!S_ISDIR(sbuf.st_mode)) {
163 } else if (lstat(path, &sbuf))
/bionic/libc/netbsd/resolv/
H A Dres_init.c343 char sbuf[NI_MAXSERV]; local
356 sprintf(sbuf, "%u", NAMESERVER_PORT);
357 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
H A Dres_send.c1277 char sbuf[NI_MAXSERV]; local
1283 sbuf, sizeof(sbuf), niflags)) {
1286 strncpy(sbuf, "?", sizeof(sbuf) - 1);
1287 sbuf[sizeof(sbuf) - 1] = '\0';
1290 string, hbuf, sbuf, strerror(error));
H A Dres_cache.c2103 char sbuf[NI_MAXSERV]; local
2124 sprintf(sbuf, "%u", NAMESERVER_PORT);
2128 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);

Completed in 153 milliseconds