Lines Matching refs:__restrict
100 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
101 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
107 double strtod(const char * __restrict, char ** __restrict);
108 float strtof(const char * __restrict, char ** __restrict);
109 long strtol(const char * __restrict, char ** __restrict, int);
111 strtold(const char * __restrict, char ** __restrict);
113 strtoul(const char * __restrict, char ** __restrict, int);
116 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
146 strtoll(const char * __restrict, char ** __restrict, int);
149 strtoull(const char * __restrict, char ** __restrict, int);
169 char *realpath(const char * __restrict, char * __restrict);