Searched refs:__bounded__ (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | misc.h | 63 __attribute__((__bounded__( __minbytes__, 1, 8))); 65 __attribute__((__bounded__( __minbytes__, 1, 4))); 67 __attribute__((__bounded__( __minbytes__, 1, 2))); 69 __attribute__((__bounded__( __minbytes__, 1, 8))); 71 __attribute__((__bounded__( __minbytes__, 1, 4))); 73 __attribute__((__bounded__( __minbytes__, 1, 2)));
|
H A D | defines.h | 435 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) 436 #define __bounded__(x, y, z) macro
|