Searched refs:allocMem (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c145 static void *(*allocMem)(); variable
316 ptr = (char *)allocMem(len);
419 cp = (struct nodeStruct *)allocMem(sizeof(struct nodeStruct));
470 ip = (struct nodeStruct *)allocMem(sizeof(struct nodeStruct));
622 allocMem(len + 1 + sizeof(struct commentStruct));
696 the allocMem and freeMem routines specified by OWconfigInit.
706 newPtr = allocMem(newSize);
735 *lineBuf = (char *)allocMem(lineBufSize);
917 valBuf = allocMem(strlen(lineBuf)+1);
1405 allocMem(sizeo
[all...]

Completed in 13 milliseconds