/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | outbuffer.d | 313 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 D | stdio.d | 1771 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 D | zlib.d | 815 … 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 D | stdio.d | 1467 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 D | outbuffer.d | 312 void writef(Char, A...)(in Char[] fmt, A args) in writef() function 322 b.writef("a%sb", 16);
|
H A D | zlib.d | 688 … 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 D | perlsfio.c | 89 disc->writef = sfnviwrite;
|
/netbsd-src/bin/csh/ |
H A D | csh.c | 189 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 D | free_tree.d | 118 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 D | free_tree.d | 121 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 D | kermit.h | 384 int (*writef)(struct k_data *,UCHAR *, int); /* write-file function */ member
|
H A D | main.c | 363 k.writef = writefile; /* for writing to output file */ in main()
|
H A D | kermit.c | 717 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 D | thompson.d | 957 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 D | thompson.d | 985 writef("pc=%s ",t.pc); in matchImpl() 1062 writef("FOUND pc=%s prog_len=%s", in debug()
|