Lines Matching defs:target
44 isc_boolean_t space, isc_buffer_t *target)
59 isc_buffer_availableregion(target, ®ion);
63 isc_buffer_add(target, len);
72 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose, isc_buffer_t *target) {
73 return (dns_ttl_totext2(src, verbose, ISC_TRUE, target));
78 isc_boolean_t upcase, isc_buffer_t *target)
91 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
95 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
99 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
103 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
108 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));
126 isc_buffer_usedregion(target, ®ion);