Searched refs:__nonstring__ (Results 1 – 9 of 9) sorted by relevance
34 #if __has_attribute(__nonstring__)35 #define __nonstring __attribute__((__nonstring__))
233 #if __has_attribute(__nonstring__)234 #define ACPI_NONSTRING __attribute__((__nonstring__))
104 #if __has_attribute(__nonstring__)105 #define __nonstring __attribute__((__nonstring__))
51 static const char __attribute__ ((__nonstring__)) sigma[16] = "expand 32-byte k";52 static const char __attribute__ ((__nonstring__)) tau[16] = "expand 16-byte k";
607 #if !defined(HAVE_ATTRIBUTE__NONSTRING__) && !defined(__nonstring__)608 # define __nonstring__ macro
363 AC_MSG_CHECKING([if compiler supports __nonstring__ attribute on char arrays])366 [[ char __attribute__ ((__nonstring__)) h[5] = "hello"; return h[0]!='h'; ]])],
393 #if __has_attribute(__nonstring__)394 #define __nonstring __attribute__((__nonstring__))
76 uint8_t __attribute__ ((__nonstring__)) ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash()
544 # define ATTRIBUTE_NONSTRING __attribute__((__nonstring__))