/bionic/libc/include/ |
D | utmpx.h | 76 void setutxent(void) __RENAME(setutent); 81 struct utmpx* _Nullable getutxent(void) __RENAME(getutent); 86 struct utmpx* _Nullable getutxid(const struct utmpx* _Nonnull __entry) __RENAME(getutent); 91 struct utmpx* _Nullable getutxline(const struct utmpx* _Nonnull __entry) __RENAME(getutent); 96 struct utmpx* _Nullable pututxline(const struct utmpx* _Nonnull __entry) __RENAME(pututline); 101 void endutxent(void) __RENAME(endutent);
|
D | string.h | 47 extern "C++" void* _Nullable memrchr(void* _Nonnull __s, int __ch, size_t __n) __RENAME(memrchr) __… 48 extern "C++" const void* _Nullable memrchr(const void* _Nonnull __s, int __ch, size_t __n) __RENAME… 82 extern "C++" char* _Nonnull strchrnul(char* _Nonnull __s, int __ch) __RENAME(strchrnul) __attribute… 83 extern "C++" const char* _Nonnull strchrnul(const char* _Nonnull __s, int __ch) __RENAME(strchrnul)… 103 extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) … 104 extern "C++" const char* _Nullable strcasestr(const char* _Nonnull, const char* _Nonnull) __RENAME(… 114 char* _Nonnull strerror_r(int __errno_value, char* _Nullable __buf, size_t __n) __RENAME(__gnu_stre… 143 const char* _Nonnull strerrordesc_np(int __errno_value) __RENAME(strerror); 175 extern "C++" char* _Nonnull basename(char* _Nullable __path) __RENAME(__gnu_basename) __INTRODUCED_… 176 extern "C++" const char* _Nonnull basename(const char* _Nonnull __path) __RENAME(__gnu_basename) __… [all …]
|
D | unistd.h | 317 int truncate(const char* _Nonnull __path, off_t __length) __RENAME(truncate64); 318 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); 319 ssize_t pread(int __fd, void* _Nonnull __buf, size_t __count, off_t __offset) __RENAME(pread64); 320 ssize_t pwrite(int __fd, const void* _Nonnull __buf, size_t __count, off_t __offset) __RENAME(pwrit… 321 int ftruncate(int __fd, off_t __length) __RENAME(ftruncate64);
|
D | libgen.h | 53 char* _Nullable __posix_basename(const char* _Nullable __path) __RENAME(basename);
|
D | stdio.h | 208 int fgetpos(FILE* _Nonnull __fp, fpos_t* _Nonnull __pos) __RENAME(fgetpos64) __INTRODUCED_IN(24); 209 int fsetpos(FILE* _Nonnull __fp, const fpos_t* _Nonnull __pos) __RENAME(fsetpos64) __INTRODUCED_IN(… 210 int fseeko(FILE* _Nonnull __fp, off_t __offset, int __whence) __RENAME(fseeko64) __INTRODUCED_IN(24… 211 __wur off_t ftello(FILE* _Nonnull __fp) __RENAME(ftello64) __INTRODUCED_IN(24); 218 int (* _Nullable __close_fn)(void* _Nonnull)) __RENAME(funopen64) __INTRODUCED_IN(24);
|
D | malloc.h | 159 struct mallinfo2 mallinfo2(void) __RENAME(mallinfo);
|
/bionic/tools/versioner/tests/extern_cpp_mismatch/headers/ |
D | string.h | 5 #define __RENAME(x) __asm__(#x) macro 8 extern "C++" char* basename(char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23); 9 extern "C++" const char* basename(const char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23); 11 char* basename(const char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23);
|
/bionic/tools/versioner/tests/extern_cpp/headers/ |
D | string.h | 5 #define __RENAME(x) __asm__(#x) macro 8 extern "C++" char* basename(char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23); 9 extern "C++" const char* basename(const char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23); 11 char* basename(const char*) __RENAME(__gnu_basename) __INTRODUCED_IN(23);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
D | foo.h | 15 #define __RENAME(x) __asm__(#x) macro 18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21); 26 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64) 35 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/ |
D | foo.h | 15 #define __RENAME(x) __asm__(#x) macro 18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21); 24 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64) 31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
|
/bionic/tools/versioner/tests/preprocessor_extern_cpp/headers/ |
D | foo.h | 1 #define __RENAME(x) asm(#x) macro 4 extern "C++" const char* strchrnul(const char*, int) __RENAME(strchrnul) __INTRODUCED_IN(24);
|
/bionic/tools/versioner/tests/preprocessor_extern_cpp/expected/ |
D | foo.h | 1 #define __RENAME(x) asm(#x) macro 6 extern "C++" const char* strchrnul(const char*, int) __RENAME(strchrnul) __INTRODUCED_IN(24);
|
/bionic/libc/include/bits/ |
D | ioctl.h | 60 int ioctl(int __fd, unsigned __op, ...) __overloadable __enable_if(1, "") __RENAME(ioctl);
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 35 ssize_t __pread_real(int, void* _Nonnull, size_t, off_t) __RENAME(pread); 38 ssize_t __pread64_real(int, void* _Nonnull, size_t, off64_t) __RENAME(pread64); 41 ssize_t __pwrite_real(int, const void* _Nonnull, size_t, off_t) __RENAME(pwrite); 44 ssize_t __pwrite64_real(int, const void* _Nonnull, size_t, off64_t) __RENAME(pwrite64);
|
D | stat.h | 32 mode_t __umask_real(mode_t mode) __RENAME(umask);
|
D | fcntl.h | 38 int __open_real(const char* _Nonnull, int, ...) __RENAME(open); 39 int __openat_real(int, const char* _Nonnull, int, ...) __RENAME(openat);
|
D | string.h | 41 extern void* _Nullable __memrchr_real(const void* _Nonnull, int, size_t) __RENAME(memrchr);
|
/bionic/libc/include/sys/ |
D | sendfile.h | 43 ssize_t sendfile(int __out_fd, int __in_fd, off_t* _Nullable __offset, size_t __count) __RENAME(sen…
|
D | cdefs.h | 202 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) 324 #define __RENAME(x) __asm__(#x) macro
|
D | mman.h | 53 …ullable __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset) __RENAME(mmap64);
|