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
323
void *reallocarray(void *, size_t, size_t) __result_use_check
include/stdlib.h
325
void *recallocarray(void *, size_t, size_t, size_t) __result_use_check
include/stdlib.h
327
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
45
#define __must_check __result_use_check
sys/dev/ioat/ioat.h
175
__result_use_check;
sys/kern/uipc_usrreq.c
325
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
319
static __inline __result_use_check bool
sys/sys/malloc.h
185
vm_paddr_t boundary) __malloc_like __result_use_check
sys/sys/malloc.h
190
__malloc_like __result_use_check __alloc_size(1) __alloc_align(7);
sys/sys/malloc.h
194
__result_use_check __alloc_size(1);
sys/sys/malloc.h
246
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
249
int flags) __malloc_like __result_use_check
sys/sys/malloc.h
252
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
255
__result_use_check __alloc_size(1);
sys/sys/malloc.h
257
struct domainset *ds, int flags) __malloc_like __result_use_check
sys/sys/malloc.h
267
__result_use_check __alloc_size(2);
sys/sys/malloc.h
269
__result_use_check __alloc_size(2);
sys/sys/malloc.h
271
int flags) __malloc_like __result_use_check __alloc_size(1);
sys/sys/malloc.h
274
__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
62
int __result_use_check sooptcopyout(struct sockopt *sopt, const void *buf,
sys/sys/systm.h
303
int __result_use_check copyinstr(const void * __restrict udaddr,
sys/sys/systm.h
306
int __result_use_check copyin(const void * __restrict udaddr,
sys/sys/systm.h
308
int __result_use_check copyin_nofault(const void * __restrict udaddr,
sys/sys/systm.h
332
int __result_use_check fueword(volatile const void *base, long *val);
sys/sys/systm.h
333
int __result_use_check fueword32(volatile const void *base, int32_t *val);
sys/sys/systm.h
334
int __result_use_check fueword64(volatile const void *base, int64_t *val);
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);