Home
last modified time | relevance | path

Searched refs:_XtRealloc (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DAlloc.c379 _XtRealloc(char *ptr, unsigned size, const char *file, int line) in _XtRealloc() function
400 return _XtRealloc(ptr, size, (char *) NULL, 0); in XtRealloc()
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DIntrinsic.h1874 extern char *_XtRealloc( /* implementation-private */
1899 #define XtRealloc(ptr,size) _XtRealloc(ptr, size, __FILE__, __LINE__)