Searched refs:xmalloc (Results 1 - 25 of 105) sorted by relevance

12345

/xsrc/external/mit/libX11/dist/src/
H A Dlocking.h37 #ifndef xmalloc
38 #define xmalloc(s) Xmalloc(s) macro
H A Dlocking.c87 me = xmalloc(sizeof(struct _xthread_waiter));
/xsrc/external/mit/libXdmcp/dist/
H A DArray.c41 xmalloc(size_t size) function in typeref:typename:void *
71 array->data = xmalloc(length * sizeof (CARD8));
88 array->data = xmalloc(length * sizeof (CARD16));
105 array->data = xmalloc(length * sizeof (CARD32));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXthreads.h33 # ifndef xmalloc
34 # define xmalloc malloc macro
283 # define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
289 # define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
/xsrc/external/mit/libXt/dist/src/
H A DThreads.c58 #define xmalloc __XtMalloc macro
/xsrc/external/mit/libXTrap/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/libXevie/dist/
H A Dltmain.sh3532 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3545 void *xmalloc (size_t num);
3810 xmalloc (size_t num)
3822 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/libXfont/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/mesa-demos/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/glu/dist/
H A Dltmain.sh5690 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5703 void *xmalloc (size_t num);
5977 xmalloc (size_t num)
5989 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/glw/dist/
H A Dltmain.sh3532 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3545 void *xmalloc (size_t num);
3810 xmalloc (size_t num)
3822 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/libXxf86misc/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-sis/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-tdfx/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-tga/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-tseng/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Dltmain.sh4263 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4276 void *xmalloc (size_t num);
4545 xmalloc (size_t num)
4557 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-xgi/dist/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-glint/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-i740/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-intel/dist/
H A Dltmain.sh5645 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5658 void *xmalloc (size_t num);
5932 xmalloc (size_t num)
5944 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-input-synaptics/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),

Completed in 196 milliseconds

12345