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[]);
116 void *stacktop; // nested toy_exec() call count, or 0 if vforked
main.c 132 void toy_exec(char *argv[]) function
161 if (toys.argv[1]) toy_exec(toys.argv+1);
218 // (It will adjust it back before calling toy_exec().)
  /external/toybox/scripts/
config2help.c 20 void toy_exec(char *argv[]) {;} function
  /external/toybox/lib/
xwrap.c 160 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop) toy_exec(argv);

Completed in 205 milliseconds