Lines Matching refs:buf
166 char buf[2000];
181 std::sprintf(buf, "$var %s % 3d %s %s $end\n",
189 std::sprintf(buf, "$var %s % 3d %s %s [%d:0] $end\n",
196 std::fputs(buf, f);
1699 char buf[2000];
1761 std::sprintf(buf,
1766 write_comment(buf);
2015 char buf[200];
2017 std::sprintf(buf, "#%u%09u", this_time_units_high, this_time_units_low);
2020 std::sprintf(buf, "#%u", this_time_units_low);
2022 std::fputs(buf, fp);
2075 char buf[20];
2076 std::sprintf(buf, "%c%c%c%c%c",
2083 return std::string(buf);