Home
last modified time | relevance | path

Searched refs:exprmalloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c71 static void *exprmalloc(size_t size);
288 rv = exprmalloc(25); in arith()
350 (void) strcpy(rv = exprmalloc(8), ltoa(++i)); in index()
364 rv = exprmalloc(8); in length()
375 (void) strcpy(rv = exprmalloc(8), ltoa(val = (long)ematch(s, p))); in match()
377 rv = exprmalloc((unsigned)strlen(Mstring[0]) + 1); in match()
431 tmptr1 = exprmalloc(nmatch + 1); in ematch()
644 exprmalloc(size_t size) in exprmalloc() function