| /src/contrib/pam-krb5/tests/tap/ |
| H A D | basic.h | 110 __attribute__((__noreturn__, __nonnull__, __format__(printf, 1, 2))); 112 __attribute__((__noreturn__, __nonnull__, __format__(printf, 1, 2))); 116 __attribute__((__nonnull__, __format__(printf, 1, 2))); 118 __attribute__((__nonnull__, __format__(printf, 1, 2))); 127 void diag_file_add(const char *file) __attribute__((__nonnull__)); 128 void diag_file_remove(const char *file) __attribute__((__nonnull__)); 140 __attribute__((__malloc__, __nonnull__, __warn_unused_result__)); 142 __attribute__((__malloc__, __nonnull__, __warn_unused_result__)); 157 __attribute__((__malloc__, __nonnull__, __warn_unused_result__)); 186 void test_cleanup_register(test_cleanup_func) __attribute__((__nonnull__)); [all …]
|
| H A D | process.h | 56 __attribute__((__format__(printf, 5, 6), __nonnull__(1))); 65 void run_setup(const char *const argv[]) __attribute__((__nonnull__)); 87 __attribute__((__nonnull__)); 90 __attribute__((__nonnull__));
|
| H A D | kerberos.h | 117 __attribute__((__noreturn__, __nonnull__(3), __format__(printf, 3, 4))); 121 __attribute__((__nonnull__(3), __format__(printf, 3, 4))); 129 __attribute__((__nonnull__));
|
| H A D | string.h | 45 __attribute__((__nonnull__, __format__(printf, 2, 3))); 47 __attribute__((__nonnull__, __format__(printf, 2, 0)));
|
| H A D | kadmin.h | 54 __attribute__((__nonnull__));
|
| /src/contrib/pam-krb5/pam-util/ |
| H A D | vector.h | 62 __attribute__((__malloc__, __nonnull__)); 69 __attribute__((__nonnull__)); 76 bool vector_resize(struct vector *, size_t size) __attribute__((__nonnull__)); 83 void vector_clear(struct vector *) __attribute__((__nonnull__)); 102 __attribute__((__nonnull__(1, 2))); 111 __attribute__((__nonnull__)); 113 __attribute__((__nonnull__));
|
| H A D | options.h | 155 size_t optlen) __attribute__((__nonnull__)); 178 __attribute__((__nonnull__)); 198 __attribute__((__nonnull__));
|
| H A D | logging.h | 95 __attribute__((__nonnull__)); 99 __attribute__((__nonnull__, __format__(printf, 2, 3)));
|
| /src/crypto/openssh/ |
| H A D | xmalloc.h | 25 __attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2))); 27 __attribute__((__nonnull__ (2)));
|
| H A D | sshbuf.h | 288 __attribute__((__nonnull__ (2))); 290 __attribute__((__nonnull__ (2))); 297 __attribute__((__nonnull__ (2))); 301 __attribute__((__nonnull__ (2)));
|
| H A D | auth.h | 154 __attribute__((__nonnull__ (2)));
|
| H A D | defines.h | 594 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__) 595 # define __nonnull__(x) macro
|
| H A D | misc.h | 92 __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
|
| H A D | scp.c | 440 __attribute__((__nonnull__ (1)));
|
| /src/contrib/pam-krb5/tests/fakepam/ |
| H A D | script.h | 71 __attribute__((__nonnull__)); 78 __attribute__((__nonnull__));
|
| /src/usr.bin/diff/ |
| H A D | xmalloc.h | 28 __attribute__((__nonnull__ (2)));
|
| /src/contrib/openpam/include/security/ |
| H A D | openpam_attr.h | 19 # define OPENPAM_NONNULL(params) __attribute__((__nonnull__ params))
|
| /src/contrib/pam-krb5/tests/ |
| H A D | runtests.c | 298 __attribute__((__nonnull__, __noreturn__, __format__(printf, 1, 2))); 300 __attribute__((__nonnull__, __noreturn__, __format__(printf, 1, 2))); 302 __attribute__((__alloc_size__(1, 2), __malloc__, __nonnull__)); 304 __attribute__((__alloc_size__(1), __malloc__, __nonnull__)); 306 __attribute__((__alloc_size__(2, 3), __malloc__, __nonnull__(4))); 308 __attribute__((__malloc__, __nonnull__)); 310 __attribute__((__malloc__, __nonnull__));
|
| /src/contrib/llvm-project/libcxx/include/__memory_resource/ |
| H A D | memory_resource.h | 39 [[__gnu__::__nonnull__]] _LIBCPP_HIDE_FROM_ABI void
|
| /src/contrib/dma/ |
| H A D | dma.h | 209 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__pr…
|
| /src/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 52 def __nonnull(x): return __attribute__((__nonnull__(x)))
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | port-linux.c | 338 __attribute__((__format__ (printf, 1, 2))) __attribute__((__nonnull__ (1)));
|
| /src/usr.sbin/ypldap/ |
| H A D | parse.y | 70 __attribute__((__nonnull__ (1)));
|