/bionic/libc/include/sys/ |
D | stat.h | 143 int fstat(int __fd, struct stat* _Nonnull __buf); 144 int fstat64(int __fd, struct stat64* _Nonnull __buf); 145 int fstatat(int __dir_fd, const char* _Nonnull __path, struct stat* _Nonnull __buf, int __flags); 146 int fstatat64(int __dir_fd, const char* _Nonnull __path, struct stat64* _Nonnull __buf, int __flags… 147 int lstat(const char* _Nonnull __path, struct stat* _Nonnull __buf); 148 int lstat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf); 149 int stat(const char* _Nonnull __path, struct stat* _Nonnull __buf); 150 int stat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf); 215 …ar* _Nonnull __path, int __flags, unsigned __mask, struct statx* _Nonnull __buf) __INTRODUCED_IN(3…
|
D | statvfs.h | 100 int statvfs(const char* _Nonnull __path, struct statvfs* _Nonnull __buf); 108 int fstatvfs(int __fd, struct statvfs* _Nonnull __buf); 111 int statvfs64(const char* _Nonnull __path, struct statvfs64* _Nonnull __buf); 114 int fstatvfs64(int __fd, struct statvfs64* _Nonnull __buf);
|
D | vfs.h | 107 int statfs(const char* _Nonnull __path, struct statfs* _Nonnull __buf); 108 int statfs64(const char* _Nonnull __path, struct statfs64* _Nonnull __buf); 109 int fstatfs(int __fd, struct statfs* _Nonnull __buf); 110 int fstatfs64(int __fd, struct statfs64* _Nonnull __buf);
|
D | socket.h | 303 ssize_t recv(int __fd, void* _Nullable __buf, size_t __n, int __flags); 304 ssize_t send(int __fd, const void* _Nonnull __buf, size_t __n, int __flags); 306 __socketcall ssize_t sendto(int __fd, const void* _Nonnull __buf, size_t __n, int __flags, const st… 307 __socketcall ssize_t recvfrom(int __fd, void* _Nullable __buf, size_t __n, int __flags, struct sock…
|
D | times.h | 49 clock_t times(struct tms* _Nullable __buf);
|
D | timex.h | 49 int adjtimex(struct timex* _Nonnull __buf) __INTRODUCED_IN(24);
|
D | klog.h | 69 int klogctl(int __type, char* __BIONIC_COMPLICATED_NULLNESS __buf, int __buf_size);
|
D | utsname.h | 65 int uname(struct utsname* _Nonnull __buf);
|
D | shm.h | 53 int shmctl(int __shm_id, int __op, struct shmid_ds* _Nullable __buf) __INTRODUCED_IN(26);
|
D | msg.h | 49 int msgctl(int __msg_id, int __op, struct msqid_ds* _Nullable __buf) __INTRODUCED_IN(26);
|
D | sem.h | 50 struct seminfo* _Nullable __buf; member
|
/bionic/libc/include/ |
D | unistd.h | 270 ssize_t readlink(const char* _Nonnull __path, char* _Nonnull __buf, size_t __buf_size); 271 ssize_t readlinkat(int __dir_fd, const char* _Nonnull __path, char* _Nonnull __buf, size_t __buf_si… 276 char* _Nullable getcwd(char* _Nullable __buf, size_t __size); 295 ssize_t read(int __fd, void* __BIONIC_COMPLICATED_NULLNESS __buf, size_t __count); 307 ssize_t write(int __fd, const void* __BIONIC_COMPLICATED_NULLNESS __buf, size_t __count); 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… 325 ssize_t pread(int __fd, void* _Nonnull __buf, size_t __count, off_t __offset); 326 ssize_t pwrite(int __fd, const void* _Nonnull __buf, size_t __count, off_t __offset); 332 ssize_t pread64(int __fd, void* _Nonnull __buf, size_t __count, off64_t __offset); [all …]
|
D | stdio.h | 112 char* _Nullable fgets(char* _Nonnull __buf, int __size, FILE* _Nonnull __fp); 116 size_t fread(void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp); 118 size_t fwrite(const void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp); 132 void setbuf(FILE* _Nonnull __fp, char* _Nullable __buf); 133 int setvbuf(FILE* _Nonnull __fp, char* _Nullable __buf, int __mode, size_t __size); 144 char* _Nullable gets(char* _Nonnull __buf) __attribute__((__deprecated__("gets is unsafe, use fgets… 254 int snprintf(char* __BIONIC_COMPLICATED_NULLNESS __buf, size_t __size, const char* _Nonnull __fmt, … 257 int vsnprintf(char* __BIONIC_COMPLICATED_NULLNESS __buf, size_t __size, const char* _Nonnull __fmt,… 261 char* _Nonnull ctermid(char* _Nullable __buf) __INTRODUCED_IN(26); 275 __wur FILE* _Nullable fmemopen(void* _Nullable __buf, size_t __size, const char* _Nonnull __mode) _… [all …]
|
D | libgen.h | 72 int dirname_r(const char* _Nullable __path, char* _Nullable __buf, size_t __n); 74 int basename_r(const char* _Nullable __path, char* _Nullable __buf, size_t __n);
|
D | uchar.h | 64 size_t c16rtomb(char* _Nullable __buf, char16_t __ch16, mbstate_t* _Nullable __ps); 73 size_t c32rtomb(char* _Nullable __buf, char32_t __ch32, mbstate_t* _Nullable __ps);
|
D | time.h | 140 char* _Nullable asctime_r(const struct tm* _Nonnull __tm, char* _Nonnull __buf); 256 size_t strftime(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nul… 261 size_t strftime_l(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _N… 283 char* _Nullable ctime_r(const time_t* _Nonnull __t, char* _Nonnull __buf);
|
D | pwd.h | 92 int getpwnam_r(const char* _Nonnull __name, struct passwd* _Nonnull __pwd, char* _Nonnull __buf, si… 93 int getpwuid_r(uid_t __uid, struct passwd* _Nonnull __pwd, char* _Nonnull __buf, size_t __n, struct…
|
D | grp.h | 58 …_gid, struct group* __BIONIC_COMPLICATED_NULLNESS __group, char* _Nonnull __buf, size_t __n, struc… 59 …name, struct group* __BIONIC_COMPLICATED_NULLNESS __group, char* _Nonnull __buf, size_t __n, struc…
|
D | wchar.h | 51 wchar_t* _Nullable fgetws(wchar_t* _Nonnull __buf, int __size, FILE* _Nonnull __fp); 59 size_t mbrtowc(wchar_t* _Nullable __buf, const char* _Nullable __s, size_t __n, mbstate_t* _Nullabl… 65 int swprintf(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nonnull __fmt, ...); 70 int vswprintf(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nonnull __fmt, va_list __args); 76 size_t wcrtomb(char* _Nullable __buf, wchar_t __wc, mbstate_t* _Nullable __ps); 85 size_t wcsftime(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nullable __fmt, const struct t… 86 size_t wcsftime_l(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nullable __fmt, const struct…
|
D | netdb.h | 215 …en_t __length, int __type, struct hostent* _Nonnull __ret, char* _Nonnull __buf, size_t __buf_size… 217 …nst char* _Nonnull __name, struct hostent* _Nonnull __ret, char* _Nonnull __buf, size_t __buf_size… 219 …_Nonnull __name, int __af, struct hostent* _Nonnull __ret, char* _Nonnull __buf, size_t __buf_size…
|
D | mntent.h | 62 …etmntent_r(FILE* _Nonnull __fp, struct mntent* _Nonnull __entry, char* _Nonnull __buf, int __size);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
D | foo.h | 26 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64) 31 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/ |
D | foo.h | 24 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64) 27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
|
/bionic/libc/include/net/ |
D | if.h | 47 char* _Nullable if_indextoname(unsigned __index, char* _Nonnull __buf);
|
/bionic/libc/include/netinet/ |
D | ether.h | 55 char* _Nonnull ether_ntoa_r(const struct ether_addr* _Nonnull __addr, char* _Nonnull __buf);
|