Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/expr/
H A Dexpr.c78 static char *lltoa();
294 (void) strcpy(rv, lltoa(i1));
504 lltoa(long long l) in lltoa() function
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c44 static wchar_t *lltoa(long long l);
888 return (STRING)lltoa((long long)np->n_int); in exprstring()
910 lltoa(long long l) in lltoa() function