Lines Matching refs:__restrict
188 char *asctime_r (const struct tm *__restrict,
232 struct tm *gmtime_r (const time_t *__restrict,
233 struct tm *__restrict);
239 struct tm *localtime_r (const time_t *__restrict,
240 struct tm *__restrict);
247 size_t strftime (char *__restrict _s,
248 size_t _maxsize, const char *__restrict _fmt,
249 const struct tm *__restrict _t);
254 size_t strftime_l (char *__restrict _s, size_t _maxsize,
255 const char *__restrict _fmt,
256 const struct tm *__restrict _t, locale_t _l);
260 char *strptime (const char *__restrict,
261 const char *__restrict,
262 struct tm *__restrict);
265 char *strptime_l (const char *__restrict, const char *__restrict,
266 struct tm *__restrict, locale_t);
278 struct sigevent *__restrict evp,
279 timer_t *__restrict timerid);
288 const struct itimerspec *__restrict value,
289 struct itimerspec *__restrict ovalue);