Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 25 of 33) sorted by relevance

12

/bionic/libc/include/sys/
Dstat.h143 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…
Dstatvfs.h100 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);
Dvfs.h107 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);
Dsocket.h303 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…
Dtimes.h49 clock_t times(struct tms* _Nullable __buf);
Dtimex.h49 int adjtimex(struct timex* _Nonnull __buf) __INTRODUCED_IN(24);
Dklog.h69 int klogctl(int __type, char* __BIONIC_COMPLICATED_NULLNESS __buf, int __buf_size);
Dutsname.h65 int uname(struct utsname* _Nonnull __buf);
Dshm.h53 int shmctl(int __shm_id, int __op, struct shmid_ds* _Nullable __buf) __INTRODUCED_IN(26);
Dmsg.h49 int msgctl(int __msg_id, int __op, struct msqid_ds* _Nullable __buf) __INTRODUCED_IN(26);
Dsem.h50 struct seminfo* _Nullable __buf; member
/bionic/libc/include/
Dunistd.h270 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 …]
Dstdio.h112 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 …]
Dlibgen.h72 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);
Duchar.h64 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);
Dtime.h140 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);
Dpwd.h92 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…
Dgrp.h58 …_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…
Dwchar.h51 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…
Dnetdb.h215 …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…
Dmntent.h62 …etmntent_r(FILE* _Nonnull __fp, struct mntent* _Nonnull __entry, char* _Nonnull __buf, int __size);
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
Dfoo.h26 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/
Dfoo.h24 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/
Dif.h47 char* _Nullable if_indextoname(unsigned __index, char* _Nonnull __buf);
/bionic/libc/include/netinet/
Dether.h55 char* _Nonnull ether_ntoa_r(const struct ether_addr* _Nonnull __addr, char* _Nonnull __buf);

12