Home
last modified time | relevance | path

Searched defs:XpmMalloc (Results 1 – 6 of 6) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/img/
H A Dgiftoxpm.c50 #define XpmMalloc(size) (void *)malloc((size)) macro
H A Djpegtoxpm.c68 #define XpmMalloc(n) (void *)malloc(n) macro
/dports/math/abs/abs-src-0.908/Xpm/
H A DxpmP.h93 #define XpmMalloc(size) malloc((size)) macro
98 #define XpmMalloc(size) boundCheckingMalloc((long)(size)) /* in simx.[ch] */ macro
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DXpmI.h101 #define XpmMalloc(size) malloc((size)) macro
106 #define XpmMalloc(size) boundCheckingMalloc((long)(size))/* in simx.[ch] */ macro
/dports/x11/libXpm/libXpm-3.5.13/src/
H A DXpmI.h83 #define XpmMalloc(size) malloc((size)) macro
88 #define XpmMalloc(size) boundCheckingMalloc((long)(size))/* in simx.[ch] */ macro
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXpmI.h185 #define XpmMalloc(size) malloc((size)) macro
190 #define XpmMalloc(size) boundCheckingMalloc((long)(size))/* in simx.[ch] */ macro