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

/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c78 static char *lltoa();
294 (void) strcpy(rv, lltoa(i1));
504 lltoa(long long l) function
/illumos-gate/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);
910 lltoa(long long l) function

Completed in 59 milliseconds