HomeSort by relevance Sort by last modified time
    Searched refs:__bounded__ (Results 1 - 6 of 6) sorted by null

  /external/openssh/openbsd-compat/
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...]
vis.h 85 __attribute__ ((__bounded__(__string__,1,3)));
87 __attribute__ ((__bounded__(__string__,1,3)));
91 __attribute__ ((__bounded__(__string__,1,3)));
  /external/openssh/
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)));
defines.h 483 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
484 # define __bounded__(x, y, z) macro
  /external/mksh/src/
Build.sh 1292 ac_test attribute_bounded '' 'for __attribute__((__bounded__))' <<-'EOF'
1300 __attribute__((__bounded__ (__buffer__, 1, 3)))
1301 __attribute__((__bounded__ (__buffer__, 2, 3)));
1306 * with GCC with __bounded__ attribute either so poo
    [all...]
sh.h 111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__ (x, y, z)))
    [all...]

Completed in 81 milliseconds