Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dsubr.h90 bool isThisHost (const char *otherhost);
Dparseinfo.c501 && (!tmproot->hostname || !isThisHost (tmproot->hostname))) in parse_config()
Dsubr.c1956 isThisHost (const char *otherhost) in isThisHost() function
Dserver.c613 if (isThisHost (config->PrimaryServer->hostname)) in isProxyServer()