Home
last modified time | relevance | path

Searched refs:TAGGED_ARRAY (Results 1 - 7 of 7) sorted by relevance

/third_party/toybox/toys/pending/
H A Ddd.c69 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 Dtoys.h134 #define TAGGED_ARRAY(X, ...) {__VA_ARGS__} macro
/third_party/toybox/
H A Dtoys.h128 #define TAGGED_ARRAY(X, ...) {__VA_ARGS__} macro
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c104 } static const cp_preserve[] = TAGGED_ARRAY(CP,
H A Dps.c259 * 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 Dcp.c120 } static const cp_preserve[] = TAGGED_ARRAY(CP,
H A Dps.c302 * 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 10 milliseconds