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

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dlistopts.c544 uint_t maxpat; local
595 maxpat = 1;
596 Dyp->libpat = my_malloc(maxpat * sizeof (char *), NULL);
600 if (Dyp->nlibpat == maxpat) {
601 maxpat *= 2;
603 maxpat * sizeof (char *), NULL);
646 maxpat = 1;
647 Dyp->sympat = my_malloc(maxpat * sizeof (char *), NULL);
651 if (Dyp->nsympat == maxpat) {
652 maxpat *
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c5250 unsigned numpat = largc, maxpat = largc + 2; local
5252 Pat_pp = e_zalloc(E_EXIT, maxpat * sizeof (char *));
5261 if (numpat == maxpat - 1) {
5262 maxpat += 10;
5264 maxpat * sizeof (char *));

Completed in 65 milliseconds