Home
last modified time | relevance | path

Searched refs:Xalloc (Results 1 – 25 of 66) sorted by relevance

123

/dports/audio/nas/nas-1.9.4/server/include/
H A Dos.h96 #define Xalloc(len) debug_Xalloc(__FILE__,__LINE__,(len)) macro
103 #define ALLOCATE_LOCAL(size) Xalloc((size))
109 #define xalloc(size) Xalloc(((size)))
145 void *Xalloc(unsigned long size);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/include/
H A Dfontmisc.h70 extern unsigned long *Xalloc();
73 #define xalloc(n) Xalloc ((unsigned) n)
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Dgenalloca.c53 extern pointer Xalloc();
174 register pointer new = Xalloc (sizeof (header) + size);
H A Dxalloc.c286 Xalloc (amount) in Xalloc() function
458 ptr = Xalloc(amount);
476 ret = Xalloc (amount);
518 new_ptr = Xalloc(amount);
/dports/audio/nas/nas-1.9.4/server/os/
H A Dgenalloca.c50 extern pointer Xalloc();
164 pointer new = Xalloc(sizeof(header) + size);
H A Dutils.c400 Xalloc(unsigned long amount) in Xalloc() function
429 ret = Xalloc(amount); in Xcalloc()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/Xdmcp/
H A DXdmcp.h136 #if !defined(Xalloc) && !defined(xalloc) && !defined(Xrealloc)
137 extern long *Xalloc (), *Xrealloc ();
H A DFill.c72 newBuf = (BYTE *) Xalloc (XDM_MAX_MSGLEN);
119 newBuf = (BYTE *) Xalloc (XDM_MAX_MSGLEN);
H A DAA8.c43 newData = (CARD8Ptr) Xalloc (length * sizeof (CARD8));
H A DAofA8.c43 newData = (ARRAY8Ptr) Xalloc (length * sizeof (ARRAY8));
H A DAA32.c43 newData = (CARD32Ptr) Xalloc (length * sizeof (CARD32));
H A DAA16.c43 newData = (CARD16Ptr) Xalloc (length * sizeof (CARD16));
H A DAlloc.c37 Xalloc (amount) in Xalloc() function
H A DCA8.c42 dst->data = (CARD8 *) Xalloc (dst->length * sizeof (CARD8));
H A DRAofA8.c50 array->data = (ARRAY8 *) Xalloc (array->length * sizeof (ARRAY8));
H A DRA16.c50 array->data = (CARD16 *) Xalloc (array->length * sizeof (CARD16));
H A DRA32.c50 array->data = (CARD32 *) Xalloc (array->length * sizeof (CARD32));
H A DRA8.c50 array->data = (CARD8 *) Xalloc (array->length * sizeof (CARD8));
H A DWhead.c45 newData = (BYTE *) Xalloc (XDM_MAX_MSGLEN * sizeof (BYTE));
H A DFlush.c90 b= (char *)Xalloc(buffer->pointer + sizeof(udp_io_hdr_t));
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/include/
H A Dos.h55 #define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
80 #define xalloc(size) Xalloc((unsigned long)(size))
369 extern unsigned long *Xalloc(
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/util/
H A Dmiscutil.c49 Xalloc (m) in Xalloc() function
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dt1funcs.c129 pFont = (FontPtr) Xalloc(sizeof(FontRec)); in Type1OpenScalable()
133 type1 = (struct type1font *)Xalloc(sizeof(struct type1font)); in Type1OpenScalable()
204 glyphs[i].bits = (char *)Xalloc(size); in Type1OpenScalable()
H A Dt1info.c272 pInfo->isStringProp = (char *) Xalloc(sizeof(char) * nprops); in ComputeStdProps()
273 pInfo->props = (FontPropPtr) Xalloc(sizeof(FontPropRec) * nprops); in ComputeStdProps()
/dports/x11-fonts/xfs/xfs-1.2.0/include/
H A Ddifsutils.h55 extern pointer Xalloc (unsigned long m);

123