HomeSort by relevance Sort by last modified time
    Searched refs:xputs (Results 1 - 17 of 17) sorted by null

  /external/toybox/toys/other/
realpath.c 24 else xputs(toybuf);
rev.c 33 xputs(c);
uptime.c 43 xputs(toybuf);
  /external/toybox/toys/lsb/
hostname.c 49 xputs(toybuf);
mktemp.c 53 xputs(template);
dmesg.c 96 xputs(text);
  /external/toybox/toys/posix/
uuencode.c 57 xputs(m ? "====" : "end");
file.c 221 else if (len>32 && !memcmp(toybuf, "\xff\xd8", 2)) xputs("JPEG image data");
253 else if (len>10 && strstart(&s, "\x1f\x8b")) xputs("gzip compressed data");
279 xputs(what ? what : "ASCII text");
318 xputs(what);
cut.c 145 if (!(toys.optflags & FLAG_s)) xputs(buff);
od.c 141 xputs("*");
grep.c 194 xputs(bars);
ps.c     [all...]
  /external/toybox/toys/pending/
dumpleases.c 61 xputs("expired");
  /external/toybox/
main.c 95 xputs("toybox "TOYBOX_VERSION);
  /external/toybox/lib/
lib.h 127 void xputs(char *s);
xwrap.c 153 void xputs(char *s) function
lib.c 832 if (!pidstr) xputs(signames[i].name);

Completed in 2029 milliseconds