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

  /build/tools/kcm/
kcm.cpp 86 char *thisline = input; local
87 while (*thisline) {
89 char *nextline = thisline;
96 while (*thisline != '\0' && (*thisline == ' ' || *thisline == '\t')) {
97 thisline++;
107 if (*thisline == '\0' || *thisline == '\r' || *thisline == '\n
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 382 static char thisline[1024]; local
385 thisline[0] = 0;
386 p = fgets(thisline, sizeof(thisline)-1, stdin);
389 return p?thisline:NULL;

Completed in 171 milliseconds