HomeSort by relevance Sort by last modified time
    Searched defs:nextline (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libasm/
asm_addstrz.c 76 bool nextline = true; local
80 if (nextline)
83 nextline = false;
96 nextline = true;
105 if (! nextline)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1538 char *nextline; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 137 String nextline; local
138 while ((nextline = buf.readLine()) != null) {
139 assertEquals(helloWorldString, nextline);
  /external/toybox/generated/
globals.h 1295 char *nextline, *remember; member in struct:sed_data

Completed in 596 milliseconds