Home
last modified time | relevance | path

Searched refs:__DIAGNOSE_RENAME (Results 1 - 10 of 10) sorted by relevance

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

Completed in 3 milliseconds