Searched defs:charPos (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c792 readPair: Starting at character position "charPos" in "lineBuf",
801 value to the right of the =. "charPos" will be updated to
805 readPair(char *lineBuf, char *nameBuf, char *valBuf, int *charPos) argument
807 char *ptr = lineBuf + *charPos;
814 *charPos = (int)(ptr - lineBuf);
835 *charPos = (int)(ptr - lineBuf);
870 *charPos = (int)(ptr - lineBuf);
915 int charPos; local
925 charPos = 0;
927 &charPos))
[all...]

Completed in 13 milliseconds