Searched defs:ckcalloc (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/ |
H A D | makepsres.c | 159 static char *ckcalloc(int count, int size, char *whynot) function 177 Category *newCategory = (Category *) ckcalloc (1, sizeof (Category), 265 category->hash = (Resource **) ckcalloc(HASHSIZE, sizeof(Resource *), 310 dup = (Duplicate *) ckcalloc(1, sizeof(Duplicate), 349 resource = (Resource *) ckcalloc (1, sizeof (Resource), 474 resource = (UPRResource *) ckcalloc (1, sizeof (UPRResource),
|
Completed in 916 milliseconds