Home
last modified time | relevance | path

Searched refs:IfcAllocateMemory (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Drxiface.h178 void *IfcAllocateMemory( unsigned long );
H A Drexxext.c295 void *IfcAllocateMemory( unsigned long size ) in IfcAllocateMemory() function
H A Drexxsaa.c360 string->strptr = (char *)IfcAllocateMemory( Length + 1 ); in FillReq()
775 return IfcAllocateMemory( size ); in RexxAllocateMemory()
2035 …if ( ( VersionString->strptr = (char *)IfcAllocateMemory( sizeof(PARSE_VERSION_STRING) ) ) == NULL… in ReginaVersion()
H A Dclient.c216 if ( ( *targetbuf = (char *)IfcAllocateMemory( len + 1 ) ) == NULL ) in IfcPrepareReturnString()
1451 p = (char *)IfcAllocateMemory( len + 1 ); in IfcPullQueue()
H A Dinstore.c675 retval = (external_parser_type *)IfcAllocateMemory(*length); in TinTree()
H A Dwrappers.h21 #define IfcAllocateMemory __regina_IfcAllocateMemory macro
/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_reginabridge.c239 if ( ( h = (char *) IfcAllocateMemory( (ULONG) (src->used+1) ) ) == NULL ) in assignRxString()