Lines Matching defs:buf0
56 char buf0[LINESIZE];
2137 &unichar, buf0);
2143 s = buf0;
2197 ret = sscanf(line, "%X; %c; %[^;];", &unichar, &status, buf0);
2205 s = buf0;
2251 ret = sscanf(line, "%X..%X ; %s # ", &first, &last, buf0);
2253 if (strcmp(buf0, "Default_Ignorable_Code_Point"))
2273 ret = sscanf(line, "%X ; %s # ", &unichar, buf0);
2275 if (strcmp(buf0, "Default_Ignorable_Code_Point"))
2326 &unichar, buf0, buf1,
2341 &unichar, buf0, buf1,
2353 s = buf0;
2368 unichar, buf0, buf1, major, minor, revision);
3233 buf0, buf1);
3236 s = buf0;
3259 printf("Line %s -> %s", buf0, buf1);