Home
last modified time | relevance | path

Searched refs:__DIAGNOSE_RENAME (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h35 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);
Dstat.h27 mode_t __umask_real(mode_t mode) __DIAGNOSE_RENAME(umask);
Dunistd.h42 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);
Dfortify.h109 #define __DIAGNOSE_RENAME(x) __asm__(#x) macro
Dstring.h191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr);