Searched refs:_XLocaltime (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h829 * struct tm *_XLocaltime(const time_t *, _Xltimeparams);
851 # define _XLocaltime(t,p) localtime((t)) macro
888 # define _XLocaltime(t,p) \ macro
916 # define _XLocaltime(t,p) (localtime_r((t),&(p)) ? NULL : &(p)) macro
938 # define _XLocaltime(t,p) localtime_r((t),&(p)) macro
959 # define _XLocaltime(t,p) localtime_r((t),&(p)) macro

Completed in 34 milliseconds