Searched refs:USTPUTC (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dparser.c964 CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */
969 USTPUTC(c, out);
978 USTPUTC(c, out);
982 USTPUTC(CTLESC, out);
983 USTPUTC(c, out);
988 USTPUTC('\\', out);
1003 USTPUTC('\\', out);
1005 USTPUTC(CTLESC, out);
1007 USTPUTC(CTLQUOTEMARK, out);
1008 USTPUTC(
[all...]
H A Dmemalloc.h70 #define USTPUTC(c, p) (--sstrnleft, *p++ = (c)) macro
H A Dexpand.c371 USTPUTC('\0', expdest);

Completed in 25 milliseconds