Home
last modified time | relevance | path

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

12

/third_party/ulib/musl/include/
A Dwchar.h47 wchar_t* wcscpy(wchar_t* __restrict, const wchar_t* __restrict);
50 wchar_t* wcscat(wchar_t* __restrict, const wchar_t* __restrict);
66 wchar_t* wcstok(wchar_t* __restrict, const wchar_t* __restrict, wchar_t** __restrict);
83 size_t mbrtowc(wchar_t* __restrict, const char* __restrict, size_t, mbstate_t* __restrict);
88 size_t mbsrtowcs(wchar_t* __restrict, const char** __restrict, size_t, mbstate_t* __restrict);
89 size_t wcsrtombs(char* __restrict, const wchar_t** __restrict, size_t, mbstate_t* __restrict);
91 float wcstof(const wchar_t* __restrict, wchar_t** __restrict);
92 double wcstod(const wchar_t* __restrict, wchar_t** __restrict);
112 int fwscanf(FILE* __restrict, const wchar_t* __restrict, ...);
127 wchar_t* fgetws(wchar_t* __restrict, int, FILE* __restrict);
[all …]
A Dspawn.h37 int posix_spawn(pid_t* __restrict, const char* __restrict, const posix_spawn_file_actions_t*,
38 const posix_spawnattr_t* __restrict, char* const* __restrict,
40 int posix_spawnp(pid_t* __restrict, const char* __restrict, const posix_spawn_file_actions_t*,
41 const posix_spawnattr_t* __restrict, char* const* __restrict,
48 int posix_spawnattr_getflags(const posix_spawnattr_t* __restrict, short* __restrict);
51 int posix_spawnattr_getpgroup(const posix_spawnattr_t* __restrict, pid_t* __restrict);
53 int posix_spawnattr_setsigmask(posix_spawnattr_t* __restrict, const sigset_t* __restrict);
54 int posix_spawnattr_getsigmask(const posix_spawnattr_t* __restrict, sigset_t* __restrict);
56 int posix_spawnattr_setsigdefault(posix_spawnattr_t* __restrict, const sigset_t* __restrict);
57 int posix_spawnattr_getsigdefault(const posix_spawnattr_t* __restrict, sigset_t* __restrict);
[all …]
A Dstdio.h59 FILE* fopen(const char* __restrict, const char* __restrict);
60 FILE* freopen(const char* __restrict, const char* __restrict, FILE* __restrict);
75 int fgetpos(FILE* __restrict, fpos_t* __restrict);
78 size_t fread(void* __restrict, size_t, size_t, FILE* __restrict);
90 char* fgets(char* __restrict, int, FILE* __restrict);
95 int fputs(const char* __restrict, FILE* __restrict);
117 int setvbuf(FILE* __restrict, char* __restrict, int, size_t);
118 void setbuf(FILE* __restrict, char* __restrict);
125 FILE* fmemopen(void* __restrict, size_t, const char* __restrict);
142 ssize_t getdelim(char** __restrict, size_t* __restrict, int, FILE* __restrict);
[all …]
A Dpthread.h75 int pthread_create(pthread_t* __restrict, const pthread_attr_t* __restrict, void* (*)(void*),
95 int pthread_mutex_init(pthread_mutex_t* __restrict, const pthread_mutexattr_t* __restrict);
103 int pthread_mutex_getprioceiling(const pthread_mutex_t* __restrict, int* __restrict);
104 int pthread_mutex_setprioceiling(pthread_mutex_t* __restrict, int, int* __restrict);
106 int pthread_cond_init(pthread_cond_t* __restrict, const pthread_condattr_t* __restrict);
108 int pthread_cond_wait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict);
109 int pthread_cond_timedwait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict,
143 int pthread_attr_getguardsize(const pthread_attr_t* __restrict, size_t* __restrict);
145 int pthread_attr_getstacksize(const pthread_attr_t* __restrict, size_t* __restrict);
149 int pthread_attr_getstack(const pthread_attr_t* __restrict, void** __restrict, size_t* __restrict);
[all …]
A Dstring.h14 void* memcpy(void* __restrict, const void* __restrict, size_t);
20 char* strcpy(char* __restrict, const char* __restrict);
21 char* strncpy(char* __restrict, const char* __restrict, size_t);
23 char* strcat(char* __restrict, const char* __restrict);
24 char* strncat(char* __restrict, const char* __restrict, size_t);
30 size_t strxfrm(char* __restrict, const char* __restrict, size_t);
39 char* strtok(char* __restrict, const char* __restrict);
51 char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
53 char* stpcpy(char* __restrict, const char* __restrict);
54 char* stpncpy(char* __restrict, const char* __restrict, size_t);
[all …]
A Dstdlib.h20 float strtof(const char* __restrict, char** __restrict);
21 double strtod(const char* __restrict, char** __restrict);
22 long double strtold(const char* __restrict, char** __restrict);
24 long strtol(const char* __restrict, char** __restrict, int);
25 unsigned long strtoul(const char* __restrict, char** __restrict, int);
26 long long strtoll(const char* __restrict, char** __restrict, int);
27 unsigned long long strtoull(const char* __restrict, char** __restrict, int);
65 int mbtowc(wchar_t* __restrict, const char* __restrict, size_t);
67 size_t mbstowcs(wchar_t* __restrict, const char* __restrict, size_t);
68 size_t wcstombs(char* __restrict, const wchar_t* __restrict, size_t);
[all …]
A Duchar.h16 size_t c16rtomb(char* __restrict, char16_t, mbstate_t* __restrict);
17 size_t mbrtoc16(char16_t* __restrict, const char* __restrict, size_t, mbstate_t* __restrict);
19 size_t c32rtomb(char* __restrict, char32_t, mbstate_t* __restrict);
20 size_t mbrtoc32(char32_t* __restrict, const char* __restrict, size_t, mbstate_t* __restrict);
A Dtime.h47 size_t strftime(char* __restrict, size_t, const char* __restrict, const struct tm* __restrict);
61 struct tm* gmtime_r(const time_t* __restrict, struct tm* __restrict);
62 struct tm* localtime_r(const time_t* __restrict, struct tm* __restrict);
63 char* asctime_r(const struct tm* __restrict, char* __restrict);
96 int timer_create(clockid_t, struct sigevent* __restrict, timer_t* __restrict);
98 int timer_settime(timer_t, int, const struct itimerspec* __restrict, struct itimerspec* __restrict);
105 char* strptime(const char* __restrict, const char* __restrict, struct tm* __restrict);
A Dregex.h51 int regcomp(regex_t* __restrict, const char* __restrict, int);
52 int regexec(const regex_t* __restrict, const char* __restrict, size_t, regmatch_t* __restrict, int);
55 size_t regerror(int, const regex_t* __restrict, char* __restrict, size_t);
A Dsignal.h198 int sigprocmask(int, const sigset_t* __restrict, sigset_t* __restrict);
200 int sigaction(int, const struct sigaction* __restrict, struct sigaction* __restrict);
202 int sigwait(const sigset_t* __restrict, int* __restrict);
203 int sigwaitinfo(const sigset_t* __restrict, siginfo_t* __restrict);
204 int sigtimedwait(const sigset_t* __restrict, siginfo_t* __restrict,
205 const struct timespec* __restrict);
208 int pthread_sigmask(int, const sigset_t* __restrict, sigset_t* __restrict);
218 int sigaltstack(const stack_t* __restrict, stack_t* __restrict);
A Dmonetary.h15 ssize_t strfmon(char* __restrict, size_t, const char* __restrict, ...);
16 ssize_t strfmon_l(char* __restrict, size_t, locale_t, const char* __restrict, ...);
A Diconv.h16 size_t iconv(iconv_t, char** __restrict, size_t* __restrict, char** __restrict, size_t* __restrict);
A Dsemaphore.h20 int sem_getvalue(sem_t* __restrict, int* __restrict);
24 int sem_timedwait(sem_t* __restrict, const struct timespec* __restrict);
A Dnetdb.h54 int getaddrinfo(const char* __restrict, const char* __restrict, const struct addrinfo* __restrict,
55 struct addrinfo** __restrict);
57 int getnameinfo(const struct sockaddr* __restrict, socklen_t, char* __restrict, socklen_t,
58 char* __restrict, socklen_t, int);
A Dthreads.h80 int mtx_timedlock(mtx_t* __restrict, const struct timespec* __restrict);
94 int cnd_timedwait(cnd_t* __restrict, mtx_t* __restrict, const struct timespec* __restrict);
A Ddirent.h33 int readdir_r(DIR* __restrict, struct dirent* __restrict, struct dirent** __restrict);
A Dwordexp.h33 int wordexp(const char* __restrict, wordexp_t* __restrict, int);
A Ddlfcn.h24 void* dlsym(void* __restrict, const char* __restrict);
A Dfeatures.h18 #define __restrict restrict macro
20 #define __restrict macro
/third_party/ulib/musl/include/sys/
A Dselect.h38 int select(int, fd_set* __restrict, fd_set* __restrict, fd_set* __restrict,
39 struct timeval* __restrict);
40 int pselect(int, fd_set* __restrict, fd_set* __restrict, fd_set* __restrict,
41 const struct timespec* __restrict, const sigset_t* __restrict);
A Dsocket.h300 int accept(int, struct sockaddr* __restrict, socklen_t* __restrict);
301 int accept4(int, struct sockaddr* __restrict, socklen_t* __restrict, int);
303 int getsockname(int, struct sockaddr* __restrict, socklen_t* __restrict);
304 int getpeername(int, struct sockaddr* __restrict, socklen_t* __restrict);
309 ssize_t recvfrom(int, void* __restrict, size_t, int, struct sockaddr* __restrict,
310 socklen_t* __restrict);
314 int getsockopt(int, int, int, void* __restrict, socklen_t* __restrict);
A Dstat.h73 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);
A Dtime.h11 int gettimeofday(struct timeval* __restrict, void* __restrict);
25 int setitimer(int, const struct itimerval* __restrict, struct itimerval* __restrict);
/third_party/ulib/musl/include/arpa/
A Dinet.h18 int inet_pton(int, const char* __restrict, void* __restrict);
19 const char* inet_ntop(int, const void* __restrict, char* __restrict, socklen_t);
/third_party/ulib/jemalloc/src/
A Dmutex.c34 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *,
35 void *(*)(void *), void *__restrict);
51 pthread_create(pthread_t *__restrict thread, in pthread_create()
52 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create()
53 void *__restrict arg) in pthread_create()

Completed in 26 milliseconds

12