Home | History | Annotate | Download | only in useful

Lines Matching defs:linebuf

67 static HChar linebuf[N_LINEBUF];
137 char* unused1 = fgets(linebuf, N_LINEBUF,f);
138 if (linebuf[0] == 0) continue;
139 if (linebuf[0] != '.') continue;
145 assert(3 == sscanf(&linebuf[1], " %d %x %d\n",
151 char* unused2 = fgets(linebuf, N_LINEBUF,f);
152 assert(linebuf[0] == '.');
167 assert(1 == sscanf(&linebuf[2 + 3*i], "%x", &u));