Home
last modified time | relevance | path

Searched refs:toStringz (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Doutbuffer.d252 import std.string : toStringz; in vprintf()
262 auto f = toStringz(format); in vprintf()
H A Dprocess.d367 import std.string : toStringz;
385 argz[0] = toStringz(name);
386 foreach (i; 1 .. args.length) argz[i] = toStringz(args[i]);
3739 import std.string : toStringz;
3742 *az++ = toStringz(s);
H A Dstring.d282 immutable(char)* toStringz(in string s) @trusted pure nothrow in immutable()
298 return toStringz(cast(const char[]) s); in immutable()
307 auto p = toStringz("foo");
310 p = toStringz(foo[3 .. 5]);
314 p = toStringz(test);
318 p = toStringz(test);
322 p = toStringz(test);
326 p = toStringz(test2);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dcharset.d88 return std.string.toStringz(s);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dcharset.d83 return std.string.toStringz(s);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Doutbuffer.d253 import std.string : toStringz; in vprintf()
263 auto f = toStringz(format); in vprintf()
H A Dprocess.d897 import std.string : toStringz;
910 argz[0] = toStringz(name);
911 foreach (i; 1 .. args.length) argz[i] = toStringz(args[i]);
4124 import std.string : toStringz;
4127 *az++ = toStringz(s);
H A Dstring.d409 auto p = toStringz("foo");
412 p = toStringz(foo[3 .. 5]);
416 p = toStringz(test);
420 p = toStringz(test);
424 p = toStringz(test);
428 p = toStringz(test2);
431 assert(toStringz([]) is toStringz(""));
446 const str = s.str.toStringz;
H A Dexception.d635 import std.string : toStringz;
637 auto f = fopen(thisExePath.toStringz, "r").errnoEnforce;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d177 dd.msgstr = se.toStringz().ptr; in getMessage()
1876 const sident = se.toStringz(); in visit()
2878 const(char)[] ident = name.toStringz(); in visit()
2898 const(char)[] ident = name.toStringz(); in visit()
H A Dexpression.d2754 extern (D) const(char)[] toStringz() const in toStringz() function
H A Dexpressionsem.d5978 auto namez = se.toStringz().ptr; in visit()