Home
last modified time | relevance | path

Searched refs:__nonnull__ (Results 1 – 23 of 23) sorted by relevance

/src/contrib/pam-krb5/tests/tap/
H A Dbasic.h110 __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 Dprocess.h56 __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 Dkerberos.h117 __attribute__((__noreturn__, __nonnull__(3), __format__(printf, 3, 4)));
121 __attribute__((__nonnull__(3), __format__(printf, 3, 4)));
129 __attribute__((__nonnull__));
H A Dstring.h45 __attribute__((__nonnull__, __format__(printf, 2, 3)));
47 __attribute__((__nonnull__, __format__(printf, 2, 0)));
H A Dkadmin.h54 __attribute__((__nonnull__));
/src/contrib/pam-krb5/pam-util/
H A Dvector.h62 __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 Doptions.h155 size_t optlen) __attribute__((__nonnull__));
178 __attribute__((__nonnull__));
198 __attribute__((__nonnull__));
H A Dlogging.h95 __attribute__((__nonnull__));
99 __attribute__((__nonnull__, __format__(printf, 2, 3)));
/src/crypto/openssh/
H A Dxmalloc.h25 __attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2)));
27 __attribute__((__nonnull__ (2)));
H A Dsshbuf.h288 __attribute__((__nonnull__ (2)));
290 __attribute__((__nonnull__ (2)));
297 __attribute__((__nonnull__ (2)));
301 __attribute__((__nonnull__ (2)));
H A Dauth.h154 __attribute__((__nonnull__ (2)));
H A Ddefines.h594 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)
595 # define __nonnull__(x) macro
H A Dmisc.h92 __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
H A Dscp.c440 __attribute__((__nonnull__ (1)));
/src/contrib/pam-krb5/tests/fakepam/
H A Dscript.h71 __attribute__((__nonnull__));
78 __attribute__((__nonnull__));
/src/usr.bin/diff/
H A Dxmalloc.h28 __attribute__((__nonnull__ (2)));
/src/contrib/openpam/include/security/
H A Dopenpam_attr.h19 # define OPENPAM_NONNULL(params) __attribute__((__nonnull__ params))
/src/contrib/pam-krb5/tests/
H A Druntests.c298 __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 Dmemory_resource.h39 [[__gnu__::__nonnull__]] _LIBCPP_HIDE_FROM_ABI void
/src/contrib/dma/
H A Ddma.h209 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__pr…
/src/tests/sys/opencrypto/
H A Dcryptodevh.py52 def __nonnull(x): return __attribute__((__nonnull__(x)))
/src/crypto/openssh/openbsd-compat/
H A Dport-linux.c338 __attribute__((__format__ (printf, 1, 2))) __attribute__((__nonnull__ (1)));
/src/usr.sbin/ypldap/
H A Dparse.y70 __attribute__((__nonnull__ (1)));