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

/illumos-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...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5255 unsigned numpat = largc, maxpat = largc + 2; local
5257 Pat_pp = e_zalloc(E_EXIT, maxpat * sizeof (char *));
5266 if (numpat == maxpat - 1) {
5267 maxpat += 10;
5269 maxpat * sizeof (char *));

Completed in 102 milliseconds