Lines Matching refs:_EXFUN

46 clock_t	   _EXFUN(clock,    (void));
47 double _EXFUN(difftime, (time_t _time2, time_t _time1));
48 time_t _EXFUN(mktime, (struct tm *_timeptr));
49 time_t _EXFUN(time, (time_t *_timer));
51 char *_EXFUN(asctime, (const struct tm *_tblock));
52 char *_EXFUN(ctime, (const time_t *_time));
53 struct tm *_EXFUN(gmtime, (const time_t *_timer));
54 struct tm *_EXFUN(localtime,(const time_t *_timer));
56 size_t _EXFUN(strftime, (char *_s, size_t _maxsize, const char *_fmt, const struct tm *_t));
58 char *_EXFUN(asctime_r, (const struct tm *, char *));
59 char *_EXFUN(ctime_r, (const time_t *, char *));
60 struct tm *_EXFUN(gmtime_r, (const time_t *, struct tm *));
61 struct tm *_EXFUN(localtime_r, (const time_t *, struct tm *));
274 char *_EXFUN(strptime, (const char *, const char *, struct tm *));
275 _VOID _EXFUN(tzset, (_VOID));
276 _VOID _EXFUN(_tzset_r, (struct _reent *));
296 __tzinfo_type *_EXFUN (__gettzinfo, (_VOID));
303 int *_EXFUN(__getdate_err,(_VOID));
305 struct tm * _EXFUN(getdate, (const char *));
318 int _EXFUN(getdate_r, (const char *, struct tm *));
352 int _EXFUN(clock_settime, (clockid_t clock_id, const struct timespec *tp));
353 int _EXFUN(clock_gettime, (clockid_t clock_id, struct timespec *tp));
354 int _EXFUN(clock_getres, (clockid_t clock_id, struct timespec *res));
358 int _EXFUN(timer_create,
363 int _EXFUN(timer_delete, (timer_t timerid));
367 int _EXFUN(timer_settime,
370 int _EXFUN(timer_gettime, (timer_t timerid, struct itimerspec *value));
371 int _EXFUN(timer_getoverrun, (timer_t timerid));
375 int _EXFUN(nanosleep, (const struct timespec *rqtp, struct timespec *rmtp));
437 int _EXFUN(clock_getcpuclockid, (pid_t pid, clockid_t *clock_id));
445 int _EXFUN(clock_setenable_attr, (clockid_t clock_id, int attr));
446 int _EXFUN(clock_getenable_attr, (clockid_t clock_id, int *attr));