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:atolx
(Results
1 - 19
of
19
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
test.c
55
long long a =
atolx
(args[0]), b =
atolx
(args[2]);
in do_test()
83
else if (c == 't') return isatty(
atolx
(args[1]));
in do_test()
H
A
D
head.c
67
TT.n =
atolx
(arg+1);
in head_main()
H
A
D
printf.c
101
if (*arg) wp[i] =
atolx
(*arg++);
in printf_main()
H
A
D
kill.c
106
for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] =
atolx
(ptr->arg);
in kill_main()
H
A
D
tail.c
222
TT.n =
atolx
(*(args++));
in tail_main()
H
A
D
find.c
156
myval =
atolx
(str);
in compare_numsign()
451
int i = 0, d =
atolx
(ss[1]);
in do_find()
/third_party/toybox/toys/other/
H
A
D
ionice.c
76
TT.p =
atolx
(*toys.optargs);
in iorenice_main()
89
if (toys.optc == 3 || TT.c == 4) TT.n =
atolx
(toys.optargs[1]);
in iorenice_main()
H
A
D
pwgen.c
46
if (toys.optc && (length =
atolx
(*toys.optargs))>sizeof(toybuf))
in pwgen_main()
48
if (toys.optc>1) count =
atolx
(toys.optargs[1]);
in pwgen_main()
H
A
D
truncate.c
59
TT.size =
atolx
(TT.s);
in truncate_main()
H
A
D
devmem.c
23
unsigned long long addr =
atolx
(toys.optargs[0]), data = 0, map_off, map_len;
in devmem_main()
H
A
D
pmap.c
30
pid_t pid =
atolx
(*optargs);
in pmap_main()
/third_party/toybox/toys/example/
H
A
D
demo_number.c
1
/* demo_number.c - Expose
atolx
() and human_readable() for testing.
34
long long ll =
atolx
(*arg);
in demo_number_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
kill.c
103
for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] =
atolx
(ptr->arg);
in kill_main()
/third_party/toybox/toys/pending/
H
A
D
getty.c
87
long speed =
atolx
(s);
in encode()
H
A
D
ip.c
571
param =
atolx
(*argv);
in vlan_parse_opt()
728
req.ifr_ifru.ifru_ivalue =
atolx
(*argv++);
in link_set()
732
req.ifr_ifru.ifru_mtu =
atolx
(*argv++);
in link_set()
1316
int idx =
atolx
(*argv);
in ipaddr_listflush()
2058
idx =
atolx
(*argv);
in route_update()
2854
long num =
atolx
(ptr);
in ip_main()
/third_party/toybox/lib/
H
A
D
args.c
206
long l =
atolx
(arg);
in gotflag()
H
A
D
lib.c
304
long long
atolx
(char *numstr)
in atolx()
function
328
long long val =
atolx
(numstr);
in atolx_range()
H
A
D
lib.h
234
long long
atolx
(char *c);
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
227
long long
atolx
(char *c);
Completed in 13 milliseconds