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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c197 #define REALLOC (*PSResRealloc) macro
397 } else types = REALLOC(types, buflen+MAXLEN);
472 dir->filePrefix = (char *) REALLOC(dir->filePrefix, len+2);
518 type->oldNameBuffers = (char **) REALLOC((char *) type->oldNameBuffers,
595 inputline = REALLOC(inputline, linebuflen);
677 } else names = REALLOC(names, newsize);
1465 types = (char **) REALLOC((char *) types,
1467 sigs = (int *) REALLOC((char *) sigs,

Completed in 11 milliseconds