Lines Matching defs:buf
134 char buf[16];136 sprintf(buf, "%d", yylineno);138 return xstrdup(buf);144 char buf[4096];157 nread = fread(buf, 1, sizeof(buf), p);158 if (nread == sizeof(buf))162 while (nread > 0 && buf[nread - 1] == '\n')165 buf[nread] = 0;169 if (buf[i] == '\n')170 buf[i] = ' ';178 return xstrdup(buf);