Searched refs:SMALLDNAME (Results 1 – 3 of 3) sorted by relevance
34 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
350 if (name && (strlen(name) > SMALLDNAME - 1)) { in cache_insert()685 strlen(domain_suffix) - SMALLDNAME))) { in read_hostsfile()693 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon) + 1 - SMALLDNAME))) { in read_hostsfile()
268 char sname[SMALLDNAME];