Lines Matching refs:_RESTRICT_KYWD
87 extern struct tm *gmtime_r(const time_t *_RESTRICT_KYWD,
88 struct tm *_RESTRICT_KYWD);
89 extern struct tm *localtime_r(const time_t *_RESTRICT_KYWD,
90 struct tm *_RESTRICT_KYWD);
105 extern char *strptime(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
106 struct tm *_RESTRICT_KYWD);
146 extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
147 timer_t *_RESTRICT_KYWD);
151 extern int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
152 struct itimerspec *_RESTRICT_KYWD);
248 extern char *asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
252 extern char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD,
253 char *_RESTRICT_KYWD);
264 asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf) in asctime_r()
295 extern size_t strftime_l(char *_RESTRICT_KYWD, size_t,
296 const char *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD, locale_t);