Lines Matching defs:restrict
558 #if (__STDC_VERSION__ < 199901 && !defined restrict \
560 # define restrict /* empty */
682 char *asctime_r(struct tm const *restrict, char *restrict);
686 size_t strftime(char *restrict, size_t, char const *restrict,
687 struct tm const *restrict);
689 size_t strftime_l(char *restrict, size_t, char const *restrict,
690 struct tm const *restrict, locale_t);
693 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
695 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
717 extern char *asctime_r(struct tm const *restrict, char *restrict);
794 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
795 struct tm *restrict);
796 time_t mktime_z(timezone_t restrict, struct tm *restrict);
950 char *asctime_r(struct tm const *restrict, char *restrict);