/bind-9.11.3/bin/tests/ |
H A D | lwres_test.c | 150 char outbuf[64]; local 176 outbuf, sizeof(outbuf)); 179 outbuf, sizeof(outbuf)); 181 addr->length, addr->family, outbuf);
|
H A D | sig0_test.c | 68 isc_buffer_t outbuf; variable 110 isc_buffer_init(&outbuf, output, sizeof(output)); 111 result = dns_message_totext(response, style, 0, &outbuf); 113 printf("%.*s\n", (int)isc_buffer_usedlength(&outbuf), 114 (char *)isc_buffer_base(&outbuf)); 174 isc_buffer_init(&outbuf, output, sizeof(output)); 175 result = dns_message_totext(query, style, 0, &outbuf); 177 printf("%.*s\n", (int)isc_buffer_usedlength(&outbuf), 178 (char *)isc_buffer_base(&outbuf));
|
/bind-9.11.3/bin/tests/system/pipelined/ |
H A D | pipequeries.c | 68 isc_buffer_t outbuf; local 102 isc_buffer_init(&outbuf, output, sizeof(output)); 106 &outbuf); 108 printf("%.*s", (int)isc_buffer_usedlength(&outbuf), 109 (char *)isc_buffer_base(&outbuf));
|
/bind-9.11.3/bin/tests/dst/ |
H A D | gsstest.c | 130 isc_buffer_t outbuf; local 156 isc_buffer_init(&outbuf, output, sizeof(output)); 158 &outbuf); 160 printf("%.*s\n", (int)isc_buffer_usedlength(&outbuf), 161 (char *)isc_buffer_base(&outbuf)); 194 isc_buffer_t outbuf; local 242 isc_buffer_init(&outbuf, output, sizeof(output)); 244 &outbuf); 246 printf("%.*s\n", (int)isc_buffer_usedlength(&outbuf), 247 (char *)isc_buffer_base(&outbuf)); [all...] |
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | lwtest.c | 129 char outbuf[64]; local 170 outbuf, sizeof(outbuf)); 173 outbuf, sizeof(outbuf)); 175 target, outbuf, address); 247 char outbuf[16]; local 249 outbuf, sizeof(outbuf)); 251 "expected %s\n", name, outbuf, addres 295 char outbuf[16]; local 353 char outbuf[16]; local 496 char outbuf[16]; local 509 char outbuf[16]; local 523 char outbuf[16]; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | converter.c | 907 char *inbuf, *outbuf; local 955 outbuf = NULL; 957 (void)iconv(ictx, (const char **)NULL, &inleft, &outbuf, &outleft); 1025 char *outbuf; local 1045 outbuf = NULL; 1047 (void)iconv(ictx, (const char **)NULL, &inleft, &outbuf, &outleft); 1051 outbuf = utf8; 1053 sz = iconv(ictx, (const char **)&from_ptr, &inleft, &outbuf, &outleft); 1084 *outbuf = '\0';
|
/bind-9.11.3/lib/dns/ |
H A D | tkey.c | 69 isc_buffer_t outbuf; local 79 isc_buffer_init(&outbuf, output, len); 81 0, &outbuf); 90 (int)isc_buffer_usedlength(&outbuf), 91 (char *)isc_buffer_base(&outbuf));
|
H A D | spnego.c | 405 unsigned char **outbuf, 455 *outbuf = malloc(buf_len); 456 if (*outbuf == NULL) { 461 memmove(*outbuf, buf + buf_size - buf_len, buf_len); 403 code_NegTokenArg(OM_uint32 * minor_status, const NegTokenResp * resp, unsigned char **outbuf, size_t * outbuf_size) argument
|