Lines Matching full:writef
1599 void Writef(SAVESTREAM* f, const char* frm, ...)
1633 Writef(fp, "%c", *Pt);
1662 Writef(fp, "\t%s", p ->Value);
1666 Writef(fp, "\t\"%s\"", p->Value );
1670 Writef(fp, "\t0x%X", atoi(p ->Value));
1674 Writef(fp, "\t0x%B", atoi(p ->Value));
1678 Writef(fp, "\t\"%s,%s\"", p->Subkey, p->Value);