Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y103 char *ltoa(long l);
200 (void) strcpy(rv, ltoa(i1)); in arith()
261 (void) strcpy(rv = malloc(8), ltoa(++i)); in index()
276 (void) strcpy(rv, ltoa(i)); in length()
285 (void) strcpy(rv=malloc(8), ltoa((long)ematch(s, p))); in match()
380 ltoa(long l) in ltoa() function
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c73 static char *ltoa();
350 (void) strcpy(rv = exprmalloc(8), ltoa(++i)); in index()
365 (void) strcpy(rv, ltoa(i)); in length()
375 (void) strcpy(rv = exprmalloc(8), ltoa(val = (long)ematch(s, p))); in match()
475 ltoa(long l) in ltoa() function