Searched refs:MKSH_A_BOUNDED (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | sh.h | 111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z))) macro 113 #define MKSH_A_BOUNDED(x,y,z) /* nothing */ macro 1879 MKSH_A_BOUNDED(__string__, 1, 2); 1881 MKSH_A_BOUNDED(__buffer__, 2, 3); 1920 MKSH_A_BOUNDED(__string__, 1, 2); 1948 MKSH_A_BOUNDED(__string__, 1, 2);
|