/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | pthread.h | 88 int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict);
104 int pthread_getschedparam(pthread_t, int *__restrict, struct sched_param *__restrict);
110 int pthread_mutex_init(pthread_mutex_t *__restrict, const pthread_mutexattr_t *__restrict);
114 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict);
130 int pthread_mutex_clocklock(pthread_mutex_t *__restrict, clockid_ [all...] |
H A D | wchar.h | 50 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
51 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t);
53 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict);
54 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_ [all...] |
H A D | stdio.h | 69 FILE *fopen(const char *__restrict, const char *__restrict);
70 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
85 int fgetpos(FILE *__restrict, fpos_t *__restrict);
88 size_t fread(void *__restrict, size_t, size_t, FILE *__restrict);
89 size_t fwrite(const void *__restrict, size_ [all...] |
H A D | spawn.h | 42 int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
43 const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
44 int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
45 const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
[all...] |
H A D | string.h | 25 void *memcpy (void *__restrict, const void *__restrict, size_t);
31 char *strcpy (char *__restrict, const char *__restrict);
32 char *strncpy (char *__restrict, const char *__restrict, size_t);
34 char *strcat (char *__restrict, const char *__restrict);
35 char *strncat (char *__restrict, const char *__restrict, size_ [all...] |
H A D | stdlib.h | 26 float strtof (const char *__restrict, char **__restrict);
27 double strtod (const char *__restrict, char **__restrict);
28 long double strtold (const char *__restrict, char **__restrict);
30 long strtol (const char *__restrict, char **__restrict, int);
31 unsigned long strtoul (const char *__restrict, char **__restrict, in [all...] |
H A D | time.h | 56 size_t strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict);
71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
74 struct tm *localtime_r (const time_t *__restrict, struct tm *__restrict);
[all...] |
H A D | uchar.h | 19 size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
20 size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
22 size_t c32rtomb(char *__restrict, char32_t, mbstate_t *__restrict);
23 size_t mbrtoc32(char32_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
[all...] |
H A D | signal.h | 213 int sigprocmask(int, const sigset_t *__restrict, sigset_t *__restrict);
215 int sigaction(int, const struct sigaction *__restrict, struct sigaction *__restrict);
217 int sigwait(const sigset_t *__restrict, int *__restrict);
218 int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict);
219 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, cons [all...] |
H A D | regex.h | 52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
H A D | dlfcn.h | 26 void *dlsym(void *__restrict, const char *__restrict);
32 * @param (void *__restrict) the handle to the dynamic link library
39 void *dlvsym(void *__restrict, const char *__restrict, const char *__restrict);
|
H A D | iconv.h | 17 size_t iconv(iconv_t, char **__restrict, size_t *__restrict, char **__restrict, size_t *__restrict);
|
H A D | netdb.h | 54 int getaddrinfo (const char *__restrict, const char *__restrict, const struct addrinfo *__restrict, struct addrinfo **__restrict);
56 int getnameinfo (const struct sockaddr *__restrict, socklen_t, char *__restrict, socklen_t, char *__restrict, socklen_t, int);
|
H A D | inttypes.h | 19 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
20 uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
H A D | threads.h | 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict);
|
H A D | semaphore.h | 23 int sem_getvalue(sem_t *__restrict, int *__restrict);
27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
|
H A D | dirent.h | 28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
|
H A D | wordexp.h | 34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
|
H A D | unistd.h | 59 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
60 ssize_t readlinkat(int, const char *__restrict, char *__restrict, size_t);
155 void swab(const void *__restrict, void *__restrict, ssize_t);
|
H A D | features.h | 20 #define __restrict restrict
macro 22 #define __restrict
macro
|
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | select.h | 40 int select (int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, struct timeval *__restrict);
41 int pselect (int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, const struct timespec *__restrict, const sigset_t *__restrict);
|
H A D | socket.h | 392 int accept (int, struct sockaddr *__restrict, socklen_t *__restrict);
393 int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int);
395 int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict);
396 int getpeername (int, struct sockaddr *__restrict, socklen_t *__restrict);
401 ssize_t recvfrom (int, void *__restrict, size_t, int, struct sockaddr *__restrict, socklen_ [all...] |
H A D | stat.h | 73 int stat(const char *__restrict, struct stat *__restrict);
75 int lstat(const char *__restrict, struct stat *__restrict);
76 int fstatat(int, const char *__restrict, struct stat *__restrict, int);
|
H A D | time.h | 11 int gettimeofday (struct timeval *__restrict, void *__restrict);
23 int setitimer (int, const struct itimerval *__restrict, struct itimerval *__restrict);
|
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/ |
H A D | inet.h | 19 int inet_pton (int, const char *__restrict, void *__restrict);
20 const char *inet_ntop (int, const void *__restrict, char *__restrict, socklen_t);
|