Home
last modified time | relevance | path

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

/openbsd/games/hunt/hunt/
H A Dlist.c30 int maxdrivers = 0; variable
99 if (numdrivers >= maxdrivers) { in next_driver_fd()
100 if (maxdrivers) { in next_driver_fd()
101 drivers = reallocarray(drivers, maxdrivers, in next_driver_fd()
103 maxdrivers *= 2; in next_driver_fd()
105 maxdrivers = 16; in next_driver_fd()
106 drivers = calloc(sizeof *driver, maxdrivers); in next_driver_fd()