Lines Matching defs:restrict
577 #if (__STDC_VERSION__ < 199901 && !defined restrict \
579 # define restrict /* empty */
707 char *asctime_r(struct tm const *restrict, char *restrict);
711 size_t strftime(char *restrict, size_t, char const *restrict,
712 struct tm const *restrict);
714 size_t strftime_l(char *restrict, size_t, char const *restrict,
715 struct tm const *restrict, locale_t);
718 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
720 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
742 extern char *asctime_r(struct tm const *restrict, char *restrict);
822 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
823 struct tm *restrict);
824 time_t mktime_z(timezone_t restrict, struct tm *restrict);
978 char *asctime_r(struct tm const *restrict, char *restrict);