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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c460 char sbuf[sizeof("90000000m")]; local
482 snprintf(sbuf, sizeof(sbuf),
485 snprintf(sbuf, sizeof(sbuf),
559 sbuf, hbuf, vbuf);
/bind-9.11.3/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...]
H A Ddnstap.c527 ProtobufCBufferSimple sbuf; local
532 memset(&sbuf, 0, sizeof(sbuf));
533 sbuf.base.append = protobuf_c_buffer_simple_append;
534 sbuf.len = 0;
535 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE;
538 sbuf.data = malloc(sbuf.alloced);
539 if (sbuf.data == NULL)
541 sbuf
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dfile.c47 struct stat sbuf; local
71 if (stat(path, &sbuf))
73 if (!S_ISDIR(sbuf.st_mode)) {
89 } else if (stat(path, &sbuf))
188 struct stat sbuf; local
195 if (stat(oldname, &sbuf) != 0) {
203 if (stat(newname, &sbuf) == 0) {

Completed in 17 milliseconds