Searched refs:MKSH_A_BOUNDED (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | sh.h | 117 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z))) macro 119 #define MKSH_A_BOUNDED(x,y,z) /* nothing */ macro 2295 MKSH_A_BOUNDED(__string__, 1, 2); 2297 MKSH_A_BOUNDED(__buffer__, 2, 3); 2344 MKSH_A_BOUNDED(__string__, 1, 2); 2369 MKSH_A_BOUNDED(__string__, 1, 2);
|