Searched defs:NEWTOY (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/lib/ |
H A D | help.c | 7 #undef NEWTOY macro 9 #define NEWTOY(name,opt,flags) HELP_##name "\0" macro
|
/third_party/toybox/scripts/ |
H A D | install.c | 10 #define NEWTOY(name, opts, flags) {#name, flags}, macro
|
/third_party/toybox/ |
H A D | main.c | 10 #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 D | toys.h | 74 #define NEWTOY(name, opts, flags) void name##_main(void); macro
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 11 #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 D | toys.h | 77 #define NEWTOY(name, opts, flags) void name##_main(void); macro
|
Completed in 4 milliseconds