Home
last modified time | relevance | path

Searched refs:__nonstring__ (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler_attributes.h34 #if __has_attribute(__nonstring__)
35 #define __nonstring __attribute__((__nonstring__))
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h233 #if __has_attribute(__nonstring__)
234 #define ACPI_NONSTRING __attribute__((__nonstring__))
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h104 #if __has_attribute(__nonstring__)
105 #define __nonstring __attribute__((__nonstring__))
/freebsd/crypto/openssh/
H A Dchacha.c51 static const char __attribute__ ((__nonstring__)) sigma[16] = "expand 32-byte k";
52 static const char __attribute__ ((__nonstring__)) tau[16] = "expand 16-byte k";
H A Ddefines.h607 #if !defined(HAVE_ATTRIBUTE__NONSTRING__) && !defined(__nonstring__)
608 # define __nonstring__ macro
H A Dconfigure.ac363 AC_MSG_CHECKING([if compiler supports __nonstring__ attribute on char arrays])
366 [[ char __attribute__ ((__nonstring__)) h[5] = "hello"; return h[0]!='h'; ]])],
/freebsd/sys/sys/
H A Dcdefs.h393 #if __has_attribute(__nonstring__)
394 #define __nonstring __attribute__((__nonstring__))
/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c76 uint8_t __attribute__ ((__nonstring__)) ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash()
/freebsd/contrib/tzcode/
H A Dprivate.h544 # define ATTRIBUTE_NONSTRING __attribute__((__nonstring__))