Lines Matching defs:to
4 * This Source Code Form is subject to the terms of the Mozilla Public
75 * very large, the tabs and spaces needed to reach it will not fit.
245 * Output tabs and spaces to go from column '*current' to
246 * column 'to', and update '*current' to reflect the new
250 indent(unsigned int *current, unsigned int to, int tabwidth,
260 if (to < from + 1)
261 to = from + 1;
263 ntabs = to / tabwidth - from / tabwidth;
283 from = (to / tabwidth) * tabwidth;
286 nspaces = to - from;
305 *current = to;
464 * Convert 'rdataset' to master file text format according to 'ctx',
693 * Update the ctx state to reflect what we just printed.
708 * such as those used to represent the question section
795 * The caller might want to give us an empty owner
851 * dynamically allocated by the caller. It must be large enough to
916 * Write the buffer contents to the master file.
936 * compatibility with buggy software that expects the SOA to be first;
972 * Dump all the rdatasets of a domain name to a master file. We make
973 * a "best effort" attempt to sort the RRsets in a nice order, but if
975 * groups of MAXSORT. This is not expected to ever happen in practice
1174 * Write the buffer contents to the raw master file.
1243 * the initial size must large enough to hold the longest possible
1336 "dumping to master file: %s: flush: %s",
1341 "dumping to stream: flush: %s",
1352 "dumping to master file: %s: fsync: %s",
1357 "dumping to stream: fsync: %s",
1572 * If it turns out to be uncommon, we'll need
1573 * to bump the version number and revise the
1641 * so we make the call to dns_db_serialize() here.
1697 * two requests to the nameserver. Smooth the resulting number and
1698 * use it as a estimate for the number of nodes to be written in the
2043 "dumping node to file: %s: open: %s", filename,