HomeSort by relevance Sort by last modified time
    Searched refs:toy_init (Results 1 - 5 of 5) sorted by null

  /external/toybox/
toys.h 87 void toy_init(struct toy_list *which, char *argv[]);
114 // This is at the end so toy_init() doesn't zero it.
main.c 97 void toy_init(struct toy_list *which, char *argv[]) function
147 toy_init(which, argv);
  /external/toybox/toys/pending/
sh.c 301 toy_init(tl, cmd->argv);
  /external/toybox/scripts/
config2help.c 21 void toy_init(void *which, char *argv[]) {;} function
  /external/toybox/lib/
xwrap.c 213 toy_init(toys.which, toys.argv);

Completed in 205 milliseconds