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

  /external/toybox/toys/other/
oneit.c 103 toy_exec(toys.optargs);
  /external/toybox/
toys.h 88 void toy_exec(char *argv[]);
117 void *stacktop; // nested toy_exec() call count, or 0 if vforked
main.c 150 void toy_exec(char *argv[]) function
182 if (toys.argv[1]) toy_exec(toys.argv+1);
238 // (It will adjust it back before calling toy_exec().)
  /external/toybox/scripts/
config2help.c 28 void toy_exec(char *argv[]) {;} function
  /external/toybox/lib/
xwrap.c 188 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop) toy_exec(argv);

Completed in 842 milliseconds