Home
last modified time | relevance | path

Searched defs:NEWTOY (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/lib/
H A Dhelp.c7 #undef NEWTOY macro
9 #define NEWTOY(name,opt,flags) HELP_##name "\0" macro
/third_party/toybox/scripts/
H A Dinstall.c10 #define NEWTOY(name, opts, flags) {#name, flags}, macro
/third_party/toybox/
H A Dmain.c10 #undef NEWTOY macro
12 #define NEWTOY(name, opts, flags) {#name, name##_main, OPTSTR_##name, flags}, macro
58 #undef NEWTOY macro
60 #define NEWTOY(name, opts, flags) opts || macro
H A Dtoys.h74 #define NEWTOY(name, opts, flags) void name##_main(void); macro
/third_party/toybox/porting/liteos_a/
H A Dmain.c11 #undef NEWTOY macro
13 #define NEWTOY(name, opts, flags) {#name, name##_main, OPTSTR_##name, flags}, macro
59 #undef NEWTOY macro
61 #define NEWTOY(name, opts, flags) opts || macro
H A Dtoys.h77 #define NEWTOY(name, opts, flags) void name##_main(void); macro

Completed in 4 milliseconds