Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xputs
(Results
1 - 21
of
21
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
file.c
218
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
D
uuencode.c
57
xputs
(m ? "====" : "end");
in uuencode_main()
H
A
D
od.c
141
xputs
("*");
in od_outline()
H
A
D
grep.c
260
xputs
(bars);
in do_grep()
H
A
D
ps.c
1691
xputs
("\n\n");
in top_common()
/third_party/toybox/toys/other/
H
A
D
realpath.c
24
else
xputs
(toybuf);
in realpath_main()
H
A
D
rev.c
33
xputs
(line);
in rev_line()
H
A
D
uptime.c
44
xputs
(toybuf);
in uptime_main()
H
A
D
watch.c
114
if (width)
xputs
(ss+(width>ctimelen ? 0 : width-1));
in watch_main()
/third_party/toybox/toys/example/
H
A
D
demo_number.c
38
xputs
(toybuf);
in demo_number_main()
/third_party/toybox/toys/lsb/
H
A
D
hostname.c
70
xputs
(FLAG(d) ? dot+1 : toybuf);
in hostname_main()
H
A
D
mktemp.c
59
// In theory you just
xputs
(mktemp(template)) for -u, in practice there's
in mktemp_main()
89
xputs
(template);
in mktemp_main()
H
A
D
dmesg.c
95
xputs
(text);
in format_message()
/third_party/toybox/toys/pending/
H
A
D
dumpleases.c
61
xputs
("expired");
in dumpleases_main()
/third_party/toybox/
H
A
D
main.c
92
xputs
("toybox "TOYBOX_VERSION);
in toy_singleinit()
/third_party/toybox/porting/liteos_a/
H
A
D
main.c
93
xputs
("toybox "TOYBOX_VERSION);
in toy_singleinit()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
dissect.c
492
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
D
lib.h
139
void
xputs
(char *s);
H
A
D
xwrap.c
172
//
xputs
with no newline
179
void
xputs
(char *s)
in xputs()
function
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
134
void
xputs
(char *s);
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ps.c
1544
xputs
("\n\n");
in top_common()
Completed in 14 milliseconds