Searched refs:MKSH_A_BOUNDED (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | sh.h | 124 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z))) macro 126 #define MKSH_A_BOUNDED(x,y,z) /* nothing */ macro 2575 MKSH_A_BOUNDED(__string__, 1, 2); 2577 MKSH_A_BOUNDED(__buffer__, 2, 3); 2624 MKSH_A_BOUNDED(__string__, 1, 2); 2650 MKSH_A_BOUNDED(__string__, 1, 2);
|