Searched refs:USTPUTC (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash.c | 1831 #define USTPUTC(c, p) (*(p)++ = (c)) macro 1926 USTPUTC('\0', p); in single_quote() 2808 USTPUTC('/', new); in updatepwd() 2812 USTPUTC('/', new); in updatepwd() 2815 USTPUTC('/', new); in updatepwd() 2837 USTPUTC('/', new); in updatepwd() 4928 USTPUTC(c, nextc); in cmdputs() 4934 USTPUTC(c, nextc); in cmdputs() 4939 USTPUTC('"', nextc); in cmdputs() 6400 USTPUTC(CTLESC, q); in memtodest() [all …]
|