Searched refs:TAGGED_ARRAY (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | dd.c | 69 static const struct dd_flag dd_conv[] = TAGGED_ARRAY(DD_conv, 73 static const struct dd_flag dd_iflag[] = TAGGED_ARRAY(DD_iflag, 77 static const struct dd_flag dd_oflag[] = TAGGED_ARRAY(DD_oflag,
|
/third_party/toybox/porting/liteos_a/ |
H A D | toys.h | 134 #define TAGGED_ARRAY(X, ...) {__VA_ARGS__} macro
|
/third_party/toybox/ |
H A D | toys.h | 128 #define TAGGED_ARRAY(X, ...) {__VA_ARGS__} macro
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 104 } static const cp_preserve[] = TAGGED_ARRAY(CP,
|
H A D | ps.c | 259 * The TAGGED_ARRAY plumbing produces an enum of indexes, the "tag" is the 260 * first string argument and the prefix is the first argument to TAGGED_ARRAY 274 } static const typos[] = TAGGED_ARRAY(PS,
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 120 } static const cp_preserve[] = TAGGED_ARRAY(CP,
|
H A D | ps.c | 302 * The TAGGED_ARRAY plumbing produces an enum of indexes, the "tag" is the 303 * first string argument and the prefix is the first argument to TAGGED_ARRAY 317 } static const typos[] = TAGGED_ARRAY(PS,
|
Completed in 8 milliseconds