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

/xsrc/external/mit/xorgproto/dist/include/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 5 milliseconds