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

/freebsd-9.3-release/lib/libncp/
H A Dncpl_rcfile.c220 enum { stNewLine, stHeader, stSkipToEOL, stGetKey, stGetValue}; enumerator in enum:__anon5274
285 state = stGetValue;
288 /* only stGetValue left */
289 if (state != stGetValue) {
302 if (c == EOF && state == stGetValue) {
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drcfile.c234 enum { stNewLine, stHeader, stSkipToEOL, stGetKey, stGetValue}; enumerator in enum:__anon4057
300 state = stGetValue;
303 /* only stGetValue left */
304 if (state != stGetValue) {
317 if (c == EOF && state == stGetValue) {

Completed in 63 milliseconds