Home
last modified time | relevance | path

Searched refs:writef (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Doutbuffer.d313 void writef(Char, A...)(scope const(Char)[] fmt, A args) in writef() function
323 b.writef("a%sb", 16);
328 void writef(alias fmt, A...)(A args)
335 return this.writef(fmt, args);
342 b.writef!"a%sb"(16);
H A Dstdio.d1771 void writef(alias fmt, A...)(A args)
1778 return this.writef(fmt, args);
1782 void writef(Char, A...)(in Char[] fmt, A args)
3631 f.writef("string with arg: %s", 47);
3632 f.writef("%s", SystemToString());
3633 f.writef("%s", TrustedToString());
3634 f.writef("%s", SafeToString());
3636 writef("string with arg: %s", 47);
3637 writef("%s", SystemToString());
3638 writef("%s", TrustedToString());
[all …]
H A Dzlib.d815 … debug(zlib) writef("src.length: %1$d, dst: %2$d, Ratio = %3$f", src.length, dst.length, ratio); in CompressThenUncompress()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1467 void writef(alias fmt, A...)(A args)
1474 return this.writef(fmt, args);
1478 void writef(Char, A...)(in Char[] fmt, A args)
3175 f.writef("string with arg: %s", 47);
3176 f.writef("%s", SystemToString());
3177 f.writef("%s", TrustedToString());
3178 f.writef("%s", SafeToString());
3180 writef("string with arg: %s", 47);
3181 writef("%s", SystemToString());
3182 writef("%s", TrustedToString());
[all …]
H A Doutbuffer.d312 void writef(Char, A...)(in Char[] fmt, A args) in writef() function
322 b.writef("a%sb", 16);
H A Dzlib.d688 … debug(zlib) writef("src.length: %1$d, dst: %2$d, Ratio = %3$f", src.length, dst.length, ratio); in CompressThenUncompress()
/netbsd-src/external/bsd/nvi/dist/perl_api/
H A Dperlsfio.c89 disc->writef = sfnviwrite;
/netbsd-src/bin/csh/
H A Dcsh.c189 static ssize_t writef(void *, const void *, size_t);
301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL, in main()
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, in main()
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, in main()
1339 writef(void *oreo, const void *buf, size_t siz) in writef() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d118 import std.stdio : writef, writefln, writeln; in FreeTree()
133 writef("%*s%x (%s bytes) ", indent, "", in FreeTree()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d121 import std.stdio : writef, writefln, writeln; in FreeTree()
136 writef("%*s%x (%s bytes) ", indent, "", in FreeTree()
/netbsd-src/external/bsd/ekermit/dist/
H A Dkermit.h384 int (*writef)(struct k_data *,UCHAR *, int); /* write-file function */ member
H A Dmain.c363 k.writef = writefile; /* for writing to output file */ in main()
H A Dkermit.c717 rc = (*(k->writef))(k,k->obuf,k->obufpos); in kermit()
1227 rc = (*(k->writef))(k,k->obuf,k->obuflen); /* Dump it. */ in decode()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d957 writef("pc=%s ",t.pc); in matchImpl()
1034 writef("FOUND pc=%s prog_len=%s", in debug()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d985 writef("pc=%s ",t.pc); in matchImpl()
1062 writef("FOUND pc=%s prog_len=%s", in debug()