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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c469 char sbuf[sizeof("90000000m")]; local
487 sprintf(sbuf, "%lum", (size>>4) * poweroften[(size&0x0f)-2]);
489 sprintf(sbuf, "0.%02lum", (size>>4) * poweroften[(size&0x0f)]);
554 sbuf, hbuf, vbuf);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c48 struct stat sbuf; local
72 if (stat(path, &sbuf))
74 if (!S_ISDIR(sbuf.st_mode)) {
90 } else if (stat(path, &sbuf))
150 struct stat sbuf; local
157 if (stat(oldname, &sbuf) != 0) {
165 if (stat(newname, &sbuf) == 0) {
/bind-9.6-ESV-R11/lib/dns/
H A Dgssapictx.c348 char sbuf[DNS_NAME_FORMATSIZE]; local
360 isc_buffer_init(&buffer, sbuf, sizeof(sbuf));
373 rname = strchr(sbuf, '@');
387 sname = strchr(sbuf, '/');
392 if (strcmp(sbuf, "host") != 0)
421 char sbuf[DNS_NAME_FORMATSIZE]; local
434 isc_buffer_init(&buffer, sbuf, sizeof(sbuf));
447 rname = strchr(sbuf, '
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c538 struct stat sbuf; local
558 if (fstat(fd, &sbuf) < 0) {
563 buf = (char *)malloc(sbuf.st_size + 1);
570 n = sbuf.st_size;

Completed in 19 milliseconds