Home
last modified time | relevance | path

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

/external/valgrind/tests/
Ds390x_features.c115 static model_info *get_host(void) in get_host() function
243 host = get_host(); in go()
/external/libvncserver/x11vnc/
Dinet.c66 static char *get_host(int sock, int remote);
234 static char *get_host(int sock, int remote) { in get_host() function
261 return get_host(sock, 1); in get_remote_host()
265 return get_host(sock, 0); in get_local_host()