Lines Matching defs:dot
90 * the end. For this reason, a name beginning with a dot, or
94 * If the host name ends with a trailing dot, the corresponding
97 * trailing dot, then its QNAME-encoding will be two bytes longer
100 * Each [ label, dot ] pair is encoded as [ length, label ],
101 * preserving overall length. A final [ label ] without a dot is
136 char *dot = strchr(hostp, '.');
137 if(dot)
138 labellen = dot - hostp;
151 /* advance past dot, but only if there is one */
152 if(dot)