Searched refs:xputs (Results 1 – 18 of 18) sorted by relevance
24 else xputs(toybuf); in realpath_main()
33 xputs(c); in do_rev()
43 xputs(toybuf); in uptime_main()
49 xputs(toybuf);
53 xputs(template);
49 if (environ) for (ev = environ; *ev; ev++) xputs(*ev); in env_main()
57 xputs(m ? "====" : "end"); in uuencode_main()
279 xputs(what ? what : "ASCII text"); in do_regular_file()318 xputs(what); in file_main()
145 if (!(toys.optflags & FLAG_s)) xputs(buff); in do_fcut()
141 xputs("*"); in od_outline()
175 xputs(bars); in do_grep()
1546 xputs("\n\n"); in top_common()
61 xputs("expired"); in dumpleases_main()
145 if (!((facpri&7) <= 3)) xputs(text); in print_all()
95 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
126 void xputs(char *s);
146 void xputs(char *s) in xputs() function
808 if (!pidstr) xputs(signames[i].name); in sig_to_num()