Home
last modified time | relevance | path

Searched refs:sameword (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/host/
Dhost.c209 #define sameword(a,b) (strcasecmp(a,b) == 0) macro
996 if (sameword(program, "zone"))
1539 if (sameword(queryname, "."))
2030 if (sameword(name, "."))
3429 if (!sameword(rname, name))
4064 if ((hp != NULL) && !sameword(hp->h_name, nsname[n]))
4222 if ((type == T_NS) && sameword(rname, name))
4230 if (sameword(nsname[i], dname))
4243 if (sameword(nsname[i], rname))
4396 if (sameword(name, p))
[all …]