Home | History | Annotate | Download | only in time

Lines Matching defs:restrict

628 #if (__STDC_VERSION__ < 199901 && !defined restrict \
630 # define restrict /* empty */
764 char *asctime_r(struct tm const *restrict, char *restrict);
768 size_t strftime(char *restrict, size_t, char const *restrict,
769 struct tm const *restrict);
771 size_t strftime_l(char *restrict, size_t, char const *restrict,
772 struct tm const *restrict, locale_t);
775 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
777 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
799 extern char *asctime_r(struct tm const *restrict, char *restrict);
884 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
885 struct tm *restrict);
886 time_t mktime_z(timezone_t restrict, struct tm *restrict);
1041 char *asctime_r(struct tm const *restrict, char *restrict);