Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dfile.c200 if (!len) xputs("empty"); in do_regular_file()
203 else if (len>=8 && strstart(&s, "!<arch>\n")) xputs("ar archive"); in do_regular_file()
232 else if (len>32 && !memcmp(toybuf, "\xff\xd8", 2)) xputs("JPEG image data"); in do_regular_file()
255 xputs("cpio archive"); in do_regular_file()
270 xputs("xz compressed data"); in do_regular_file()
271 else if (len>10 && strstart(&s, "\x1f\x8b")) xputs("gzip compressed data"); in do_regular_file()
338 xputs("TrueType font"); in do_regular_file()
345 xputs("OpenType font"); in do_regular_file()
347 xputs("LLVM IR bitcode"); in do_regular_file()
349 xputs("PEM certificate"); in do_regular_file()
[all …]
Duuencode.c57 xputs(m ? "====" : "end"); in uuencode_main()
Dod.c141 xputs("*"); in od_outline()
Dgrep.c260 xputs(bars); in do_grep()
Dps.c1688 xputs("\n\n"); in top_common()
/external/toybox/toys/other/
Drealpath.c24 else xputs(toybuf); in realpath_main()
Drev.c33 xputs(line); in rev_line()
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.c35 xputs(toybuf);
/external/toybox/toys/lsb/
Dhostname.c70 xputs(FLAG(d) ? dot+1 : toybuf);
Dmktemp.c89 xputs(template); in mktemp_main()
Ddmesg.c95 xputs(text); in format_message()
/external/toybox/toys/pending/
Ddumpleases.c61 xputs("expired"); in dumpleases_main()
/external/toybox/
Dmain.c87 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
/external/toybox/lib/
Dlib.h133 void xputs(char *s);
Dxwrap.c179 void xputs(char *s) in xputs() function