Searched defs:stream (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dlog.c29 vlog(FILE *stream, const char *prefix, const char *fmt, va_list args) argument
34 fprintf(stream, "%s: ", prefix);
35 vfprintf(stream, fmt, args);
36 fprintf(stream, "\n");
/bind-9.11.3/bin/tests/
H A Dlex_test.c26 print_token(isc_token_t *tokenp, FILE *stream) { argument
29 fprintf(stream, "UNKNOWN");
32 fprintf(stream, "STRING %.*s",
37 fprintf(stream, "NUMBER %lu", tokenp->value.as_ulong);
40 fprintf(stream, "QSTRING \"%.*s\"",
45 fprintf(stream, "EOL");
48 fprintf(stream, "EOF");
51 fprintf(stream, "INITIALWS");
54 fprintf(stream, "SPECIAL %c", tokenp->value.as_char);
57 fprintf(stream, "NOMOR
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsyslog.c146 * Piggyback onto stream given.
149 InitNTLogging(FILE *stream, int debug) { argument
150 log_stream = stream;
/bind-9.11.3/lib/isccc/
H A Dalist.c264 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream) argument
269 fprintf(stream, "{\n");
279 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
281 isccc_alist_prettyprint(v, indent, stream);
283 fprintf(stream, ",");
284 fprintf(stream, "\n");
287 fprintf(stream, "%.*s}", (int)indent, spaces);
289 fprintf(stream, "(\n");
294 fprintf(stream, "%.*s", (int)indent, spaces);
295 isccc_alist_prettyprint(CAR(elt), indent, stream); local
[all...]
H A Dsexpr.c154 isccc_sexpr_print(isccc_sexpr_t *sexpr, FILE *stream) { argument
160 fprintf(stream, "nil");
166 fprintf(stream, "t");
169 fprintf(stream, "\"%s\"", sexpr->value.as_string);
172 fprintf(stream, "(");
174 isccc_sexpr_print(CAR(sexpr), stream); local
177 fprintf(stream, " ");
179 fprintf(stream, ". ");
180 isccc_sexpr_print(cdr, stream);
186 fprintf(stream, ")");
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h108 * the stream before the call.
113 FILE *stream; /*%< Initialized to NULL for #ISC_LOG_TOFILE. */ member in struct:isc_logfile
/bind-9.11.3/bin/dnssec/
H A Ddnssec-settime.c104 FILE *stream)
111 fprintf(stream, "%s: ", tag);
115 fprintf(stream, "UNSET\n");
117 fprintf(stream, "%d\n", (int) when);
121 fprintf(stream, "%s", output);
103 printtime(dst_key_t *key, int type, const char *tag, isc_boolean_t epoch, FILE *stream) argument
/bind-9.11.3/lib/isc/
H A Dlex.c225 FILE *stream = NULL; local
233 result = isc_stdio_open(filename, "r", &stream);
237 result = new_source(lex, ISC_TRUE, ISC_TRUE, stream, filename);
239 (void)fclose(stream);
244 isc_lex_openstream(isc_lex_t *lex, FILE *stream) { argument
248 * Make 'stream' the current input source for 'lex'.
253 snprintf(name, sizeof(name), "stream-%p", stream);
255 return (new_source(lex, ISC_TRUE, ISC_FALSE, stream, name));
360 FILE *stream; local
[all...]
H A Dpk11.c308 FILE *stream = NULL; local
319 ret = isc_stdio_open(randomfile, "r", &stream);
322 ret = isc_stdio_read(seed, 1, SEEDSIZE, stream, &cc);
325 ret = isc_stdio_close(stream);
326 stream = NULL;
332 if (stream != NULL)
333 (void) isc_stdio_close(stream);
1164 FILE *stream = NULL; local
1270 ret = isc_stdio_open(v, "r", &stream);
1274 ret = isc_stdio_read(pin, 1, PINLEN + 1, stream,
[all...]
/bind-9.11.3/lib/dns/
H A Dmaster.c2761 dns_master_loadstream(FILE *stream, dns_name_t *top, dns_name_t *origin, argument
2768 REQUIRE(stream != NULL);
2776 result = isc_lex_openstream(lctx->lex, stream);
2790 dns_master_loadstreaminc(FILE *stream, dns_name_t *top, dns_name_t *origin, argument
2799 REQUIRE(stream != NULL);
2809 result = isc_lex_openstream(lctx->lex, stream);
H A Dname.c2333 dns_name_print(dns_name_t *name, FILE *stream) { argument
2340 * Print 'name' on 'stream'.
2350 fprintf(stream, "%.*s", (int)r.length, (char *)r.base);
H A Ddst_api.c1675 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { argument
1712 fprintf(stream, "%s: %.*s (%.*s)\n", tag, (int)r.length, r.base,
1717 fprintf(stream, "%s: (set, unable to display)\n", tag);
/bind-9.11.3/bin/named/
H A Dxfrout.c171 * a stream of resource records. There are multiple implementations,
201 * an IXFR-like RR stream from a journal file.
204 * or deletions are included in the stream, but the extra
297 * an AXFR-like RR stream from a database.
300 * not included in the stream.
507 * and another rrstream, the "data stream". It returns
508 * a concatenated stream consisting of the soa_rrstream, then
509 * the data stream, then the soa_rrstream again.
590 * Make sure locks held by the current stream
659 rrstream_t *stream; /* Th member in struct:__anon28
730 rrstream_t *stream = NULL; local
1140 xfrout_ctx_create(isc_mem_t *mctx, ns_client_t *client, unsigned int id, dns_name_t *qname, dns_rdatatype_t qtype, dns_rdataclass_t qclass, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, isc_quota_t *quota, rrstream_t *stream, dns_tsigkey_t *tsigkey, isc_buffer_t *lasttsig, isc_boolean_t verified_tsig, unsigned int maxtime, unsigned int idletime, isc_boolean_t many_answers, xfrout_ctx_t **xfrp) argument
[all...]
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c2059 show_message(FILE *stream, dns_message_t *msg, const char *description) { argument
2087 fprintf(stream, "%s\n%.*s", description,
2089 fflush(stream);

Completed in 52 milliseconds