Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c74 static char *lltoa();
289 (void) strcpy(rv, lltoa(i1)); in arith()
498 lltoa(long long l) in lltoa() function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c42 static wchar_t *lltoa(long long l);
887 return (STRING)lltoa((long long)np->n_int); in exprstring()
909 lltoa(long long l) in lltoa() function