Lines Matching refs:__RENAME
93 char *ctime(const time_t *) __RENAME(__ctime50);
94 double difftime(time_t, time_t) __RENAME(__difftime50);
95 struct tm *gmtime(const time_t *) __RENAME(__gmtime50);
96 struct tm *localtime(const time_t *) __RENAME(__locatime50);
97 time_t time(time_t *) __RENAME(__time50);
98 time_t mktime(struct tm *) __RENAME(__mktime50);
119 void tzset(void) __RENAME(__tzset50);
128 extern long int timezone __RENAME(__timezone13);
151 __RENAME(__clock_getres50);
153 __RENAME(__clock_gettime50);
155 __RENAME(__clock_settime50);
157 __RENAME(__nanosleep50);
158 int timer_gettime(timer_t, struct itimerspec *) __RENAME(__timer_gettime50);
160 struct itimerspec * __restrict) __RENAME(__timer_settime50);
178 char *ctime_r(const time_t *, char *) __RENAME(__ctime_r50);
186 __RENAME(__gmtime_r50);
188 __RENAME(__localtime_r50);
205 time_t timegm(struct tm *) __RENAME(__timegm50);
213 time_t time2posix(time_t) __RENAME(__time2posix50);
214 time_t posix2time(time_t) __RENAME(__posix2time50);
215 time_t timeoff(struct tm *, long) __RENAME(__timeoff50);
216 time_t timelocal(struct tm *) __RENAME(__timelocal50);
217 struct tm *offtime(const time_t *, long) __RENAME(__offtime50);
218 void tzsetwall(void) __RENAME(__tzsetwall50);
220 struct tm *offtime_r(const time_t *, long, struct tm *) __RENAME(__offtime_r50);
222 struct tm * __restrict) __RENAME(__localtime_rz50);
224 __RENAME(__ctime_rz50);
226 __RENAME(__mktime_z50);
228 __RENAME(__timelocal_z50);
229 time_t time2posix_z(timezone_t __restrict, time_t) __RENAME(__time2posix_z50);
230 time_t posix2time_z(timezone_t __restrict, time_t) __RENAME(__posix2time_z50);
231 timezone_t tzalloc(const char *) __RENAME(__tzalloc50);
232 void tzfree(timezone_t __restrict) __RENAME(__tzfree50);
233 const char *tzgetname(timezone_t __restrict, int) __RENAME(__tzgetname50);
234 long tzgetgmtoff(timezone_t __restrict, int) __RENAME(__tzgetgmtoff50);