Searched refs:xputs (Results 1 – 15 of 15) sorted by relevance
24 else xputs(toybuf); in realpath_main()
33 xputs(c); in do_rev()
29 xputs(toybuf); in hostname_main()
53 xputs(template);
49 if (environ) for (ev = environ; *ev; ev++) xputs(*ev); in env_main()
57 xputs(m ? "====" : "end"); in uuencode_main()
145 if (!(toys.optflags & FLAG_s)) xputs(buff); in do_fcut()
139 xputs("*"); in od_outline()
180 xputs(bars); in do_grep()
194 xputs(what ? what : "ASCII text"); in do_regular_file()218 xputs(what); in do_file()
61 xputs("expired"); in dumpleases_main()
168 xputs(TOYBOX_VERSION); in toybox_main()
107 void xputs(char *s);
125 void xputs(char *s) in xputs() function
781 if (!pidstr) xputs(signames[i].name); in sig_to_num()