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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c379 enum { stNewLine, stHeader, stSkipToEOL, stGetKey, stGetValue}; enumerator in enum:__anon4034
471 state = stGetValue;
474 /* only stGetValue left */
475 if (state != stGetValue) {
489 if (c == EOF && state == stGetValue) {

Completed in 52 milliseconds