/system/core/sh/ |
cd.c | 171 STPUTC('/', p); 179 STPUTC('/', p); 183 STPUTC(*q++, p); 274 STPUTC(*p++, new); 282 STPUTC('/', new); 284 STPUTC(*p++, new); 288 STPUTC('/', new);
|
arith.y | 156 STPUTC(*p++, concat); 159 STPUTC(' ', concat); 161 STPUTC('\0', concat);
|
expand.c | 147 STPUTC('\0', expdest); 206 STPUTC(c, expdest); 214 STPUTC(c, expdest); 216 STPUTC(c, expdest); 235 STPUTC(c, expdest); 247 STPUTC(c, expdest); 292 STPUTC(CTLESC, expdest); 293 STPUTC(c, expdest); 454 STPUTC(CTLESC, dest); 455 STPUTC(lastc, dest) [all...] |
miscbltin.c | 139 STPUTC(c, p); 153 STPUTC(c, p); 160 STPUTC(c, p); 171 STPUTC(c, p); 181 STPUTC(c, p);
|
memalloc.h | 68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c)))
|
histedit.c | 457 STPUTC(*r++, dest); 461 STPUTC(*s++, dest);
|
arith.c | [all...] |
parser.c | 1295 STPUTC(c, out); 1311 STPUTC('=', out); 1426 * stream (via the STPUTC after the 1433 STPUTC('\\', pout); 1449 STPUTC(pc, pout); 1452 STPUTC('\0', pout); [all...] |
exec.c | 241 STPUTC(c, outp); 243 STPUTC('\0', outp);
|
eval.c | 177 STPUTC(*p++, concat); 180 STPUTC(' ', concat); 182 STPUTC('\0', concat);
|