Searched refs:ltoa (Results 1 – 2 of 2) sorted by relevance
103 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
73 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