HomeSort by: relevance | last modified time | path
    Searched defs:huntsockpath (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/hunt/
hunt.c 68 static const char huntsockpath[] = PATH_HUNTSOCKET; variable in typeref:typename:const char[]
331 (void) strcpy(Daemon.sun_path, huntsockpath);
  /src/games/hunt/huntd/
driver.c 117 static const char *huntsockpath = PATH_HUNTSOCKET; variable in typeref:typename:const char *
224 huntsockpath = optarg;
239 asprintf(&statsockpath, "%s.stats", huntsockpath);
435 makeaddr(localmode ? huntsockpath : NULL, 0, &huntaddr,
942 (void) unlink(huntsockpath);

Completed in 12 milliseconds