HomeSort by relevance Sort by last modified time
    Searched defs:toys (Results 1 - 3 of 3) sorted by null

  /external/toybox/scripts/
genconfig.sh 98 for j in $(ls toys/*/README | sort -r)
124 toys() function
132 toys toys/*/*.c | (
config2help.c 1 //#include "toys.h"
17 // Humor toys.h (lie through our teeth, C's linker doesn't care).
18 char toys[4096], libbuf[4096], toybuf[4096]; variable
  /external/toybox/
main.c 6 #include "toys.h"
26 struct toy_context toys; variable in typeref:struct:toy_context
73 toys.which = which;
74 toys.argv = argv;
79 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2])
80 if (!(toys.which = toy_find(toys.argv[2]))) return;
87 toys.optargs = argv+1;
88 for (toys.optc = 0; toys.optargs[toys.optc]; toys.optc++)
    [all...]

Completed in 401 milliseconds