Home
last modified time | relevance | path

Searched refs:toy_init (Results 1 – 5 of 5) sorted by relevance

/external/toybox/
Dmain.c112 void toy_init(struct toy_list *which, char *argv[]) in toy_init() function
165 toy_init(which, argv); in toy_exec()
Dtoys.h87 void toy_init(struct toy_list *which, char *argv[]);
/external/toybox/toys/pending/
Dsh.c216 toy_init(tl, cmd->argv); in run_pipeline()
/external/toybox/scripts/
Dconfig2help.c23 void toy_init(void *which, char *argv[]) {;} in toy_init() function
/external/toybox/lib/
Dxwrap.c234 toy_init(toys.which, toys.argv); in xpopen_both()