Searched refs:xputs (Results 1 – 17 of 17) sorted by relevance
200 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 …]
57 xputs(m ? "====" : "end"); in uuencode_main()
141 xputs("*"); in od_outline()
260 xputs(bars); in do_grep()
1688 xputs("\n\n"); in top_common()
24 else xputs(toybuf); in realpath_main()
33 xputs(line); in rev_line()
44 xputs(toybuf); in uptime_main()
114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1)); in watch_main()
35 xputs(toybuf);
70 xputs(FLAG(d) ? dot+1 : toybuf);
89 xputs(template); in mktemp_main()
95 xputs(text); in format_message()
61 xputs("expired"); in dumpleases_main()
87 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
133 void xputs(char *s);
179 void xputs(char *s) in xputs() function