Searched defs:emit (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dprint.c33 isc__print_printf(void (*emit)(char, void *), void *arg,
150 isc__print_printf(void (*emit)(char, void *), void *arg, argument
184 assert(emit != NULL);
190 emit(*format++, arg);
263 emit(*format, arg);
502 emit(' ', arg);
508 emit(*cp++, arg);
510 emit('0', arg);
515 emit(*cp++, arg);
517 emit(' ', ar
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-dsfromkey.c236 emit(unsigned int dtype, isc_boolean_t showall, char *lookaside, function
541 emit(DNS_DSDIGEST_SHA1, showall, lookaside,
543 emit(DNS_DSDIGEST_SHA256, showall, lookaside,
546 emit(dtype, showall, lookaside, cds, &rdata);
555 emit(DNS_DSDIGEST_SHA1, showall, lookaside, cds,
557 emit(DNS_DSDIGEST_SHA256, showall, lookaside, cds,
560 emit(dtype, showall, lookaside, cds, &rdata);
H A Ddnssec-importkey.c191 emit(const char *dir, dns_rdata_t *rdata) { function
445 emit(dir, &rdata);
453 emit(dir, &rdata);

Completed in 13 milliseconds