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