Home | History | Annotate | Download | only in X11

Lines Matching refs:localtime_r

902  * extern int localtime_r(const time_t *timer, struct tm *result);
916 # define _XLocaltime(t,p) (localtime_r((t),&(p)) ? NULL : &(p))
924 * extern struct tm *localtime_r(const time_t *clock, struct tm *res);
938 # define _XLocaltime(t,p) localtime_r((t),&(p))
945 * extern struct tm *localtime_r(const time_t *timer, struct tm *result);
959 # define _XLocaltime(t,p) localtime_r((t),&(p))