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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c800 value to the left of the = and "valBuf" is filled with the
805 readPair(char *lineBuf, char *nameBuf, char *valBuf, int *charPos) argument
847 *valBuf = *ptr;
848 valBuf++;
858 *valBuf = *ptr;
859 valBuf++;
864 *valBuf = (char)0;
890 char *valBuf = NULL; local
917 valBuf = allocMem(strlen(lineBuf)+1);
918 if (!valBuf) {
[all...]

Completed in 11 milliseconds