Searched refs:xputs (Results 1 – 18 of 18) sorted by relevance
213 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()
57 xputs(m ? "====" : "end"); in uuencode_main()
141 xputs("*"); in od_outline()
258 xputs(bars); in do_grep()
1686 xputs("\n\n"); in top_common()
24 else xputs(toybuf); in realpath_main()
33 xputs(c); in do_rev()
44 xputs(toybuf); in uptime_main()
114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1)); in watch_main()
30 xputs(toybuf); in demo_number_main()
65 xputs(FLAG(d) ? dot+1 : toybuf);
83 xputs(template);
95 xputs(text); in format_message()
61 xputs("expired"); in dumpleases_main()
98 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
130 void xputs(char *s);
177 void xputs(char *s) in xputs() function
915 if (!pidstr) xputs(signames[i].name); in sig_to_num()