Searched refs:__bounded__ (Results 1 – 6 of 6) sorted by relevance
/external/openssh/openbsd-compat/ |
D | sha2.h | 80 __attribute__((__bounded__(__string__,2,3))); 83 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); 85 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH))); 87 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH))); 89 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH))); 91 __attribute__((__bounded__(__string__,1,2))) 92 __attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH))); 98 __attribute__((__bounded__(__string__,2,3))); 101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); 103 __attribute__((__bounded__(__minbytes__,2,SHA384_DIGEST_STRING_LENGTH))); [all …]
|
D | vis.h | 85 __attribute__ ((__bounded__(__string__,1,3))); 87 __attribute__ ((__bounded__(__string__,1,3))); 91 __attribute__ ((__bounded__(__string__,1,3)));
|
/external/openssh/ |
D | misc.h | 70 __attribute__((__bounded__( __minbytes__, 1, 8))); 72 __attribute__((__bounded__( __minbytes__, 1, 4))); 74 __attribute__((__bounded__( __minbytes__, 1, 2))); 76 __attribute__((__bounded__( __minbytes__, 1, 8))); 78 __attribute__((__bounded__( __minbytes__, 1, 4))); 80 __attribute__((__bounded__( __minbytes__, 1, 2)));
|
D | defines.h | 483 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) 484 # define __bounded__(x, y, z) macro
|
/external/mksh/src/ |
D | Build.sh | 1300 __attribute__((__bounded__ (__buffer__, 1, 3))) 1301 __attribute__((__bounded__ (__buffer__, 2, 3))); 1306 * with GCC with __bounded__ attribute either so poo
|
D | sh.h | 111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__ (x, y, z)))
|