Symbol: __result_use_check
include/stdlib.h
103
void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1);
include/stdlib.h
110
void *realloc(void *, size_t) __result_use_check __alloc_size(2);
include/stdlib.h
325
void *reallocarray(void *, size_t, size_t) __result_use_check
include/stdlib.h
327
void *recallocarray(void *, size_t, size_t, size_t) __result_use_check
include/stdlib.h
329
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
include/stdlib.h
92
void *calloc(size_t, size_t) __malloc_like __result_use_check
sys/compat/linuxkpi/common/include/linux/compiler_attributes.h
44
#define __must_check __result_use_check
sys/dev/ioat/ioat.h
175
__result_use_check;
sys/kern/uipc_usrreq.c
327
static __result_use_check bool
sys/net/if_var.h
471
int __result_use_check ifa_try_ref(struct ifaddr *ifa);
sys/net/if_var.h
553
bool __result_use_check if_try_ref(if_t);
sys/sys/acl.h
312
int __result_use_check acl_copy_oldacl_into_acl(const struct oldacl *source,
sys/sys/acl.h
314
int __result_use_check acl_copy_acl_into_oldacl(const struct acl *source,
sys/sys/buf.h
614
int bgetvp(struct vnode *, struct buf *) __result_use_check;
sys/sys/file.h
322
static __inline __result_use_check bool
sys/sys/malloc.h
186
vm_paddr_t boundary) __malloc_like __result_use_check
sys/sys/malloc.h
191
__malloc_like __result_use_check __alloc_size(1) __alloc_align(7);
sys/sys/malloc.h
195
__result_use_check __alloc_size(1);
sys/sys/malloc.h
247
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
250
int flags) __malloc_like __result_use_check
sys/sys/malloc.h
253
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
256
__result_use_check __alloc_size(1);
sys/sys/malloc.h
258
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
268
__result_use_check __alloc_size(2);
sys/sys/malloc.h
270
__result_use_check __alloc_size(2);
sys/sys/malloc.h
272
int flags) __malloc_like __result_use_check __alloc_size(1);
sys/sys/malloc.h
275
__malloc_like __result_use_check __alloc_size(1);
sys/sys/refcount.h
117
static __inline __result_use_check bool
sys/sys/refcount.h
133
static __inline __result_use_check bool
sys/sys/refcount.h
175
static __inline __result_use_check bool \
sys/sys/refcount.h
194
static __inline __result_use_check bool
sys/sys/refcount.h
201
static __inline __result_use_check bool
sys/sys/refcount.h
213
static __inline __result_use_check bool
sys/sys/refcount.h
98
static __inline __result_use_check bool
sys/sys/sockopt.h
60
int __result_use_check sooptcopyin(struct sockopt *sopt, void *buf, size_t len,
sys/sys/sockopt.h
63
int __result_use_check sooptcopyinptr(struct sockopt *sopt, void *buf,
sys/sys/sockopt.h
68
int __result_use_check sooptcopyout(struct sockopt *sopt, const void *buf,
tools/build/cross-build/include/common/sys/cdefs.h
91
#ifndef __result_use_check
tools/build/cross-build/include/linux/stdlib.h
61
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);