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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c133 static char *ckmalloc(int size, char *whynot) argument
140 fprintf(stderr, "%s: %s\n", program, whynot);
146 static char *ckrealloc(char *ptr, int size, char *whynot) argument
153 fprintf(stderr, "%sf : %s\n", program, whynot);
159 static char *ckcalloc(int count, int size, char *whynot) argument
167 fprintf(stderr, "%s: %s\n", program, whynot);

Completed in 14 milliseconds