Home
last modified time | relevance | path

Searched refs:xputs (Results 1 – 18 of 18) sorted by relevance

/external/toybox/toys/posix/
Dfile.c213 if (!len) xputs("empty"); in do_regular_file()
245 else if (len>32 && !memcmp(toybuf, "\xff\xd8", 2)) xputs("JPEG image data"); in do_regular_file()
281 else if (len>10 && strstart(&s, "\x1f\x8b")) xputs("gzip compressed data"); in do_regular_file()
348 xputs("TrueType font"); in do_regular_file()
353 xputs("LLVM IR bitcode"); in do_regular_file()
355 xputs("PEM certificate"); in do_regular_file()
402 xputs(what ? what : "ASCII text"); in do_regular_file()
444 xputs(what); in file_main()
Duuencode.c57 xputs(m ? "====" : "end"); in uuencode_main()
Dod.c141 xputs("*"); in od_outline()
Dgrep.c258 xputs(bars); in do_grep()
Dps.c1686 xputs("\n\n"); in top_common()
/external/toybox/toys/other/
Drealpath.c24 else xputs(toybuf); in realpath_main()
Drev.c33 xputs(c); in do_rev()
Duptime.c44 xputs(toybuf); in uptime_main()
Dwatch.c114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1)); in watch_main()
/external/toybox/toys/example/
Ddemo_number.c30 xputs(toybuf); in demo_number_main()
/external/toybox/toys/lsb/
Dhostname.c65 xputs(FLAG(d) ? dot+1 : toybuf);
Dmktemp.c83 xputs(template);
Ddmesg.c95 xputs(text); in format_message()
/external/toybox/toys/pending/
Ddumpleases.c61 xputs("expired"); in dumpleases_main()
/external/toybox/
Dmain.c98 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
/external/toybox/lib/
Dlib.h130 void xputs(char *s);
Dxwrap.c177 void xputs(char *s) in xputs() function
Dlib.c915 if (!pidstr) xputs(signames[i].name); in sig_to_num()