Searched refs:__DIAGNOSE_RENAME (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 35 int __open_real(const char*, int, ...) __DIAGNOSE_RENAME(open); 36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); 38 int __open64_real(const char*, int, ...) __DIAGNOSE_RENAME(open64); 39 int __openat64_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat64);
|
D | stat.h | 27 mode_t __umask_real(mode_t mode) __DIAGNOSE_RENAME(umask);
|
D | unistd.h | 42 ssize_t __pread_real(int, void*, size_t, off_t) __DIAGNOSE_RENAME(pread); 45 ssize_t __pwrite_real(int, const void*, size_t, off_t) __DIAGNOSE_RENAME(pwrite);
|
D | fortify.h | 109 #define __DIAGNOSE_RENAME(x) __asm__(#x) macro
|
D | string.h | 191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr);
|