Searched refs:CSLOTS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/uucp-11/uucp/uuconf/
H A Daddstr.c48 slots is always a multiple of CSLOTS, so by counting the current
56 #define CSLOTS (8)
97 pz = (char **) uuconf_malloc (pblock, CSLOTS * sizeof (char *));
115 if ((c + 1) % CSLOTS == 0)
120 ((c + 1 + CSLOTS)
54 #define CSLOTS macro

Completed in 94 milliseconds