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

  /external/toybox/lib/
help.c 30 i = toy_find(++s)-toy_list;
  /external/toybox/toys/other/
help.c 45 // The simple help is just toys.which = toy_find("name"); show_help(stdout);
55 if (*toys.optargs && !(t = toy_find(*toys.optargs)))
  /external/toybox/
main.c 30 struct toy_list *toy_find(char *name) function
89 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]);
152 if (!(which = toy_find(*argv))) return;
toys.h 86 struct toy_list *toy_find(char *name);
  /external/toybox/toys/pending/
sh.c 203 tl = toy_find(cmd->argv[0]);

Completed in 1061 milliseconds