| /xsrc/external/mit/libX11/dist/src/ |
| H A D | locking.h | 37 #ifndef xmalloc 38 #define xmalloc(s) Xmalloc(s) macro
|
| H A D | locking.c | 87 me = xmalloc(sizeof(struct _xthread_waiter));
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Array.c | 41 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 D | Xthreads.h | 33 # 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 D | Threads.c | 58 #define xmalloc __XtMalloc macro
|
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | ltmain.sh | 4269 #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 D | ltmain.sh | 3532 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5690 #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 D | ltmain.sh | 3532 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 4269 #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 D | ltmain.sh | 4269 #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 D | ltmain.sh | 4263 #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 D | ltmain.sh | 3244 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5642 #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 D | ltmain.sh | 5645 #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 D | ltmain.sh | 4269 #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 D | ltmain.sh | 4269 #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 D | ltmain.sh | 3244 #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),
|