HomeSort by relevance Sort by last modified time
    Searched refs:xputc (Results 1 - 25 of 43) sorted by null

1 2

  /external/toybox/toys/other/
yes.c 23 if (i) xputc(' ');
26 if (!i) xputc('y');
27 xputc('\n');
w.c 33 xputc('\n');
base64.c 42 if (x != 1) xputc('\n');
72 xputc('\n');
factor.c 70 xputc('\n');
vmstat.c 105 xputc('\n');
150 xputc('\n');
lspci.c 116 xputc('\n');
pmap.c 108 xputc('\n');
modinfo.c 33 xputc((toys.optflags & FLAG_0) ? 0 : '\n');
sysctl.c 84 if ((toys.optflags & (FLAG_N|FLAG_n)) != (FLAG_N|FLAG_n)) xputc('\n');
lsattr.c 122 xputc('\n');
144 xputc('\n');
ifconfig.c 128 xputc('\n');
163 xputc('\n');
249 xputc('\n');
261 xputc('\n');
263 xputc('\n');
  /external/toybox/toys/posix/
uuencode.c 39 if (!m) xputc(i+32);
52 xputc(m ? (j > bytes ? '=' : toybuf[out]) : (out ? out + 0x20 : 0x60));
55 xputc('\n');
cat.c 78 if (toys.optflags & FLAG_e) xputc('$');
84 xputc(c);
id.c 74 xputc('\n');
136 if (show_separator) xputc(TT.do_G ? ' ' : ',');
144 xputc('\n');
156 if (!TT.do_Z) xputc(' ');
162 xputc('\n');
strings.c 55 if (count == wlen) xputc('\n');
cksum.c 76 xputc('\n');
cut.c 168 if (nprinted_fields++ > 0) xputc(delimiter[0]);
181 xputc('\n');
211 xputc(buff[start]);
220 xputc('\n');
wc.c 45 xputc('\n');
ls.c 336 if (TT.nl_title++) xputc('\n');
403 if (flags & FLAG_m) xputc(',');
405 if (!curcol) xputc('\n');
407 xputc('\n');
410 xputc(' ');
482 if (et) xputc(et);
491 if (width) xputc('\n');
od.c 149 if (TT.address_idx) xputc('\n');
180 xputc('\n');
  /external/toybox/toys/lsb/
pidof.c 52 if (!toys.exitval) xputc('\n');
dmesg.c 67 if (to[-1] != '\n') xputc('\n');
  /external/toybox/toys/pending/
fold.c 82 xputc('\n');
91 xputc('\n');
ipcs.c 115 xputc('\n');
437 xputc('\n');
440 xputc('\n');
444 xputc('\n');
448 xputc('\n');
  /external/toybox/
main.c 180 xputc(len ? ' ' : '\n');
183 xputc('\n');

Completed in 95 milliseconds

1 2