Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Ddriver.c117 static const char *huntsockpath = PATH_HUNTSOCKET; variable
224 huntsockpath = optarg; in main()
239 asprintf(&statsockpath, "%s.stats", huntsockpath); in main()
435 makeaddr(localmode ? huntsockpath : NULL, 0, &huntaddr, in init()
942 (void) unlink(huntsockpath); in cleanup()
/netbsd/src/games/hunt/hunt/
Dhunt.c68 static const char huntsockpath[] = PATH_HUNTSOCKET; variable
331 (void) strcpy(Daemon.sun_path, huntsockpath); in main()