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:dlist_pop
(Results
1 - 14
of
14
) sorted by relevance
/third_party/toybox/lib/
H
A
D
llist.c
55
void *
dlist_pop
(void *list)
in dlist_pop()
function
78
v =
dlist_pop
(&dl);
in dlist_lpop()
H
A
D
lib.h
47
void *
dlist_pop
(void *list); // actually struct double_list **list
/third_party/toybox/toys/posix/
H
A
D
tail.c
164
free(
dlist_pop
(&list));
in do_tail()
185
if (!--(list->len)) free(
dlist_pop
(&list));
in do_tail()
H
A
D
grep.c
285
struct double_list *dl =
dlist_pop
(&dlb);
in do_grep()
340
dl =
dlist_pop
(&dlb);
in do_grep()
360
struct double_list *dl =
dlist_pop
(&dlb);
in do_grep()
H
A
D
patch.c
217
do_line(check =
dlist_pop
(&buf));
in apply_one_hunk()
H
A
D
sed.c
764
command =
dlist_pop
(&TT.pattern);
in parse_pattern()
H
A
D
tar.c
701
dlist_pop
(&walk);
in unpack_tar()
/third_party/toybox/toys/pending/
H
A
D
crond.c
298
JOB *j =
dlist_pop
(jlist);
in free_jobs()
305
CRONFILE *l =
dlist_pop
(list);
in free_cronfile()
310
while (vnode && (v =
dlist_pop
(&vnode))) {
in free_cronfile()
405
while (vnode && (v =
dlist_pop
(&vnode))) {
in scan_cronfiles()
H
A
D
vi.c
258
s =
dlist_pop
(&s);
in cut_str()
H
A
D
ip.c
1353
while ( linfo && (dlist =
dlist_pop
(&linfo))){
in ipaddr_listflush()
/third_party/toybox/scripts/
H
A
D
config2help.c
75
void *
dlist_pop
(void *list)
in dlist_pop()
function
143
//
dlist_pop
() freeing wrapper structure for you.
146
struct double_list *dd =
dlist_pop
(help);
in dlist_zap()
/third_party/toybox/porting/liteos_a/toys/lsb/
H
A
D
mount.c
321
for (mtl = xgetmountlist(0); mtl && (mm =
dlist_pop
(&mtl)); free(mm)) {
in mount_main()
/third_party/toybox/toys/lsb/
H
A
D
mount.c
390
for (mtl = xgetmountlist(0); mtl && (mm =
dlist_pop
(&mtl)); free(mm)) {
in mount_main()
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
47
void *
dlist_pop
(void *list); // actually struct double_list **list
Completed in 16 milliseconds