Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Drealpath.c24 else xputs(toybuf); in realpath_main()
Drev.c33 xputs(c); in do_rev()
/external/toybox/toys/lsb/
Dhostname.c29 xputs(toybuf); in hostname_main()
Dmktemp.c53 xputs(template);
/external/toybox/toys/posix/
Denv.c49 if (environ) for (ev = environ; *ev; ev++) xputs(*ev); in env_main()
Duuencode.c57 xputs(m ? "====" : "end"); in uuencode_main()
Dcut.c145 if (!(toys.optflags & FLAG_s)) xputs(buff); in do_fcut()
Dod.c139 xputs("*"); in od_outline()
Dgrep.c180 xputs(bars); in do_grep()
/external/toybox/toys/pending/
Dfile.c194 xputs(what ? what : "ASCII text"); in do_regular_file()
218 xputs(what); in do_file()
Ddumpleases.c61 xputs("expired"); in dumpleases_main()
/external/toybox/
Dmain.c168 xputs(TOYBOX_VERSION); in toybox_main()
/external/toybox/lib/
Dlib.h107 void xputs(char *s);
Dxwrap.c125 void xputs(char *s) in xputs() function
Dlib.c781 if (!pidstr) xputs(signames[i].name); in sig_to_num()