Lines Matching defs:inbuf
3089 const String &inbuf,
3565 inbuf[0] = '\0';
3566 if (feof(f) || !fgets(inbuf, 255, f))
3568 properties[fieldNames[i]] = trim(inbuf);
3579 char inbuf[256];
3937 const String &inbuf,
4027 if (inbuf.size()>0 &&
4028 !WriteFile(stdinWrite, inbuf.c_str(), inbuf.size(),
4134 const String &inbuf,
9640 static int getword(int pos, const String &inbuf, String &result)
9643 int len = (int)inbuf.size();
9647 char ch = inbuf[p];