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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DConfigint.h95 #define xf86conffree free macro
97 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DConfigint.h95 #define xf86conffree free macro
97 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DConfigint.h98 #define xf86conffree free macro
100 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DConfigint.h98 #define xf86conffree free macro
100 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DConfigint.h96 #define xf86conffree free macro
98 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DConfigint.h96 #define xf86conffree free macro
98 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }

Completed in 41 milliseconds