Lines Matching defs:label
28 #include "fileio-label.h"
326 char label[DNS_LABEL_MAX];
333 /* Extract and normalize the first label of the locally
341 r = dns_label_unescape(&p, label, sizeof(label));
345 log_error("Couldn't find a single label in hosntame.");
349 k = dns_label_undo_idna(label, r, label, sizeof(label));
355 if (!utf8_is_valid(label)) {
360 r = dns_label_escape_new(label, r, &n);