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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c722 way. When a line is found, fill "lineBuf" with the data.
728 readLine(FILE *fp, char **lineBuf, int *lineNumber) argument
735 *lineBuf = (char *)allocMem(lineBufSize);
736 if (!*lineBuf)
739 result = fgets(*lineBuf, LINEALLOCUNIT, fp);
749 newBuf = reAllocMem(*lineBuf, lineBufSize, newBufSize);
752 freeMem(*lineBuf);
753 *lineBuf = NULL;
757 *lineBuf = newBuf;
763 freeMem(*lineBuf);
805 readPair(char *lineBuf, char *nameBuf, char *valBuf, int *charPos) argument
888 char *lineBuf = NULL; local
[all...]

Completed in 849 milliseconds