Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/expr/
H A Dexpr.y107 char *ltoa(long l);
204 (void) strcpy(rv, ltoa(i1));
265 (void) strcpy(rv = malloc(8), ltoa(++i)); in index()
280 (void) strcpy(rv, ltoa(i)); in length()
289 (void) strcpy(rv=malloc(8), ltoa((long)ematch(s, p))); in match()
384 ltoa(long l) in ltoa() function
/titanic_41/usr/src/cmd/expr/
H A Dexpr.c77 static char *ltoa();
356 (void) strcpy(rv = exprmalloc(8), ltoa(++i)); in index()
371 (void) strcpy(rv, ltoa(i)); in length()
381 (void) strcpy(rv = exprmalloc(8), ltoa(val = (long)ematch(s, p))); in match()
481 ltoa(long l) in ltoa() function