Home
last modified time | relevance | path

Searched refs:xputs (Results 1 - 21 of 21) sorted by relevance

/third_party/toybox/toys/posix/
H A Dfile.c218 if (!len) xputs("empty"); in do_regular_file()
221 else if (len>=8 && strstart(&s, "!<arch>\n")) xputs("ar archive"); in do_regular_file()
250 else if (len>32 && !memcmp(toybuf, "\xff\xd8", 2)) xputs("JPEG image data"); in do_regular_file()
273 xputs("cpio archive"); in do_regular_file()
288 xputs("xz compressed data"); in do_regular_file()
289 else if (len>10 && strstart(&s, "\x1f\x8b")) xputs("gzip compressed data"); in do_regular_file()
356 xputs("TrueType font"); in do_regular_file()
363 xputs("OpenType font"); in do_regular_file()
365 xputs("LLVM IR bitcode"); in do_regular_file()
367 xputs("PE in do_regular_file()
[all...]
H A Duuencode.c57 xputs(m ? "====" : "end"); in uuencode_main()
H A Dod.c141 xputs("*"); in od_outline()
H A Dgrep.c260 xputs(bars); in do_grep()
H A Dps.c1691 xputs("\n\n"); in top_common()
/third_party/toybox/toys/other/
H A Drealpath.c24 else xputs(toybuf); in realpath_main()
H A Drev.c33 xputs(line); in rev_line()
H A Duptime.c44 xputs(toybuf); in uptime_main()
H A Dwatch.c114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1)); in watch_main()
/third_party/toybox/toys/example/
H A Ddemo_number.c38 xputs(toybuf); in demo_number_main()
/third_party/toybox/toys/lsb/
H A Dhostname.c70 xputs(FLAG(d) ? dot+1 : toybuf); in hostname_main()
H A Dmktemp.c59 // In theory you just xputs(mktemp(template)) for -u, in practice there's in mktemp_main()
89 xputs(template); in mktemp_main()
H A Ddmesg.c95 xputs(text); in format_message()
/third_party/toybox/toys/pending/
H A Ddumpleases.c61 xputs("expired"); in dumpleases_main()
/third_party/toybox/
H A Dmain.c92 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
/third_party/toybox/porting/liteos_a/
H A Dmain.c93 xputs("toybox "TOYBOX_VERSION); in toy_singleinit()
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.c492 static void do_asm_xputs(usage_t mode, struct asm_operand_list *xputs) in do_asm_xputs() argument
494 DO_LIST(xputs, op, do_expression(U_W_AOF | mode, op->expr)); in do_asm_xputs()
/third_party/toybox/lib/
H A Dlib.h139 void xputs(char *s);
H A Dxwrap.c172 // xputs with no newline
179 void xputs(char *s) in xputs() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h134 void xputs(char *s);
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1544 xputs("\n\n"); in top_common()

Completed in 14 milliseconds