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

  /src/games/hunt/hunt/
hunt.c 58 static const char Driver[] = OVERRIDE_PATH_HUNTD;
60 static const char Driver[] = PATH_HUNTD;
326 * usually means that the driver isn't running, so we start
327 * up the driver.
489 execl(Driver, "HUNT", (char *) NULL);
492 execl(Driver, "HUNT", "-p", contactportstr,
546 leavex(1, "Unable to start driver. Try again.");
hunt.c 58 static const char Driver[] = OVERRIDE_PATH_HUNTD;
60 static const char Driver[] = PATH_HUNTD;
326 * usually means that the driver isn't running, so we start
327 * up the driver.
489 execl(Driver, "HUNT", (char *) NULL);
492 execl(Driver, "HUNT", "-p", contactportstr,
546 leavex(1, "Unable to start driver. Try again.");
hunt.c 58 static const char Driver[] = OVERRIDE_PATH_HUNTD;
60 static const char Driver[] = PATH_HUNTD;
326 * usually means that the driver isn't running, so we start
327 * up the driver.
489 execl(Driver, "HUNT", (char *) NULL);
492 execl(Driver, "HUNT", "-p", contactportstr,
546 leavex(1, "Unable to start driver. Try again.");

Completed in 37 milliseconds