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

/system/core/sh/
H A Deval.c167 char *concat; local
173 STARTSTACKSTR(concat);
177 STPUTC(*p++, concat);
180 STPUTC(' ', concat);
182 STPUTC('\0', concat);
183 p = grabstackstr(concat);
H A Darith.c1532 char *concat;
1542 STARTSTACKSTR(concat);
1546 STPUTC(*p++, concat);
1549 STPUTC(' ', concat);
1551 STPUTC('\0', concat);
1552 p = grabstackstr(concat);
1528 char *concat; local

Completed in 14 milliseconds