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