Searched defs:tmptr1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c403 char *tmptr1 = 0; /* If tempbuf is not large enough */ local
437 tmptr1 = exprmalloc(nmatch + 1);
438 tmptr = tmptr1;
446 if (tmptr1 != NULL)
447 free(tmptr1);
450 if (tmptr1 != NULL)
451 free(tmptr1);

Completed in 45 milliseconds