HomeSort by relevance Sort by last modified time
    Searched refs:linebuff (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
prompt.c 190 char linebuff[LINE_LEN]; local
193 n = read(p->fd_in, linebuff, sizeof linebuff - 1);
195 if (linebuff[n-1] == '\n')
196 linebuff[--n] = '\0';
198 linebuff[n] = '\0';
204 if (!command_Decode(bundle, linebuff, n, p, p->src.from))
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 221 StringBuilder linebuff = new StringBuilder(80); // Typical line local
229 if (linebuff.length() == 0) {
234 if (linebuff.length() == 0) {
239 linebuff.append((char) nextByte);
242 if (linebuff.length() == 0) {
245 String line = linebuff.toString();
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 371 StringBuilder linebuff = new StringBuilder(80); // Typical line local
379 if (linebuff.length() == 0) {
384 if (linebuff.length() == 0) {
389 linebuff.append((char) nextByte);
392 if (linebuff.length() == 0) {
395 String line = linebuff.toString();
    [all...]

Completed in 245 milliseconds