Searched refs:__wur (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/private/ |
D | bionic_mbstate.h | 47 static inline __wur size_t mbstate_bytes_so_far(const mbstate_t* ps) { in mbstate_bytes_so_far() 58 static inline __wur uint8_t mbstate_get_byte(const mbstate_t* ps, int n) { in mbstate_get_byte() 62 static inline __wur size_t mbstate_reset_and_return_illegal(int _errno, mbstate_t* ps) { in mbstate_reset_and_return_illegal() 68 static inline __wur size_t mbstate_reset_and_return(int _return, mbstate_t* ps) { in mbstate_reset_and_return()
|
/bionic/libc/include/ |
D | malloc.h | 43 void* malloc(size_t __byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(1) __wur; 52 void* calloc(size_t __item_count, size_t __item_size) __mallocfunc __BIONIC_ALLOC_SIZE(1,2) __wur; 61 void* realloc(void* __ptr, size_t __byte_count) __BIONIC_ALLOC_SIZE(2) __wur; 73 …__ptr, size_t __item_count, size_t __item_size) __BIONIC_ALLOC_SIZE(2, 3) __wur __INTRODUCED_IN(29… 90 void* memalign(size_t __alignment, size_t __byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(2) __wur;
|
/bionic/libc/include/sys/ |
D | random.h | 53 int getentropy(void* __buffer, size_t __buffer_size) __wur __INTRODUCED_IN(28); 65 ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN…
|
D | cdefs.h | 127 #define __wur __attribute__((__warn_unused_result__)) macro
|