OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toy_exec
(Results
1 - 5
of
5
) sorted by null
/external/toybox/toys/other/
oneit.c
100
toy_exec
(toys.optargs);
/external/toybox/
main.c
131
void
toy_exec
(char *argv[])
function
161
toy_exec
(toys.argv+1);
196
// (It will adjust it back before calling
toy_exec
().)
toys.h
85
void
toy_exec
(char *argv[]);
135
int recursion; // How many nested calls to
toy_exec
()
/external/toybox/lib/
xwrap.c
136
if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE)
toy_exec
(argv);
181
if (CFG_TOYBOX)
toy_exec
(argv);
/external/toybox/scripts/
config2help.c
7
void
toy_exec
(char *argv[]) {;}
function
Completed in 39 milliseconds