Searched refs:__nonnull__ (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dxmalloc.h25 __attribute__((__nonnull__ (2)));
H A Dschnorr.h32 __attribute__((__nonnull__ (2)))
35 __attribute__((__nonnull__ (3)))
H A Djpake.h84 __attribute__((__nonnull__ (2)))
H A Dauth.h156 __attribute__((__nonnull__ (2)));
H A Ddefines.h486 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)
487 # define __nonnull__(x) macro
/freebsd-10.0-release/contrib/openpam/include/security/
H A Dopenpam_attr.h23 # define OPENPAM_NONNULL(params) __attribute__((__nonnull__ params))
/freebsd-10.0-release/contrib/binutils/include/
H A Dansidecl.h287 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dansidecl.h287 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
/freebsd-10.0-release/contrib/gdb/include/
H A Dansidecl.h274 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h349 #define __nonnull(x) __attribute__((__nonnull__(x)))

Completed in 94 milliseconds