Searched defs:_XGmtime (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXos_r.h849 # define _XGmtime(t,p) gmtime((t)) macro
881 # define _XGmtime(t,p) \ macro
915 # define _XGmtime(t,p) (gmtime_r((t),&(p)) ? NULL : &(p)) macro
937 # define _XGmtime(t,p) gmtime_r((t),&(p)) macro
958 # define _XGmtime(t,p) gmtime_r((t),&(p)) macro

Completed in 11 milliseconds