Symbol: __nonnull__
crypto/libressl/include/openssl/bio.h
673
__attribute__((__format__(__MINGW_PRINTF_FORMAT, 2, 3), __nonnull__(2)));
crypto/libressl/include/openssl/bio.h
676
__attribute__((__format__(__MINGW_PRINTF_FORMAT, 2, 0), __nonnull__(2)));
crypto/libressl/include/openssl/bio.h
680
__nonnull__(3)));
crypto/libressl/include/openssl/bio.h
684
__nonnull__(3)));
crypto/libressl/include/openssl/bio.h
688
__attribute__((__format__(__printf__, 2, 3), __nonnull__(2)));
crypto/libressl/include/openssl/bio.h
691
__attribute__((__format__(__printf__, 2, 0), __nonnull__(2)));
crypto/libressl/include/openssl/bio.h
695
__nonnull__(3)));
crypto/libressl/include/openssl/bio.h
699
__nonnull__(3)));
crypto/libressl/tls/tls_internal.h
263
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
266
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
269
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
272
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
275
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
278
__attribute__((__nonnull__ (2)));
crypto/libressl/tls/tls_internal.h
281
__attribute__((__nonnull__ (2)));
crypto/openssh/auth.h
154
__attribute__((__nonnull__ (2)));
crypto/openssh/defines.h
592
#if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)
crypto/openssh/misc.h
91
__attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
crypto/openssh/scp.c
440
__attribute__((__nonnull__ (1)));
crypto/openssh/sshbuf.h
286
__attribute__((__nonnull__ (2)));
crypto/openssh/sshbuf.h
288
__attribute__((__nonnull__ (2)));
crypto/openssh/sshbuf.h
295
__attribute__((__nonnull__ (2)));
crypto/openssh/sshbuf.h
299
__attribute__((__nonnull__ (2)));
crypto/openssh/xmalloc.h
25
__attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2)));
crypto/openssh/xmalloc.h
27
__attribute__((__nonnull__ (2)));
libexec/dma/dma.h
203
ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__printf__, 2, 3)));
sys/sys/cdefs.h
219
#define __nonnull(...) __attribute__((__nonnull__(__VA_ARGS__)))
sys/sys/cdefs.h
410
__attribute__((__nonnull__(fmtarg), \
usr.bin/diff/xmalloc.h
28
__attribute__((__nonnull__ (2)));