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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DConfigint.h94 #define xf86confcalloc calloc macro
100 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
104 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DConfigint.h94 #define xf86confcalloc calloc macro
100 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
104 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DConfigint.h97 #define xf86confcalloc calloc macro
103 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
107 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DConfigint.h97 #define xf86confcalloc calloc macro
103 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; }
106 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DConfigint.h95 #define xf86confcalloc calloc macro
101 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
105 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DConfigint.h95 #define xf86confcalloc calloc macro
101 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
105 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \

Completed in 47 milliseconds