qhost            4992 source3/client/client.c 		char *qhost = query_host;
qhost            4995 source3/client/client.c 		while (*qhost == '\\' || *qhost == '/')
qhost            4996 source3/client/client.c 			qhost++;
qhost            4998 source3/client/client.c 		if ((slash = strchr_m(qhost, '/'))
qhost            4999 source3/client/client.c 		    || (slash = strchr_m(qhost, '\\'))) {
qhost            5003 source3/client/client.c 		if ((p=strchr_m(qhost, '#'))) {
qhost            5009 source3/client/client.c 		return do_host_query(qhost);