Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos_r.h851 # 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