Lines Matching defs:in
750 " +[no]cl (Control display of class in records)\n"
755 "fields in records)\n"
762 " +[no]ttlid (Control display of ttls in records)\n"
763 " +[no]ttlunits (Display TTLs in human-readable units)\n"
764 " +[no]unknownformat (Print RDATA in RFC 3597 \"unknown\" format)\n"
766 " +[no]multiline (Print records in an expanded format)\n"
784 " +[no]aaonly (Set AA flag in query (+[no]aaflag))\n"
785 " +[no]adflag (Set AD flag in query)\n"
786 " +[no]cdflag (Set CD flag in query)\n"
787 " +[no]zflag (Set Z flag in query)\n"
909 fatal("invalid prefix length in '%s': %s\n",
968 reverse_octets(const char *in, char **p, char *end) {
969 const char *dot = strchr(in, '.');
977 len = (int)(dot - in);
979 len = strlen(in);
981 return (append(in, len, p, end));
1011 * Construct the in-addr.arpa name by blindly
1020 /* Append .in-addr.arpa. and a terminating NUL. */
1021 result = append(".in-addr.arpa.", 15, &p, end);
1390 * There is an adjustment done in the
1393 * using the default width but incorrect in this
1546 * account for them (in any number and/or combination)
1682 fatal("memory allocation failure in %s:%d",
1690 fatal("memory allocation failure in %s:%d",
1707 * fix the problem. Argument parsing in mdig involves memory allocation
1708 * by its nature, so it can't be done in the main argument parser.