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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h828 * struct tm *_XGmtime(const time_t *, _Xgtimeparams);
849 # 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 77 milliseconds